/************************ RESET ************************/
html * {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
body {
	font: small/150% Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(../lib/holz_HG.jpg) repeat-y fixed center top;
}

/************************ LAYOUT ************************/
#wrapper {
	width: 800px;
	margin: 4em auto 0 auto;
}
#siteWrapper, #header, #theme, #logo {
	position: relative;
	width: 800px;
	float: left;
}
#siteWrapper {
	background-color: #fff;
	margin: 0 0 2em 0;
}
#header {
	height: 100px;
}
#contentWrapper {
	width: 785px;
	float: left;
	background: url(../lib/theme_01.jpg) no-repeat top left;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #ef3e33;
	margin: 0 0 15px 0;
	padding: 0 15px 15px 0;
}
#logo {
	border-bottom: 1px solid #ef3e33;
	text-align: right;
}
#logo h1 {
	margin: 15px 15px 3px 0;
	line-height: 1px;
	font-size: 1px;
}
#colLeft {
	position: relative;
	margin: 2px 0 0 30px;
	width: 205px;
	float: left;
}
#navi {
	width: 203px;
	border: 1px solid #bbb;
	background: #fff url(../lib/navi_HG.jpg) no-repeat top left;
	margin: 0 0 25px 0;
	float: left;
}
#navi ul {
	margin: 15px 25px;
	list-style: none;
}
#navi li {
	padding: .25em 0 .25em 20px;
	border-bottom: 1px solid #bbb;
}
#navi ul.sub {
	margin: 0;
}
#navi ul.sub li {
	border: none;
	padding: .15em 0 .15em .75em;
}
#navi li.aktiv {
	background: transparent url(../lib/punkt.gif) no-repeat 5px .66em;
}
#anschrift {
	float: left;
}
#content {
	width: 525px;
	padding: 0 0 0 0;
	margin: 240px 0 0 0;
	float: right;
}
#colLeft div.vmw p {
}
#colLeft div.vmw .logo {
	margin: 0 0 0 4px;
}
#kontaktForm fieldset {
	border: 1px solid #bbb;
	padding: 1em;
	margin: 0 0 1em 0;
	width: 24.5em;
}
#kontaktForm input {
	margin: 0 0 .5em 0;
}
#kontaktForm .person input {
	width: 15.5em;
}
#kontaktForm input.submit, .newsletterForm .submit {
	padding: .15em .25em;
}
#kontaktForm label {
	display: block;
}
#kontaktForm fieldset.person label {
	display: block;
	width: 8em;
	float: left;
}
#kontaktForm textarea {
	width: 26.5em;
	margin: .25em 0 1em 0;
}

div.referenzListe {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
}
div.referenzListe dl.referenz {
	float: left;
	width: 120px;
	height: 125px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #bbb;
}
div.referenzListe dt {
	height: 60px;
}
div.referenzListe .referenz dd {
	list-style:none outside;
	background: url(../lib/pfeile_kl.gif) no-repeat .25em .5em;
	padding: 0 0 0 1em;
}

.newsletterForm input.newsCheck {
	float: left;
}
.newsletterForm label.newsCheck {
	padding: 0 0 0 2em;
}
.newsletterForm {
	margin: 0 0 2em 0;
}
.newsletterFormError {
	padding-bottom: 0;
}
.newsletterForm input.formatCheck {
	margin: .75em 0 0 0;
	float: left;
}
.newsletterForm label.formatCheck {
	margin: .75em 0 0 0;
	padding: 0 0 0 20px;
}
.newsletterForm label, .newsletterForm input.submit, .newsletterForm input.newsCheck, .newsletterForm input.textFeld {
	display: block;
	margin: .5em 0 0 0;
}
.newsletterForm input.submit {
	float: left;
	margin: 1em .5em 1em 0;
}
.newsletterForm p {
	display: block;
	width: 530px;
	float: left;
	margin: 0 0 1em 0;
}


/************************ TEXTFORMATE ************************/
#anschrift p {
	font-size: 85%;
	margin: 0 0 1em 4px;
}
#content h2 {
	font-size: 1.25em;
	padding: 0 0 2px 0;
	margin: 0 0 .5em 0;
	font-weight: normal;
	border-bottom: 1px solid #ef3e33;
	letter-spacing: 0.025em;
}
#content h3 {
	font-size: 1.25em;
	margin: 0 0 .5em 0;
	font-weight: normal;
	color: #999;
	letter-spacing: 0.025em;
}
#content h4 {
	font-weight: bold;
	margin: 0;
}
#content p {
	margin: 0 0 1em 0;
}
#content .fehler {
	color: #EC4130;
	text-transform: uppercase;
}
#content ul {
	list-style: none;
	margin: 0 0 1em .5em;
}
#content ul li {
	background: url(../lib/punkt_kl.gif) no-repeat left .5em;
	padding: 0 0 0 1em;
}
#content a, #anschrift a {
	text-decoration: none;
	color: #EC4130;
	font-weight: normal;
}
#content a:hover, #anschrift a:hover {
	text-decoration: underline;
}
#navi {
	font-size: 1.1em;
}
#navi a {
	text-decoration: none;
	color: #999;
	font-weight: normal;
	display: block;
}
#navi .aktiv {
	color: #999;
	font-weight: normal;
}
#navi a:hover, #navi ul.sub .aktiv {
	color: #ef3e33;
	background: none;
}
#kontaktForm legend {
	padding: 0 .5em;
	color: #999;
	font-weight: normal;
	font-style: italic;
}

