@charset "UTF-8";
body {
	width: 1000px;
	margin: 0;
	text-align: left;
	min-width: 1000px;
	background-color: #FFFFFF;
}

#branding {
	position: absolute;
	height: 70px;
	width: 1000px;
	top: 0px;
}

#navigation {
position: absolute;
	height: 105px;
	width: 1000px;
	top: 70px;
}

#nav0 {
	float: left;
	height: 20px;
	width: 135px;
	background-image: url(media/bg_01.gif);
	background-position: bottom;
	padding-top: 85px;
	padding-left: 40px;
}

#nav1 {
	float: left;
	height: 105px;
	background-image: url(media/line.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
	margin-right: 25px;
}

#nav2 {
	float: left;
	height: 105px;
	background-image: url(media/line.gif);	
	background-repeat: no-repeat;
	padding-left: 2px;
	margin-right: 25px;
}

#nav3 {
	float: left;
	height: 105px;
	background-image: url(media/line.gif);	
	background-repeat: no-repeat;
	padding-left: 2px;
	margin-right: 25px;
}

#nav4 {
	float: left;
	height: 105px;
	background-image: url(media/line.gif);	
	background-repeat: no-repeat;
	padding-left: 2px;
	margin-right: 25px;
}

#nav5 {
	float: left;
	height: 105px;
	background-image: url(media/line.gif);	
	background-repeat: no-repeat;
	padding-left: 2px;
	margin-right: 15px;
}

#image {
	position: absolute;
	height: 200px;
	width: 1000px;
	top: 175px;
	background-position: bottom;
}

#redbox {
	float: left;
	height: 200px;
	width: 145px;
	background-color: #FF351C;	
}

#imagebox {
	float: left;
	height: 200px;
	width: 855px;
	background-image: url(media/bg_contentn.gif);
}


#content {
	position: absolute;
	width: 1000px;
	top: 375px;
	background-image: url(media/bg_content.jpg);
	background-repeat: no-repeat;
	
}

#footer {
float: left;
	padding-top: 65px;
	padding-left: 15px;
	padding-right: 45px;
	width: 220px;
}

#contenttypo {
padding-top: 15px;
	float: left;
	width: 460px;
	padding-right: 20px;
	
}

#contentref {
padding-top: 15px;
	float: left;
	width: 680px;
	padding-right: 10px;
	
}

#contentpicture {
	float: left;
	width: 240px;
	
}

.tabelle_links {
	background-image: url(media/formular_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.tabelle_rechts {
	background-image: url(media/hg_formular.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left:20px;
	background-color:#D9D9D9;
}

.tabelle_links2 {
	background-image: url(media/formular_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left:5px;
	font-weight:bold;
	font-size:smaller;
}

.tabelle_rechts2 {
background-image: url(media/formular_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left:5px;
	padding-right:10px;
	font-size:smaller;
}

.input {
border: 1px solid #dedede;
background-color:#FFFFFF;
}

table {
	/*border-collapse:separate;*/
font-size: 0.8em;
	color: #CCCCCC;/*border-spacing: 5px;*/
}

td, th {
padding: 0.3em 0;
}

#clean {
 clear: both;
}

