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

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

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

h2 {
	font-size: 13px;
	color: #444;
}

h4 {
	color: #353535;
	font-size: 18px;
	font-weight: normal;
}

a {
	color: #C40000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

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

#logo {
	padding-left: 100px;
	padding-top: 30px;
}

#menu {
	width: 650px;
	height: 35px;
	margin-top: 36px;
}

.menuitem {
	width: 130px;
	height: 27px;
	padding-top: 8px;
	text-align: center;
	float: left;
	font-size: 14px;
}

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

.menuitem a:hover {
	text-decoration: underline;
}

.highLight {
	background: url(images/bg_menuitem_active.jpg) no-repeat;
}

#subheader {
	width: 981px;
	height: 252px;
}

#pagetrail {
	margin-left: 33px;
	margin-top: 10px;
}

#prevpic {
	width: 673px;
	height: 252px;
	float: left;
}

#kontaktbox {
	width: 188px;
	padding-left: 60px;
	padding-right: 60px;
	height: 211px;
	padding-top: 41px;
	float: left;
	background: url(images/bg_kontaktbox.jpg) no-repeat;
	color: #FAFAFA;
	font-size: 14px;
}

#kontaktbox a {
	color: #FAFAFA;
	text-decoration: underline;
}

#inhalt {
	width: 948px;
	margin-top: 20px;
	padding-left: 33px;
}

#inhalt_links {
	width: 560px;
	padding-right: 80px;
	float: left;
}

#inhalt_rechts {
	width: 308px;
	float: left;
}

#inhalt_links h1, #inhalt_rechts h1 {
	text-transform: uppercase;
	color: #747474;
	font-size: 21px;
	border-bottom: 1px solid #FFE400;
}

#inhalt_links h1 {
	width: 550px;
}

#inhalt_rechts h1 {
	width: 305px;
}

.news_item h3 {
	color: #5A5A5A;
	font-size: 14px;
	border-bottom: 1px solid #838383;
	display: inline;
	font-weight: normal;
}

.news_item a {
	text-decoration: none;
	font-weight: bold;
	color: #5A5A5A;
}

.news_item a:hover {
	text-decoration: underline;
}

.news_item_bild {
	float: left;
	width: 115px;
	min-height: 1px;
}

.news_item_text {
	float: left;
	width: 180px;
	padding-left: 10px;
}

.projekt_item {
	color: #000000;
}

.projekt_item_bild {
	float: left;
	width: 175px;
	min-height: 1px;
}

.projekt_item_text {
	float: left;
	width: 360px;
	padding-left: 20px;
}

.projekt_item_text h3 {
	color: #5A5A5A;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 2px solid #ACACAC;
	display: inline;
}

#footer {
	width: auto;
	height: 36px;
	padding-top: 28px;
	background: url(images/bg_footer.jpg) repeat-x;
	margin-top: 25px;
	padding-left: 33px;
	color: #ffffff;
	font-size: 13px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

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

#servicelinks {
	float: left;
}

#bookmarks {
	float: left;
	margin-left: 280px;
	margin-top: -2px;
}

#rootconnect {
	margin-left: 420px;
}

/* Kontakt-Formular */

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

#mailformtext {
	height: 180px;
}

