* {border: 0; margin: 0; padding: 0;}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: 15px;
}

h1 {
	color: #8ada09;
	font-size: 18px;
	text-transform: uppercase;
}

ul, ol {
	margin-left: 15px;
}

body {
	background: url(images/bg_body.jpg) no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	color: #505050;
	font-family: lucida sans unicode,lucida grande,arial,helvetica,sans-serif;
	font-size: 12px;
	overflow-y: scroll;
}

a {
	color: #F3A044;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#div_wrapper_header {
	width: 900px;
	margin: 0 auto;
	padding-left: 28px;
	padding-right: 28px;
}

#header_bottom {
	background: url(images/header_bottom.png) no-repeat;
	height: 91px;
	width: 956px;
	margin: 0 auto;
}

#heading {
	height: 135px;
	width: 634px;
	float: left;
}

#div_wrapper_content {
	background: url(images/background_transparent.png) repeat-y;
	width: 865px;
	margin: 0 auto;
	padding: 21px 43px 8px 48px;
}

#inhalt_wrapper {
	width: 634px;
	float: left;
}

#inhalt_links {
	width: 212px;
	margin-right: 19px;
	float: left;
}

#inhalt_rechts {
	width: 380px;
	float: left;
	padding-left: 17px;
}

#header {
	width: 900px;
	height: 141px;
}

#logolink {
	display: block;
	width: 213px;
	height: 100px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
	margin-top: 38px;
	margin-left: 48px;
}

#mainmenu {
	float: right;
	margin-right: 50px;
	margin-top: 115px;
}

#mainmenu a {
	padding-left: 20px;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #492d10;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
}

#mainmenu a:hover {
	text-decoration: underline;
}

a.highLight {
	color: #fff !important;
	background: url(images/bg_menuitem_active.gif) no-repeat;
	background-position: 5px 1px;
}

#content {
	width: 237px;
	float: left;
}

#content_bottom {
	background: url(images/content_bottom.png) no-repeat;
	height: 30px;
	width: 956px;
	margin: 0 auto;
}

#footer {
	background: url(images/footer_background.png) repeat-x;
	height: 21px;
	color: #FFFFFF;
	font-size: 10px;
	margin: 0 auto;
	padding: 6px 48px 0;
	text-align: right;
	width: 860px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}

#footer a:hover {
	text-decoration: underline;
}

#rootconnect {
	text-align: center;
	width: 956px;
	margin: 15px auto 0px;
	color: #492d10;
}

#gallery {
	margin-top: 50px;
}

.galleryimage-0 {
	background: url(images/gallery_background.jpg) no-repeat;
	width: 164px;
	height: 120px;
	padding: 10px;
	float: left;
	margin: 0px 0px 6px 0px;
	text-align: center;
}

.galleryimage-1 {
	background: url(images/gallery_background.jpg) no-repeat;
	width: 164px;
	height: 120px;
	padding: 10px;
	float: left;
	margin: 0px 0px 6px 12px;
	text-align: center;
}

#suche {
	position: absolute;
	margin-left: 640px;
	margin-top: 56px;
}

#suche input#suchfeld {
	background: url(images/suchfeld.jpg) no-repeat;
	width: 170px;
	height: 15px;
	float: left;
	padding: 3px;
}

#suche input#suchbutton {
	background: url(images/suchbutton.jpg) no-repeat;
	width: 40px;
	height: 21px;
	float: left;
}

/* Kontakt-Formular */

#mailformname,
#mailformfirma,
#mailformaddr,
#mailformort,
#mailformtelefon,
#mailformfax,
#mailformemail,
#mailformtext,
#mailformgrund {
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #eee;
	border: 1px solid #ddd;
	width: 235px;
}

#mailformtext {
	height: 180px;
}

