/* CSS Document */

body {
	background-color: #6699cc;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
}


#container {
	width:95%;
	max-width:900px;
	min-width:720px;
	min-height: 450px; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 450px; /* Mindesthöhe in IE (<7) */
	background:#fff url(../wir-koennen-das/images/wkd_kopf_bg.jpg) top left repeat-x;
	padding:0;
	margin:20px auto;
}

#linke_spalte {
	width:215px;
	float:left;
	height:450px;
	text-align:left;
	background:#fff url(../wir-koennen-das/images/wkd_spalte_links.jpg) top right no-repeat;
}

#hauptnav {
	padding-top:30px;
	width:150px;
}

#hauptnav ul {
	padding:0 10px;
	margin:0;
	list-style-type:none;
}

#hauptnav ul li {
	padding:8px 0;
}

#hauptnav a, #hauptnav a:visited {
	padding:5px;
	display:block;
	text-decoration:none;
	background-color:#cef;
	color:#003399;
	font-weight:bold;
	border:1px solid #fff;
}

#hauptnav a:hover, #hauptnav a:active, #hauptnav a:focus {
	color:#c00;
	background-color:#fff;
	border:1px solid #c00;
}

#rechte_spalte {
	width:215px;
	min-height:450px;
	float:right;
	background:#fff url(../wir-koennen-das/images/wkd_spalte_rechts.jpg) top left no-repeat;
}	

#aktuelles {
	padding:0px 10px 0 62px;
	width:150px;
	text-align:left;
}

#aktuelles h2 {
	margin:30px 5px 8px 10px;
	padding:5px;
	display:block;
	background-color:#CC0000;
	color:#fff;
	font-weight:bold;
	font-size:1em;
}

#aktuelles p {
	margin:0 5px 8px 10px;
	font-size:0.9em;
}

#aktuelles a, #aktuelles a:visited {
	color:#003399;
	text-decoration:none;
	border-bottom:1px solid #c00;
}

#aktuelles a:hover, #aktuelles a:active, #aktuelles a:focus {
	color:#c00;
	border:none;
}	

#header {
	width:96%;
	height:180px;
	text-align:center;
}

#header h1 {
	padding-top:30px;
	margin:0;
	padding-bottom:10px;
	color:#003399;
	font-size:1.8em;
	font-weight:bold;
}

#inhalt {
	margin:0 220px;
	text-align:left;
}

#inhalt p {
	margin:10px 0 0 0;
	line-height:130%;
}

#inhalt h2 {
	font-weight:bold;
	color:#c00;
	font-size:1.15em;
	margin:30px 0 10px 0;
}

#inhalt h3 {
	font-weight:bold;
	color:#039;
	font-size:1em;
	margin:30px 0 0px 0;
}

#inhalt h3 a, #inhalt h3 a:visited {
	color:#003399;
	text-decoration:none;
	border-bottom:1px solid #c00;
} 

#inhalt h3 a:hover, #inhalt h3 a:active, #inhalt h3 a:focus {
	color:#c00;
	border:none;
}


#inhalt a, #inhalt a:visited {
	color:#003399;
	text-decoration:none;
	border-bottom:1px solid #c00;
}

#inhalt a:hover, #inhalt a:active, #inhalt a:focus {
	color:#c00;
	border:none;
}

#inhalt ul {
	list-style-type:square;
	line-height:130%;
}

#inhalt ul li {
	padding:5px 0;
}

#inhalt fieldset {
margin-top:20px;
padding:20px;
}

#fuss {
	clear:both;
	height:20px;
	margin:0;
	padding:5px;
	font-size:0.9em;
	color:#666666;
	text-align:right;
}

#fuss a, #fuss a:visited {
	color:#666666;
	text-decoration:none;
}
	
.rechts {
float:right;
margin:10px;
}

.links {
float:left;
margin:10px;
}
