*{
	padding: 0;
	margin: 0;
}
a {
	outline:none
}
body {
	background-color: #111;
	background-attachment: scroll;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: 5px;
	margin-bottom: 20px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrap {
	width: 873px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #F9F9F9;
	background-image: url(../img/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header1 {
	background-attachment: scroll;
	background-image: url(../img/bg-header1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	width: 873px;
}
#wrap #header1 h1 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 12px;
	padding-top: 40px;
	padding-left: 70px;
}
#wrap #header1 h1 span {
	color: #FB9A39;
	font-weight: bold;
}
#nav {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 33px;
}
#wrap #header1 p {
	font-size: 11px;
	color: #CCC;
	text-align: right;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header2 {
	background-image: url(../img/bg-header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 272px;
	width: 873px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav2 {
	height: 165px;
	width: 873px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #999;
	background-image: url(../img/bg-nav2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav2-links {
	height: 125px;
	width: 396px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	float: left;
	padding: 20px;
}
#wrap #nav2 #nav2-links ul li {
	margin-left: 20px;
	margin-bottom: 3px;
	list-style-type: none;
	list-style-image: url(../img/pfeil1.gif);
}

#nav2-rechts {
	height: 125px;
	width: 395px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	float: right;
	padding: 20px;
}


#main {
	width: 793px;
	display: block;
	height: auto;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#breadcrumb {
	height: 20px;
	width: 793px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	color: #999;
}
#inhalt {
	float: left;
	width: 550px;
	height: 100%;
	display: block;
	padding-bottom: 40px;
}
#wrap #main #inhalt h1 {
	font-size: 24px;
	color: #FB9A39;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}
#wrap #main #inhalt h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}

#sidebar {
	display: block;
	float: right;
	width: 200px;
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#footer {
	clear: both;
	height: 30px;
	width: 873px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F60;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	color: #999;
}
#wrap #main #sidebar a {
	text-decoration: none;
	color: #C60;
}

#wrap #header1 a {
	color: #CCC;
	text-decoration: none;
}
#wrap #breadcrumb a {
	text-decoration: none;
	color: #666;
}
