/* CSS Document */

html { 
	height: 100%; 
}
body { 
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 62.5%;
}

/* ///////////////////////////////////////////////////////////////////// */
#page {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background: url(images/Bildbg.gif) repeat-y;
	padding: 0px;
	width: 989px;
}
#header {
	background: url(images/1.jpg) no-repeat;
	margin: 0px;
	height: 304px;
	width: 989px;
}

/* menu //////////////////////////////////////////////////////////////// */
#menu {
	background: #FFCCCC;
	font-size: 1.2em;
}
.menuformat {
	width: 178px;
	margin: 0px;
	float: left;
	height: 292px;
	position: absolute;
	left: 0px;
	top: 101px;
	right: auto;
	bottom: auto;
	z-index: 10;
}

/*hauptnavigation*/
#menulayer {
	position:absolute;
	left:0px;
	top:101px;
	width:178px;
	z-index:2;
	background: #ECECEC;
    font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

}

/*navigation*/
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#liste {
	display: block;
	line-height: 1.5em;
	font-weight: bold;
}
#liste a {
	font-size: 0.9em;
	display: block;
	text-decoration: none;
	color: #000;
	background: #d6d6d6;
	padding: 5px;
	border: none;
	border-top: 1px solid #cbcbcb;
	border-left: 5px solid #cbcbcb; 
}
/*active*/
	#liste.active a,
/*hover*/
	#liste a:hover {  
	color: #000; 
	background: #f9f9f9; 
	border-left-color: #2D4490; 
	font-weight: bold;
}

/*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:100px;
	display: block;
	background: #D6D6D6;
}

#listende {
	border-top: 1px solid #cbcbcb;
	height:60px;
	display: block;
	background: #D6D6D6;
}


/* content ////////////////////////////////////////////////////////////// */
#content {
	padding: 10px 0px 5px 45px;
	width: 675px;
	margin-left: 200px;
	font-size: 1.0em;
}
#spiegel {

}

/*schriftstile*/
.seitentitel {
	font: bold 2.7em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #2D4490;
	display: block;
	margin-bottom: 10px;
}
.lesetext {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #000000;
	line-height: 1.4em;
}
.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;
}
.subHeadline {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	color: #666666;
	line-height: 1.2em;
	font-weight: bold;
}
li {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	line-height: 1.4em;
	list-style: square outside;
}

/*bilder*/
.bilderrahmen {
	border: 1px solid #D6D6D6;
	padding: 4px;
	background: #ffffff;
}
.bildlinks {
	border: 1px solid #D6D6D6;
	padding: 4px;
	background: #ffffff;
	clear: left;
	float: left;
	margin: 8px 10px 8px 0px;
}
.bildrechts {
	border: 1px solid #D6D6D6;
	padding: 4px;
	background: #ffffff;
	clear: right;
	float: right;
	margin: 8px 0px 8px 10px;
}

/* 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 {
	background: url(images/2.gif) no-repeat;
	width: 989px;
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 0px 1px;
	height: 33px;
}
#up {
	font: bold 1.2em 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #2D4490;
	z-index: 10;
	text-align: right;
	padding-right: 70px;
	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;
}
