body {
	background-color: #50565B; /*Dunkelgrau*/
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	background-image: url("../img/body_bg.gif");
	background-repeat: repeat-x;
}

table {
	font-size: 1em;
}

#container {
	width: 1000px;	
	position: absolute;
	left: 50%;
	margin-left: -500px;
}



#header {
	text-align: left;
	color: #FFFFFF; /*Weiss*/
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover {
	background-image: url("../img/a_hover1.gif");
	background-repeat: no-repeat;
}

#header .link_aktiv {
	background-image: url("../img/a_hover1.gif");
	background-repeat: no-repeat;
}

#logo {
	background-image: url("../img/logo.jpg");
	width: 600px;
	height: 64px;
	margin-left: 200px;
	clear: both;
}

#subnavi {
	width: 140px; /*200px*/
	height: 170px; /*180px*/
	padding-left: 60px;
	padding-top: 10px;
	float: left;
	letter-spacing: 0.01em;	
	font-weight: bold;
	overflow: inherit;
}

#subnavi ul {
	list-style-type: none;
	margin-left: -40px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#subnavi li a {
	padding-left: 10px;	
}

#subnavi .link_sub {
	margin-left: 10px;
	font-weight: normal;
}

#hauptnavi {
	height: 20px;
	background-color: #50565B; /*Dunkelgrau*/
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	width: 600px;
}

#hauptnavi ul {
	list-style-type: none;
	margin: 0;
	margin-left: -40px;
	margin-top: 2px;
}

#hauptnavi li {
	float: left;
	margin-right: 1.4em;
}

#hauptnavi li a {
	padding-left: 10px;	
}

#hauptnavi form {
	float: left;
}

#hauptnavi input {
	height: 16px;
}

#hauptnavi input[type=text] {
	width: 82px;
	height: 16px;
	font-size: 9px;
	margin-bottom: 3px;
	border: 1px solid black;
}
#hauptnavi input[type=submit] {
	width: 20px;
	background-color: #DF6C00;
	color: #DF6C00;
}

#bild {
	width: 600px;
	height: 160px;
	background-image: url("../img/header_image_home.jpg");
	background-repeat: no-repeat;
	float:left;
	background-color: #676C73; /*Mittel Grau*/
}

#main {
	clear:both;
}

#content {
	width: 549px; /*600px*/
	padding: 20px 30px 20px 20px;
	margin-left: 200px;
	background-color: #D9DADB; /*Helles Grau*/
	margin-bottom: 0px;
	float: left;
	color: #50565B; /*grau*/
}
#content h1 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
	/*
	padding-bottom: 5px;
	margin-left: 10px;
	margin-bottom: -5px;
	*/
	border-bottom: 1px solid #50565B; /*grau*/
}

#content h2 {
	font-size: 1em;
	font-weight: bold;
	color: #DF6C00;
	margin: 0;
}

#content a, .sidebox a {
	text-decoration: none;
	font-weight: bold;
	color: #DF6C00;
}
#content a:hover, .sidebox a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	background-color: #676C73; /*Mittel Grau*/
	border: none;
	margin: 10px 0 10px 0;
}

#content img {
	border: 1px solid #676C73;
}
.sidebox {
	width: 196px; /*200px*/
	float: left;
	margin: 34px 0px 0px 4px;
	background-color: #676C73;
	color: #FFFFFF;
}

.sidebox p {
	margin-left: 4px;	
}

.sidebox h1 {
	width: 191px;
	margin: 0;
	margin-bottom: 10px;
	font-size: 1em;
	color: #FFFFFF;
	padding: 2px 0px 5px 5px;	
	background-color: #A8A9AA;
	border-top: 10px solid #50565B; /*Dunkelgrau*/
}

* html .sidebox h1 {
	width: 196px;
}

#footer {
	clear: both;
	background-color: #676C73; /*Mittel Grau*/
	width: 600px;
	margin-left: 200px;
	text-align: center;
	color: #FFFFFF; /*Weiss*/
	font-size: 0.8em;
	padding: 3px 0px 3px 0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* Inhaltselemente */

/*Teasermenu*/
.teasermenu ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 150px;
	height: 200px;
	margin-right: 10px;
}

#content ul li img{
	border: 0px solid black;
}

* html .teasermenu ul li {
	margin-right: 0px;
}
