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

body {
	background: url(images/bg_body.jpg) repeat-x;
	background-color: #ffffff;
	/* color: #909090; */
	color: #707070;
	font-size: 13px;
	font-family: lucida sans unicode,lucida grande,arial,helvetica,sans-serif;
}

a {
	color: #E97200;
}

h1 {
	color: #E87300;
	font-size: 14px;
	padding-left: 24px;
	background: url(images/bg_h1.jpg) no-repeat;
	text-transform: uppercase;
	line-height: 9px;
	padding-bottom: 8px;
}

ul {
	margin-left: 15px;
	margin-top: 10px;
}

#div_aussen {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 926px;
	height: 422px;
	background: url(images/bg_header.jpg) no-repeat;
}

#logolink {
	display: block;
	width: 450px;
	height: 60px;
	position: relative;
	left: 70px;
	top: 25px;
}

#prevpic {
	position: relative;
	left: 70px;
	top: 50px;
	height: 292px;
	width: 457px;
}

#menu {
	position: relative;
	left: 724px;
	top: -240px;
	width: 180px;
}

.menuitem {
	width: 160px;
	height: 24px;
	background-color: transparent;
	padding-left: 9px;
	padding-top: 3px;
	font-size: 13px;
}

.menuitem a {
	color: #4A4A4A;
	text-decoration: none;
}

.menuitem.highLight {
	width: 160px;
	height: 24px;
	background: url(images/bg_menu_active.gif) no-repeat;
	padding-left: 9px;
	padding-top: 3px;
	font-size: 13px;
}

.menuitem.highLight a {
	color: #fff;
	text-decoration: none;
}

#inhalt {
	width: 806px;
	background: url(images/bg_inhalt.jpg) repeat-y;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#inhalt_links {
	width: 580px;
	float: left;
	margin-right: 30px;
	padding-right: 10px;
	background: url(images/trenner_v.jpg) no-repeat;
	background-position: top right;
}

#inhalt_rechts {
	width: 160px;
	float: left;
	background: url(images/bg_inhalt_rechts.jpg) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#adresse {
	width: 806px;
	background: url(images/bg_adresse.jpg) repeat-y;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.news_item {
	width: 175px;
	float: left;
	padding-left: 10px;
}

.news_item h2 {
	color: #3E3E3E;
	font-size: 12px;
	font-weight: bold;
}

.news_item img, .news_item h2 {
	margin-bottom: 5px;
}

.news_item img {
	border: 1px solid #cdcdcd;
}

#footer {
	width: 926px;
	height: 76px;
	background: url(images/bg_footer.jpg) no-repeat;
}

#service_links {
	float: left;
	padding-top: 15px;
	padding-left: 60px;

}

#service_links a {
	color: #BCBCBC;
	text-decoration: none;
}

#bookmarks {
	float: right;
	padding-top: 15px;
	padding-right: 60px;
	color: #BCBCBC;
}


#rootconnect {
	color: #000;
	margin-bottom: 8px;
	margin-top: -40px;
	text-align: center;
}

/* Kontakt-Formular */

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

#mailformtext {
	height: 180px;
}

#mailformbutton {
	padding: 3px;
	border: 1px solid #ddd;
	background-color: #eee;	
}

/* Galerie */

.galleryimage {
	float: left;
	/* width: 140px; */
	height: 100px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
}

