@charset "UTF-8";
html, body {
	height: 100%;
}
body {
	color: #00447A;
	background-color: #00447A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	background-color: white;
	width: 968px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 1000%;
}
#navigation {
	margin-bottom: 20px;
}
#kopf {
	margin-bottom: 20px;
}
#inhalt {
	position: relative;
}
#spalte_links {
	position: absolute;
	width: 220px;
	padding-right: 10px;
}
#spalte_mitte {
	left: 230px;
	position: absolute;
	top: 0px;
	width: 488px;
	padding-left: 10px;
	padding-right: 10px;
}
#spalte_rechts {
	position: absolute;
	width: 220px;
	padding-left: 10px;
	left: 738px;
	top: 0px;
}
/* CSS Document */

h1, h3 {
	padding: 0;
	margin: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
a {
	text-decoration: none;
	color: db001b;
}
.auszeichnung_rot {
	color: #db001b;
}
ul {
	list-style-type: square;
	font-size: 1.2em;
}
.zitat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	color: #007945;
}
.fett {
	font-weight: bold;
}

