HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*overflow: hidden;*/
	background-color: #3D4242;
}

BODY {
	/*overflow: auto;*/
}

#body {
	background-color: #3D4242;
}

#header, #footer, #footer-oben {
	padding: 1px 0px;
	border-top: 4px solid #3D4242;
	border-bottom: 4px solid #3D4242;
	background-color: #D8D9D9;
}

#header-innen, #footer-innen, #footer-oben-innen {
	border-top: 4px solid #3D4242;
	border-bottom: 4px solid #3D4242;
	background-color: #FFFFFF;
}

#footer-innen, #footer-oben-innen {
	padding: 2px 10px;
	font-size: 0.75em;
	text-align: center;
	line-height: normal;
}

#footer-oben {
	margin-top: -4px;
	padding-top: 0px;
	border-top: 0px;
}


/* Footer unten unsichtbar */
#footer {
	padding-bottom: 0px;
}

#footer-innen {
	display: none;
}
/* Ende Footer unten unsichtbar */


#logo {
	float: right;
	margin-top: 50px;
	margin-right: 20px;
}

#content {
	background-color: #212930;
}

#inhalt {
	min-height: 395px;
	margin-left: 165px;
	padding: 0px 20px;
	border-left: 4px solid #3D4242;
	background-color: #FFFFFF;
}

* HTML #inhalt {
	height: 410px;
}

#navigation {
	position: absolute;
	left: 0px;
	background-color: #212930;
}

#navigation UL, #navigation LI {
	display: block;
	width: 165px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation UL UL {
	background-color: #FFFFFF;
}

#navigation A, #navigation SPAN.nolink {
	display: block;
	height: 21px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 10px;
	color: #D8D9D9;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-decoration: none;
	/*border-top: 1px solid #414B56;
	border-bottom: 1px solid #3D4242;*/
	background: url(button.jpg);
}

#navigation A:hover {
	color: #E60003;
	background: url(button_hover.jpg);
}

#navigation A.active, #navigation A.active:hover {
	color: #E60003;
	background: none;
}

#navigation LI LI A {
	padding: 1px 0px;
	padding-left: 11px;
	color: #3D4242;
	font-size: 0.9em;
	font-variant: normal;
	border: none;
	background: none;
}

* HTML #navigation LI LI A {
	padding-top: 3px;
}

#navigation LI LI A:hover {
	color: #3D4242;
	background: #D8D9D9;
}

#navigation LI LI A.active, #navigation LI LI A.active:hover {
	color: #E60003;
	background: #D8D9D9;
}

#navigation LI LI A IMG { 
	margin-right: 5px;
	margin-bottom: 1px;
}

#navigation LI LI A SPAN {
	padding-left: 12px;
	background: url(pfeil.gif) no-repeat left;
}

#flaggenHeader {
	clear: both;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

* HTML #flaggenHeader {
	margin-top: -40px;
	margin-right: 0px;
}

*+ HTML #flaggenHeader {
	margin-top: -40px;
}

#flaggenNavi {
	display: none;
	visibility: hidden;
	position: absolute;
	margin-top: -30px;
	margin-left: 10px;
}

#flaggenHeader LABEL, #flaggenNavi LABEL {
	display: none;
}

#flaggenHeader A, #flaggenNavi A {
	display: block;
	float: left;
	width: 29px;
	height: 18px;
	margin-right: 10px;
	text-decoration: none;
}

A.deutsch {
	background: url(flagge_de.jpg);
}
A.deutsch:hover {
	background: url(flagge_de_hover.jpg);
}

A.english {
	background: url(flagge_en.jpg);
}
A.english:hover {
	background: url(flagge_en_hover.jpg);
}

.clear {
	display: block;
	height: 1px;
	visibility: hidden;
	font-size: 1px;
	line-height: 1px;
	clear: right;
}


/*================== D R U C K A N S I C H T =======================*/

@media print {

	HTML, BODY, #body, #header, #header-innen, #footer, #footer-innen, #content, #inhalt {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		border: 0px solid transparent;
		background-color: transparent;
	}
	
	#header {
		height: 65px;
		border-bottom: 4px solid #3D4242;
	}
	
	#footer {
		padding-top: 3px;
		border-top: 4px solid #3D4242;
	}

	#logo {
		margin: 0px;
	}

	#navigation, #flaggenHeader, #flaggenNavi, #headerpic {
		display: none;
	}
	
	#inhalt {
		min-height: none;
	}
	
}