@charset "UTF-8";
/* Generel */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
img {
	max-width: 98%;
	height: auto;
}
.ie8 img {
	width: auto;
	height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

html {
	height:100%;
}
body {
/*	background: url(images/bottom-bg.jpg) no-repeat center bottom;*/
	background-color: #FFFFFF;
	color: #000;
	min-height: 100%;
	overflow-x: hidden;
}

p {
	margin-bottom: 1.6em;
}

ol {
	margin-left: 1.6em;
}

ul {
	margin-left: 1.6em;
}

.margin {
	margin-bottom: 1.6em;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-weight: bold;
	color: #453630;
	margin: 0.6em 0 .6em;
}
h1, h2 {
	text-shadow: 0 2px 0 #fcf9ee, 0 4px 0 rgba(0,0,0,.15);
}

.figure {
	text-align:center;
	font-size:small;
	margin-bottom:1.6em;
}

a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}

/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
}

#pagewrap {
	width: 920px;
	max-width: 98%;
	min-width: 460px;
	min-height:100%;
	background-color: #FFF;
	margin: 0 auto;
}

#body {
	padding: 10px 20px;
}

#content p {
	font: 15px/150% Georgia, "Times New Roman", Times, serif;
}

/* ~~ Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* Diese Auffüllung setzt die rechte Auffüllung in der obigen Regel für Überschriften und Absätze fort. Die Auffüllung wurde unten für den Abstand zwischen anderen Elementen in den Listen und links für den Einzug platziert. Sie können die Werte nach Bedarf ändern. */
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn overflow:hidden im .container entfernt wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.zentriert {
	text-align: center;
	font-size:80%;
	margin: 2em 0px;
}

.navbackground {
	background: #999;
	width:auto;
	padding:0;
	margin:0;
}

.navigation {
	list-style-type:none;
	padding: 0;
	margin: 10px 0 0px 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.navitem {
	
}

a.nav {
	float:left;
	padding: 10px 17px;
	margin: 0 10px 10px 0;
	text-decoration: none;
}

a.navs {
	float:left;
	padding: 10px 17px 20px 17px;
	margin: 0 10px 0 0;
	text-decoration: none;
}

a.nav:hover {
	padding: 10px 17px 20px 17px;
	margin: 0 10px 0 0;
}

.subnavigation {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.subnavitem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.subnav {
	float:left;
	padding: 10px 18px;
	margin: 0;
	text-decoration: none;
	border-style:solid;
	border-width: 2px 0 0 0;
}

a.subnavs {
	float:left;
	padding: 10px 18px;
	margin: 0;
	text-decoration: none;
	border-style:solid;
	border-width: 2px 0;
}

a.subnav:hover {
	border-width: 2px 0;
}

a.greeni {
	color: #FFFFFF;
	background-color:#090;
}

a.redi {
	color: #FFFFFF;
	background-color:#C00;
}

a.bluei {
	color: #FFFFFF;
	background-color:#03F;
}

a.blue {
	color:#03F;
	border-color:#03F;
	background-color: #FFFFFF;
}

a.yellowi {
	color: #FFFFFF;
	background-color:#F90;
}

a.yellow {
	color:#F90;
	border-color:#F90;
	background-color: #FFFFFF;
}

a.subyellows {
	color:#F90;
	border-color:#F90;
	
}

img.shadow2 {
 	background:url(../doc/v1/img/shadow.png) no-repeat bottom left;
 	padding: 4px 7px 17px 7px;
}
img.shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

.code {
	font-family:"Courier New", Courier, monospace;
}

img {
	max-width:100%;
	height:auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

#header {
	position: fixed;
	z-index: 20;
	padding-top: 280px;
	text-align: right;
	width:300
	
}

#footer {
	text-align:center;
	font-size:x-small;
}

.info {
	border-width:1px;
	border-style:solid;
	border-color:#F6F;
	background-color:#FCF;
	padding:1em;
	margin:1em;
}

.infogreen {
	border-width:1px;
	border-style:solid;
	border-color:#666;
	background-color:#6C6;
	padding:1em;
	margin:1em;
}

.info_text {
	padding:0;
	margin:0;
}

.version_text {
	text-align:right;
	font-size:x-small;
}

.spacerBottom {
	padding-bottom:2em;
}

@media screen and (max-width: 760px) {
	
	#body {
		padding:10px;
	}
	
	#header {
		display:none;
	}
}
