@import url("erweiterungen.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	background-color: #2e3645;
	background-image: url("bilder/hintergrund_body.jpg");
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	margin: 0.25em; 
	padding: 0 0 0 0; 
	text-align: center; 
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 2px solid;
	border-color: #7095B4;
	margin-bottom: 1em;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	border-bottom: 1px dotted;
	border-color: #7095B4;
}

a, a:link {
	color: #BDEDFF;
	text-decoration: underline;
}

a:visited {
	color: #BDEDFF;
	text-decoration: none;
}

a:hover {
	color: #66CCFF;
	text-decoration: underline;
}

a:focus {
	color: #FFCC00;
}

a:active; a.aktiv {
	color: #FFCC00;
	text-decoration: none;
}

#outerWrapper {
	background-image: url(bilder/hintergrund.jpg);
	background-repeat: repeat;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 65em;
	max-width: 1000px;
	min-width: 800px;
	border: 1px solid;
	border-color: #496D8B;
	background-color: #30567A;
}
#outerWrapper #header {
	border-bottom: solid 1px #5a6484;
	height: 170px;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
}

#outerWrapper #contentWrapper #content {
	margin: 0;
	padding: 20px 100px; 
}
#outerWrapper #footer {
	border-top: solid 1px #5a6484;
	padding: 10px;
	color: #D7E1EA;
	font-size: 11px;	/*color: #7095B4;*/
}
#content img.seite {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
