@charset "UTF-8";
/* CSS Document by WebGarage AG, Zürich 2010 */
@font-face { 
	font-family: 'BlaueEnte';  
	src:	url('../fonts/BlaueEnte.eot');
	src:	local('☺'),
			url('../fonts/BlaueEnte.ttf') format('truetype'),
			url('../fonts/BlaueEnte.otf') format('opentype'),
			url('../fonts/BlaueEnte.svg') format('svg');
}  

html,body{
	min-width:944px;
	min-height:690px;
}

body {
	font: 14px 'BlaueEnte', Helvetica, Arial, sans-serif;
	background-color: #666666;
	margin: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #575759;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 186px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}
#container {
	width: 728px;
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left;
	height: 285px;
}
#content {
	position: relative;
	background-color:#FFFFFF;
	width: 728px;
	height: 285px;
}
#linke {
	position: absolute;
	width: 296px;
	top: 0px;
	left: 0px;
	font-size: 12px;
	line-height: 18px;
	height: 250px;
	background-color: #C7C4B2;
	padding: 35px 0 0 25px;
	color: #C7C4B2;
}
#rechte {
	position: absolute;
	width: 296px;
	top: 0px;
	right: 0px;
	font-size: 12px;
	line-height: 18px;
	height: 250px;
	background-color: #C7C4B2;
	padding: 35px 0 0 25px;
	color: #C7C4B2;
}
#linke a, #rechte a { text-decoration: none;	color:#C7C4B2;}
#linke a:link, #rechte a:link  { color:#C7C4B2;}
#linke a:visited, #rechte a:visited { color:#C7C4B2;}
#linke a:hover, #rechte a:hover { color:#C7C4B2;}
#linke a:active, #rechte a:active { color:#C7C4B2;}
#normal {
	position: absolute;
	width: 728px;
	top: 320px;
	left:	-2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #575759;
}
#normal p, #normal td, #normal th { line-height: 1.5em;}
#normal h1 {
	font-family: 'BlaueEnte', Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin-top: 0;
	padding-top: 0;
}
#normal h2 {
	font-family: 'BlaueEnte', Helvetica, Arial, sans-serif;
	font-size: 18px;
}
#normal h3 {
	font-family: 'BlaueEnte', Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#normal h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
}
#normal h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
}
#normal h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}


#rechte p {
	padding-top: 0;
	margin-top: 0;
	font-size: 12px;
}
a:link {
	color: #575759;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #575759;
}
a:hover {
	text-decoration: none;
	color: #C7C4B1;
}
a:active {
	text-decoration: none;
	color: #C7C4B1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

