/* ################################# ALLGEMEIN - ANFANG ################################# */

* { margin: 0; padding: 0; border-style: none; border-width: 0; }

html {
	height: 100%;
	font-family: Arial, sans-serif;
	line-height: 15px;
	color: #536057;
}

body {
	background-color: #ebedec;
	height: 100%;
}

h1 {
	font-size: 18px;
	margin-bottom: 33px;
	text-transform: uppercase;
}

p {
	font-size: 11px;
}

a { color: #2c6489; font-size: 11px; text-decoration: none; }
a:hover { color: #ae021c; }
#wrapper {
	margin: 0 auto;
	width: 950px;
	background: #ebedec url(../images/basic/bg_verlauf.jpg) repeat-y top center;
}

#backgroundTop {
	height: 33px;
	width: 950px;
	background: transparent url(../images/basic/bg_top.jpg) no-repeat top center;
}

#backgroundBottom {
	height: 33px;
	background: transparent url(../images/basic/bg_bottom.jpg) no-repeat bottom center;
}

.clear {
	clear: both;
}

/* ################################# ALLGEMEIN - ENDE ################################# */

/* ################################# HEADER - ANFANG ################################# */

#header {
	margin: -3px 38px 24px;
}

#logo {
	margin: 0 0 15px 16px;
}

#hauptnavigation {
	border: 1px solid #bdbdbd;
	background: transparent url(../images/basic/bg_hauptnavigation.jpg) repeat-x top left;
	height: 22px;
}

#hauptnavigation ul, #metanavigation ul {
	list-style-type: none;
	margin: 2px 0 0 15px;
}

#hauptnavigation ul.right {
	float: right;
	margin: 0 15px 0 0;
}

#hauptnavigation ul li, #metanavigation ul li {
	float: left;
	margin: 0 24px 0 0;
}

#hauptnavigation ul.right li {
	float: left;
	margin: 0 0 0 24px;
}

#hauptnavigation a, #metanavigation a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#metanavigation a {
	font-size: 10px;
}

#hauptnavigation a:hover, #metanavigation a:hover       {
	color: #ae021c;
}

/* ################################# HEADER - ENDE ################################# */

#metanavigation {
	border: 1px solid #bdbdbd;
	background: transparent url(../images/basic/bg_hauptnavigation.jpg) repeat-x top left;
	height: 22px;
	width: 872px;
	margin: 24px 38px 5px;
}

#content {
	margin: 4px 24px 0;
	width: 446px;
	float: left;
}

#sidebarLeft {
	width: 190px;
	margin: 0 0 0 38px;
	float: left;
	overflow: hidden;
}

#sidebarRight {
	width: 188px;
	float: right;
	margin: 0 38px 0 0;
	overflow: hidden;
	border: 1px solid #bdbdbd;
	background: #FFF url(../images/basic/bg_sidebar.jpg) repeat-x bottom left;
}

#sidebarRight h2 {
	padding: 9px 0 9px 14px;
	font-size: 11px;
	background: #FFF url(../images/basic/bg_sidebar_h2.jpg) repeat-x bottom left;
	border-bottom: 1px solid #bdbdbd;
}

#sidebarRight p {
	padding: 7px 15px;
}

#sidebarLeft ul {
	list-style-type: none;
}

#sidebarLeft ul li {
	padding: 4px 0 7px 16px;
	list-style-type: none;
}

#sidebarLeft ul li.aktiv {
	background-color: #536057;
}

#sidebarLeft ul li.aktiv a, #sidebarLeft ul li.aktiv a:hover {
	color: #FFF;
}

#sidebarLeft ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

#sidebarLeft ul li a:hover {
	color: #ae021c;
}

.contentBox {
	width: 430px;
	margin: 16px 0 0;
	padding: 8px 8px 8px 8px;
	overflow: hidden;
	border: 1px solid #bdbdbd;
	background: #FFF url(../images/basic/bg_sidebar.jpg) repeat-x bottom left;
}

.contentBox p {
	padding: 0 0 0 21px;
	background: url(../images/basic/pfeil.png) no-repeat left top;
}
#sidebarRight-start {
	width: 188px;
	float: right;
	margin: 80px 38px 0 0;
	overflow: hidden;
	border: solid 1px #bdbdbd;
	background: #fff url(../images/basic/bg_sidebar.jpg) repeat-x left bottom;
}
#sidebarRight-start h2 {
	padding: 9px 0 9px 14px;
	font-size: 11px;
	background: #FFF url(../images/basic/bg_sidebar_h2.jpg) repeat-x bottom left;
	border-bottom: 1px solid #bdbdbd;
}
#sidebarRight-start p {
	padding: 7px 15px;
}
#sidebarRight h3 { padding: 9px 0 9px 14px; font-size: 10px; font-style: normal; background: #fff url(../images/basic/bg_sidebar_h2.jpg) repeat-x left bottom; border-bottom: 1px solid #bdbdbd; }
#anfrage input[type="text"], #anfrage textarea, #anfrage input[type="submit"], #anfrage select {
	border:					1px solid #999;
}
#anfrage input[type="text"], #anfrage textarea {
	width:					185px;
}
#anfrage textarea {
	margin-top:				3px;
}
#anfrage input[name="plz"], #anfrage select {
	width:					50px;
}
#anfrage input[name="ort"] {
	width:					128px;
	margin-left:			5px;
}
#anfrage input[type="submit"] {
	margin:					10px 0 15px 78px;
	padding:				1px 2px;
}
#anfrage p {
	display:				inline;
	width:					71px;
	float:					left;
	text-align:				right;
	margin:					4px 7px 5px 0;
}

