* {
	font: 1em/1.5 Arial, sans-serif;
	
}

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	background-color: #EEE;
}

#headline h1 {
	font-size: 34pt;
	color: #805790;
	margin: 0 0 20px 0;
	line-height: 1;
}

h2 {
	font-size: 22pt;
	font-weight: bold;
	margin: 0 0 20px 0;

}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}

.intro {
	font-size: 16pt;
	color: #666;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

p {
	margin: 0 0 40px 0;
	text-align: justify;
}




.col {
	width: 48%;
}

.left {
	float: left;
}

.fitleft {
	margin-left: -200px;
}

.fitright {
	margin-right: -206px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#globalheader {
	margin: 40px 0 0 0;
}

#header {
	margin: 0 0 20px 0;
}

.dividertop {
	clear: both;
	height: 60px;
	background: url(layout/inner-shadow-top.png) no-repeat top center;
	margin: 0 0 -20px 0;
}

.colorbar {
	height: 8px;
	margin: -41px -41px 41px -41px;
	background-color: #E6E53A;
}



#globalcontent {
	border-left: 1px solid #333;
	background-color: #FFF;
	border: 1px solid #BBB;
	overflow: hidden;
}

#heroimg {
	width: 1000px;
	height: 400px;
}

#headline {}

#banner {
	width: 200px;
	float: left;
	visibility: hidden;
}

#subnav {
	display: block;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#subnav ul li {
	float: left;
	margin: 0 40px 12px 0;
}

#subnav ul li a {
	text-decoration: none;
	color: #666;
}

#subnav ul li a:hover {
	color: #000;
}

#subnav ul li a.selected {
	color: #805790;
}

#content {
	padding: 100px 200px;
	float: left;
	background: url('layout/bg_content.png') repeat-y 20px top;
}

.dividerbottom {
	clear: both;
	height: 60px;
	background: url(layout/inner-shadow-bottom.png) no-repeat top center;
}

#globalfooter {}




.sprechzeiten span {
		min-width: 120px;
		display: inline-block;
		font-weight: bold;
}


#kontaktformular {
	width: 524px;
}


#kontaktformular label{
	width: 100px;
	padding: 5px;
	display: block;
	float: left;
	background-color: #666;
	color: #FFF;
	}

#kontaktformular input, #kontaktformular textarea {
	width: 400px;
	border: 1px solid #666;
	display: block;
	}

#kontaktformular input[type=text], #kontaktformular textarea {
	padding: 6px;
}

#kontaktformular input[type=text]:hover, 
#kontaktformular input[type=text]:focus,
#kontaktformular textarea:hover,
#kontaktformular textarea:focus{
	border-color: #E6E53A;
}

#kontaktformular input[type=submit] {
	width: auto;
	padding: 5px;
	float: right;
}

#kontaktformular input[type=submit]:hover {
	border-color: #CC8BA8;
}

#kontaktformular textarea {
	min-height: 120px;
}

#kontaktformular div {
	margin: 0 0 5px 0;
}

.clear:after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;

}

.error, .feedback {
	padding: 10px;
	margin: 0 0 20px 0 !important;
}

.error {
	border: 1px solid #F00;
	background-color: #FEE;
}


.feedback {
	border: 1px solid #0F0;
	background-color: #EFE;
}

#slideshow {
	width: 600px;
	height: 300px;
	position: relative;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
}

#globalfooter {
	padding: 20px;
	text-align: center;
}

#globalfooter a {
	text-decoration: none;
	color: #666;
}

#globalfooter a:hover {
	color: #000;
}

#startbox li {
	min-height: 280px;
	float: left;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 3px gray;	
}

#startbox {
	margin: 0 auto;
	padding: 0;
	width: 600px;
	text-align: center;
}

#startbox h3 {
	margin: 10px 0 8px 0;
}


#startbox li a {
	width: 260px;
	padding-bottom: 10px;
	
	font-size: 12px;
	display: block;
	color: #000;
	text-decoration: none;
}

#startbox li:hover {
	color: #281f78;
	background-color: #f3f3f3;
}

#logo-homepagelieferanten {
	display: block;
	width: 280px;
	margin: 40px auto;
}

#content-landingpage {
	padding: 40px 40px 1px 40px;
}