/*
   wildanger immobilien
   mmenke@netzpepper.de
   march 2007
   screen-sheet
*/

body {
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	overflow: auto;
	overflow-x: hidden;
	background-color: #C4C9CC;
	width: 100%;
}
p {
	margin: 0;
	margin-bottom: 10px;
}
a {
	color: #000000;
}
form {
	margin: 0;
	padding: 0;
}

/* �berschriften */
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
	font-size: 19px;
	margin-bottom: 10px;
}
h2 {
	font-size: 17px;
	margin-bottom: 8px;
}
h3 {
	font-size: 15px;
	margin-bottom: 6px;
}
h4 {
	font-size: 13px;
	margin-bottom: 5px;
}

/* supporting classes */
div.clearing {
	clear: both;
}

/* main */
div#wildanger {
	position: relative;
	width: 860px;
	margin-top: 45px;
	position: relative;
	background-color: white;
	height: 645px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

/* logo */
img#dreissigjahre {
	position: absolute;
	right: 17px;
	top: -28px;
}

/* blauer bereich */
div#blau {
	background-color: #004B86;
	position: absolute;
	top: 30px;
	left: 40px;
	width: 700px;
	height: 585px;
}

/* rote quadrate */
div#rot1 {
	position: absolute;
	right: 262px;
	top: -9px;
	width: 38px;
	height: 38px;
	background-color: #DD3228;
}
div#rot2 {
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 38px;
	height: 38px;
	background-color: #DD3228;
}

/* bild im rechten bereich */
div#rechts {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 566px;
	width: 272px;
	overflow: hidden;
}

/* der linke bereich (spalte) */
div#links {
	border: 1px solid #DD3228;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 365px;
	height: 134px;
	color: white;
	font-size: 13px;
	padding: 5px;
	overflow: hidden;
}
div#links h1 {
	color: white;
	font-size: 32px;
	text-align: center;
	font-weight: normal;
	line-height: 42px;
	margin-bottom: 7px;
}

/* aussenbereich, der die bildnavigation h�lt */
div#aussen {
	position: absolute;
	top: 167px;
	left: 20px;
	width: 380px;
	height: 72px;
	overflow: hidden;
}

/* hauptinhaltsbereich */
div#hauptbereich {
	background-color: #C4C9CC;
	position: absolute;
	top: 251px;
	left: 20px;
	width: 377px;
	height: 325px;
	color: #013056;
}
div#hauptbereich h1, div#hauptbereich h2, div#hauptbereich h3  {
	color: #013056;
}

/* navigation */
ul,li {
	margin: 0;
	padding: 0;
}

/* navigation vertikal ebene 1 */
div#hauptnavigation {
	position: absolute;
	top: 20px;
	left: -50px;
	width: 145px;
}

div#hauptnavigation a {
	border: 1px solid #004B86;
	padding-left: 55px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	display: block;
	background-color: #004B86;
	width: 100px;
	height: 20px;
	margin-bottom: 3px;
}
div#hauptnavigation a.aktiv {
	border: 1px solid #DD3228;
	color: #DD3228;
	border-color:#D03B00;
	color:#D03B00;

}
div#hauptnavigation a.aktiv:hover, div#hauptnavigation a:hover {
	background-color: #046DBF;

}

a.unternavigation {
	border: 1px solid #004B86;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	display: block;
	background-color: #004B86;
	width: 150px;
	height: 20px;
	margin-bottom: 3px;
}
a.unternavigation:hover, a.unternavigationaktiv:hover {
	background-color: #046DBF;
}


a.unternavigationaktiv {
	border: 1px solid #DD3228;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 15px;
	text-decoration: none;
	display: block;
	background-color: #004B86;
	width: 150px;
	height: 20px;
	margin-bottom: 3px;
	color: #DD3228;
}

/* unser content */
div#inhalt {
	margin-left: 112px;
	margin-top: 5px;
	height: 300px;
	margin-right: 5px;
	overflow: auto;
	padding: 5px;
	font-size: 13px;
}

/* mehrere bilder nebeneinander */
div#aussen img {
	margin-right: 3px;
}
div#aussen a img {
	border: 0;
}

/* fussnavigation */
ul#fussnavigation {
	position: absolute;
	bottom: 17px;
	right: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#fussnavigation li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	padding-left: 3px;
}
ul#fussnavigation li a {
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	color: #013056;
}
ul#fussnavigation li a:hover {
}