html, body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	line-height:150%;
	background-color:#cccccc;
}

#aussen {
	background-color:#ffffff;
	margin: 0 auto;
	width: 850px;
}

#navbar {
	width: 820px;
	height:26px;
	padding: 5px 0px 5px 30px;
	margin: 0px;
	background-color:#fb6a10;
	text-align: right;
}

#navbar a {
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

#navbar a:hover {
	text-decoration: underline;
	background-color: transparent;
}

.aktiv{
	padding: 5px 20px 5px 20px;
	color:#666666;
	font-weight:bold;
}

#bg1 {
	background-image:url(bilder/bg_1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width: 790px;
	height: 220px;
	clear: both;
	padding: 20px 30px 20px 30px;
}

#bg2 {
	background-image:url(bilder/bg_2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width: 790px;
	height: 220px;
	clear: both;
	padding: 20px 30px 20px 30px;
}

#bg3 {
	background-image:url(bilder/bg_3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width: 790px;
	height: 220px;
	clear: both;
	padding: 20px 30px 20px 30px;
}

#bg4 {
	background-image:url(bilder/bg_4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width: 790px;
	height: 220px;
	clear: both;
	padding: 20px 30px 20px 30px;
}

#bg5 {
	background-image:url(bilder/bg_5.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width: 790px;
	height: 220px;
	clear: both;
	padding: 20px 30px 20px 30px;
}

#bg6 {
	background-image:url(bilder/bg_6.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width: 790px;
	height: 220px;
	clear: both;
	padding: 20px 30px 20px 30px;
}

#content {
	float: left;
	width: 540px;
	padding: 10px 0px 0px 30px;
}

#rechts {
	float: right;
	width: 250px;
	border-left: 1px solid #fb6a10;
	border-bottom: 1px solid #fb6a10;
}

#rechts2 {
	width: 250px;
}

#rechts2 h2 {
	padding: 5px 20px 5px 20px;
	margin: 0;
	color: #ffffff;
	background-color: #fb6a10;
	font-weight: bold;
}

#rechts2 p {
	margin-left:20px;
	margin-right:20px;
}

#footer {
	background-color:#fb6a10;
	color:#ffffff;
	padding: 4px 30px 4px 30px;
	margin: 0;
	width: 790px;
	clear: both;
}

h1{
	color:#666666;
	font-size:15px;
}

h2{
	color:#fb6a10;
	font-size:11px;
	font-weight:bold;
	margin-bottom:-10px;
}

.textnav{
	color:#fb6a10;
	text-decoration:underline;
}

a:hover{
	color:#ffffff;;
	text-decoration:none;
	background-color:#fb6a10;
}