
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%
}
body {
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts ** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Hoehe des Browserfensters. */
	min-height: 101%;
/* Beseitigung des Rundungsfehlers bei Schriftgroessen im Opera sowie Standardformatierungen */
	font-size: 100.01%;
/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Groesse des Browser Fensters geaendert wird. */
	position: relative;
/* Vorgabe der Standardfarben und Textausrichtung*/
	background: #e6e6f2;
	font-family: Verdana, Arial, 'Times New Roman';
	background-color: #45ABD4;
	margin: 0;
	padding: 0;
	color: #fff;
	border-top: 2px solid #d52d3c;
}

.clearing{
	clear:both;
	height:0;
	line-height: 0;
	padding:0;
	border:0;
	margin:0;
	font-size:0;
}

/*root template */
#head {
	width: 100%;
	height: 196px;
	font-size: 0.9em;
	margin: 0;
	background-color: #0483bc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.headbox {
	width: 780px;
	height: 100%;
	margin: auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}

.headpic {
	width: 780px;
	margin: auto;
}


#container {
	width: 100%;
	font-size: 0.9em;
	margin: 0;
	background-color: #d2e3ed;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#content,
#container .rechts {
	width: 768px;
	margin: auto;
	padding: 6px;
  	font-size: .85em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #45ABD4;
	text-align: left;
}

#container .rechts{
	text-align: right;
	padding: 8px;
	width: 764px;
}

#container .rechts img.first{ padding-right: 4px;}


#footer {
	clear: both;
	width: 100%;
	font-size: .9em;
	height: 60px;
	border-bottom: 1px solid #fff;
	background-color: #0483bc;
	text-align: center;
}
 #footer .headpic{
 	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align:left;
 }

#footertext {
	text-align: right;
	font-size: .8em;
	color: #696969;
	border-top: 2px solid #d52d3c;
}
#footertext a {
	TEXT-DECORATION: none;
	color: #696969;
}

