/* CSS Document */

html { 
	height: 100%; 
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	height: 100%;
	background-image: url(../bilder/skalier_li_klein.jpg);
	background-repeat: repeat-y;
}

/* ///////////////////////////////////////////////////////////////////// */
#page {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0px;
	width: 100%;
	background-image: url(../bilder/skalier_oben.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
#header {
	margin: 0px;
	height: 140px;
	width: 850px;
	
}
#header_bild {
	background-image: url(../bilder/oben_einhand.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 140px;
	width: 840px;
}

/* menu //////////////////////////////////////////////////////////////// */
#menu {
	background: #FFCCCC;
	font-size: 1.2em;
}
.menuformat {
	width: 150px;
	margin: 0px;
	float: left;
	height: 380px;
	position: absolute;
	left: 0px;
	top: 165px;
	right: auto;
	bottom: auto;
	z-index: 10;
}

/*hauptnavigation*/
#menulayer {
	position:absolute;
	left:87px;
	top:165px;
	width:150px;
	z-index:2;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;

}

/*navigation*/
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#liste {
	display: block;
	line-height: 1.4em;
	font-weight: bold;
}
#liste a {
	font-size: 0.9em;
	display: block;
	text-decoration: none;
	color: #404F66;
	padding: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cbcbcb;
}
/*active*/
	#liste.active a,
/*hover*/
	#liste a:hover {
	color: #404F66;
	border-left-color: #FFFFFF;
	font-weight: bold;
	background-color: #F5F9FC;
}

/*subnavigation*/
#subliste {
	display: block;
	line-height: 1em;
	padding-left: 0px;
}
#subliste a {
	font-size: 0.8em;
	display: block;
	text-decoration: none;
	color: #000;
	background: #e1e1e1;
	padding: 5px;
	border-top: 1px solid #cbcbcb;
	border-left: 15px solid #cbcbcb;
	border-right-style: none;
	border-bottom-style: none;
}
/*active*/
#subliste.active a,
/*hover*/
#subliste a:hover {  
	color: #000; 
	background: #f9f9f9; 
	border-left-color: #2D4490;
}

#listanfang {
	border-top: 1px solid #ffffff;
	height:25px;
	display: block;
	background-color: #FFFFFF;
}

#listende {
	border-top: 1px solid #cbcbcb;
	height:60px;
	display: block;
	background-color: #FFFFFF;
}


/* content ////////////////////////////////////////////////////////////// */

#spiegel {

}

/*schriftstile*/
.seitentitel {
	color: #000000;
	display: block;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: lighter;
	text-align: center;
}
.seitentitel_braun {
	color: #CC3300;
	display: block;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
.seitentitel_rotbraun {
	color: #B1165A;
	display: block;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
.seitentitel_rot {
	color: #E91F1F;
	display: block;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
.seitentitel_orange {
	color: #E18700;
	display: block;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
.seitentitel_gruen {
	color: #8AA95D;
	display: block;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
.seitentitel_blau {
	color: #2D4490;
	display: block;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

.lesetext {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #000000;
	line-height: 1.4em;
}
.lesetext_block {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #000000;
	line-height: 1.4em;
	text-align: justify;
}
.Headline {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #2D4490;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.2em;
}
.Headline_orange {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #E18700;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.2em;
}
.Headline_blau {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #2D4490;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.2em;
}
.Headline_braun {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #CC3300;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.2em;
}
.Headline_rotbraun {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #B1165A;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.2em;
}
.Headline_rot {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #E91F1F;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.2em;
}
.Headline_gruen {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.5em;
	color: #8AA95D;
	font-weight: bold;
	padding-top: 30px;
	line-height: 1.2em;
}
.subHeadline {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
}
.subHeadline_orange {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #FF9F0F;
	line-height: 1.3em;
	font-weight: bold;
}
.subHeadline_blau {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #5872CB;
	line-height: 1.3em;
	font-weight: bold;
}
.subHeadline_braun {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #F93F00;
	line-height: 1.3em;
	font-weight: bold;
}
.subHeadline_rotbraun {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #DF0048;
	line-height: 1.2em;
	font-weight: bold;
}
.subHeadline_gruen {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #A0B97B;
	line-height: 1.3em;
	font-weight: bold;
}
li {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: none;
}

/*bilder*/
.bilderrahmen {
	border: 1px solid #D6D6D6;
	padding: 4px;
	background: #ffffff;
	margin: 8px 0px 8px 10px;
}
.bildlinks {
	border: 1px solid #D6D6D6;
	padding: 4px;
	clear: left;
	float: left;
	margin: 8px 0px 8px 10px;
	background-color: #FFFFFF;

}
.bildrechts {
	border: 1px solid #D6D6D6;
	padding: 4px;
	clear: right;
	float: right;
	margin: 8px 0px 8px 10px;
	background-color: #FFFFFF;
}

/* hyperlinks */

a:link {
	font: bold 1.0em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #2D4490;
	text-decoration: underline;
}
a:visited {
	font: bold 1.0em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #2D4490;
	text-decoration: underline;
}
a:hover {
	font: bold 1.0em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #B5B5B5;
	text-decoration: underline;
}
a:active {
	font: bold 1.0em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #2D4490;
	text-decoration: underline;
}

/* footer ////////////////////////////////////////////////////////////// */
#footer {
	width: 84px;
	clear: both;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	top: 140px;
	position: absolute;
	background-repeat: no-repeat;
}
#up {
	font: bold 1.2em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #2D4490;
	z-index: 10;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px; 
}
#up a:link {
	color: #2D4490;
	text-decoration: none;
}
#up a:visited {
	color: #2D4490;
	text-decoration: none;
}
#up a:hover {
	color: #B5B5B5;
	text-decoration: none;
}
#up a:active {
	color: #2D4490;
	text-decoration: none;
}
