/* general stuff */

body {
	margin: 0; padding: 0;
	position: absolute;
	top: 0px; left: 0px;
	height: 100%; width: 100%;
	background: #DE6F61 url(../images/back.gif) repeat-x;
	}

/* Layout */

#pagewidth-1024 {
	margin: 0; padding: 0;
	position: relative;
	margin-left: auto; margin-right: auto;
	width: 1130px;
	}

#outer-1024 { 
	margin: 0; padding: 0;
	} 

#header-1024 {
	position: absolute; 
	top: 30px; left: 0px; 
	margin: 0; padding: 0;
	height: 145px; width: 945px;
	color: #FFF;
	}

#leftcol-1024 {
	position: absolute;
	top: 205px; left: 0px; 
	margin: 0; padding: 0;
	width: 175px;
	}
	
#language {
	position: absolute; 
	left: 863px; top: 183px;
	}

#uhrcont {
	position: absolute; 
	width: 130px; height: 30px;
	left: 600px; bottom: 0px;
	}

#maincol-1024 {
	position: absolute;
	top: 205px; left: 175px;
	width: 770px;
	text-align: left;
	background: #FFF;
	} 
	
#content { 
	position: relative;
	width: 540px; 
	margin-left: 30px; 
	margin-top: 10px; 
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	overflow: auto;
	}

#rightcol-1024 {
	position: absolute;
	top: 60px; right: 0px; 
	width: 190px;
	background: #EFEFEF;
	}
	
#streifen-1024 {
	position: absolute;
	top: 60px; left: 790px; 
	width: 160px;
	background: #EFEFEF;
	}
	
#cv_btm {
	margin: 0; padding: 0;
	width: 770px; height: 30px;
	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 {
	position: absolute;
	height: 30px; width: 770px; 
	left: 0px; 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;
	}
