/* Allgemeine Einstellungen */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: #e6e6e6;
	background: #828282 url(/grafiken/hintergrund.png) repeat-x;
}

/* Layout */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeeeee;
}

#seitenkopf {
	width: 900px;
	height: 110px;
	margin-top: 25px;
}

#titel-startseite {
	width: 900px;
	height: 150px;
	background-color: #0382c5;
	clear: both;
}

#titel-kapitel {
	width: 900px;
	height: 118px;
	background-color: #0382c5;
	clear: both;
}

#willkommen {
	width: 400px;
	height: 74px;
	background: #0382c5 url(/grafiken/willkommen.jpg) no-repeat;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 475px;
}

#kapitel-startseite {
	width: 900px;
	height: 48px;
}

#inhalt-startseite {
	width: 850px;
	color: black;
	margin: 10px 25px 0;
	line-height: 150%;
}

#inhalt {
	width: 850px;
	color: black;
	margin: 20px 25px 0;
	line-height: 150%;
}

#col1 {
	width: 275px;
	float: left;
	padding-right: 25px;
}

#col2 {
	width: 275px;
	float: left;
	padding-right: 25px;
}

#col3 {
	width: 250px;
	float: right;
}

#col4 {
	width: 525px;
	float: left;
	padding-right: 25px;
}

#col5 {
	width: 850px;
	float: left;
}

#seitenfuss {
	width: 850px;
	border-top: 1px solid #42557c;
	padding: 5px 25px;
	color: black;
	font-size: 90%;
	margin-top: 10px;
}

/* Schriften */

h1 {
	color: #0b2559;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #42557c;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
}

a {
	color: #0382c5;
}

a:hover {
	color: #0b2559;
}

.hinweis {
	color: #ff000b;
	font-weight: bold;
}

.datum {
	font-size: 90%;
	font-weight: bold;
	color: #42557c;
}

.linie {
	border-top: 1px solid #42557c;
}

.text-klein {
	font-size: 11px;
	line-height: 14px;
}

/* Navigation */

#navigation
 {
	width: 900px;
	height: 30px;
	float: left;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	float: left;
}

/* -- Bilder -- */

.bild {
	width: 273px;
	height: auto;
	border: 1px solid #42557c;
}

.bild-links {
	border: 1px solid #42557c;
	float: left;
	margin-right: 10px;
}

.bild-rechts {
	border: 1px solid #42557c;
	float: right;
	margin-left: 10px;
}

.bild-aktuelles {
	border: 1px solid #42557c;
	float: left;
	margin-right: 15px;
	width: 150px;
	height: auto;
}

.bild-bmbf {
	float: right;
}

/* -- Hacks -- */

.clearfix:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}
