body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#header {
	width: 100%;
}

div#header table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}



div#header td.logo {
	width: 300px;
	text-align: left;
}

div#header td.banner {
	text-align: center;
}

div#header td.people {
	width: 300px;
	text-align: right;
	font-size: 10px;
	vertical-align: top;
	background: url(../img/menschen.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#header td.people a {
	line-height: 20px;
}

div#header td.headerNav {
	text-align: right;
}

ul.headerNav {
	list-style-type: none;
	text-align: right;
	padding: 10px;
	margin: 0px;
}

ul.headerNav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

ul.headerNav li a {
	float:right;
	color: #000;
	padding: 8px 15px;
	margin-left: -2px;
	border-left: 2px solid #F8941C;
	border-right: 2px solid #F8941C;
	text-decoration:none;
	
	background-image: url(../img/schatten.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

ul.headerNav li a:hover {
	background-color: #F8941C;
	color: #FFF;
	background-image: none;
}


div.orangeLine {
	width: 100%;
	height: 10px;
	background-color: #F8941C;
}

div.headNavi {
	width: 100%;

	margin: 1px 0px;
	background-color: #777777;
	text-align: right;
}

div.headNavi p {
	padding: 5px;
	margin: 0px;
	color: #4E4E4E;
	font-size: 10px;
}


div#main {
	width: 100%;
}


td.footerAds {
	background-image: url(../img/footerAds.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 90px;
}

td.footerAds div {
	float: left;
	margin: 5px;
}

td.footer {
	background-image: url(../img/footer.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 25px;
	padding: 0px 10px;
	margin: 0px;
}

h1 {
	margin-top: 2px;
}

label {
	float: left;
}

div.inputDiv {
	margin-left:160px;
}

