/* general stuff */

* { margin: 0; padding: 0; }

html, body { height: 100%; }

body {
	background: #DE6F61 url(../images/back.gif) repeat-x; 
	}

/* Layout - oben, rechts, unten, links */

#pagewidth-1024 {
	margin: 0px auto 0px;
	position: relative;
	min-height: 100%; width: 1130px;
	overflow: hidden;
	}

#header-1024 {
	position: relative;
	margin: 30px 0px 0px 0px;  
	height: 145px; width: 945px;
	}

#toptext-1024 {
	position: relative;
	padding: 3px 0px 0px 205px;
	height: 67px; width: 945px;
	}

#leftcol-1024 {
	float: left;
	width: 175px;
	padding-bottom: 32767px; margin-bottom: -32737px;
	}
	
#language {
	position: absolute; 
	left: 863px; top: 205px;
	}

#uhrcont {
	position: absolute; 
	width: 130px; height: 30px;
	left: 600px; bottom: 0px;
	}

#maincol-1024 {
	float: left;
	height: 100%; width: 770px;
	text-align: left;
	background: #FFF;
	padding-bottom: 32767px; margin-bottom: -32767px;
	}
	
#maincol img {
	margin: 0; padding: 0;
	} 
	
#content { 
	float: left;
	position: relative;
	width: 535px;
	margin: 10px 0px 0px 30px; 
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	}

#rightcol-1024 {
	float: right;
	margin: -10px 0px 0px 0px;
	width: 190px;
	background: #EFEFEF;
	padding-bottom: 32767px; margin-bottom: -32737px;
	}
	
#streifen-1024 {
	float: left;
	margin: 0px 0px 0px 15px;
	width: 160px;
	background: #EFEFEF;
	}
	
#cv_btm {
	position: absolute;
	bottom: 0px;
	margin: 0px 0px 0px 175px; padding: 0;
	height: 30px; width: 770px; 
	background: none;
	}

#bildanzeige {
	margin: 0; padding: 0;
	width: 540px; 
	font-size: 12px;
	line-height: 18px;
	border: 0;
	}

div.formhead {
	margin: 5px; padding: 10px;
	border: 1px solid #EFEFEF;
	background: #EEE;
	}

div.question, div.address {
	margin: 5px; padding: 10px;
	border: 1px solid #EFEFEF;
	}

#footer-1024 {
	clear: both;
	position: absolute;
	height: 30px; width: 770px; 
	left: 175px; bottom: 0px;
	} 

#footer-1024, #footer-1024 a:link, #footer-1024 a:visited {
	line-height: 22px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	}
	
#footer-1024 a:hover {
	color: #FFF;
	}
	
table.topnavi {
	width: 1002px;
	margin-bottom: 2px;
	background: url(../images/topnavi_back.jpg) repeat-x;
	}

/* Formularelemente */

input.blue {
	font-size: 11px;
	height: 16px; width: 360px;
	border: 1px solid #0C1752;
	background: #EEF0F5;
	}

select.blue {
	font-size: 11px;
	height: 20px; width: 362px;
	border: 1px solid #0C1752;
	background: #EEF0F5;
	}

textarea.blue {
	font-size: 11px;
	height: 80px; width: 360px;
	border: 1px solid #0C1752;
	background-color: #EEF0F5;
	}