* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
body {
	background: #d8e3ef url(../img/body_bg.jpg) left top repeat-x;
	color: #605F64;
	font: 62.5%/145% Verdana, Arial, sans-serif;
	padding: 50px 0;
}
h2 {
	color: #a8101b;
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: 18px;
	text-transform: uppercase;
}
h3,
dt {
	color: #a8101b;;
	font-size: 1.2em;	
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	line-height: 1.2em;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 5px;
}
p,
li {
	font-size: 1.0em;
	line-height: 1.5em;
}
p {
	margin-bottom: 15px;
}
ul {
	margin-left: 15px;
}
address {
	font-style: normal;
}
a:link,
a:visited {
	color: #006098;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
}

/* klassen
---------------------------------------- */
.clear {
	clear: both;
	height: 1%;
	margin-bottom: 15px;
}
.floatright {
	float: right;
	margin-left: 10px;
	width: 250px;
}
.floatright > img {
	margin-bottom: 15px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.pdfdownload {
	background: transparent url(../img/pdf.gif) 0 0 no-repeat;
	padding: 0 0 4px 22px;
}

.prod_bild {
	margin:10px;
}

/* Formulare
---------------------------------------- */
form {
	display: block;
	margin-bottom: 20px;
}
fieldset {
	border: 1px solid #F1f1f1;
	padding: 5px;
}
legend {
	background-color: #FFF;
	font-size: 1.0em;
	padding: 3px;
	padding-bottom: 8px;
}
label {
	display: block;
	float: left;
	width: 110px;
}
label:hover {
	color: green;
	cursor: pointer;	
}
label#labelcity {
	display: inline;
	float: none;
	width: 50px;	
}
input,
textarea {
	border: 1px solid #006098;
	width: 280px;
}
input:hover,
input:focus {
	border: 1px solid green;
	border-left-width: 3px;
}
input#zipcode {
	width: 50px;	
}
input#city {
	width: 160px;
}
input.inputsubmit {
	border: 2px solid #006098;
	margin-left: 110px;
	width: auto;	
}
.error {
	color: #F00;
}
div.error {
	background-color: #FFF7FD;
	border: 1px solid #F00;
	color: #F00;
	margin-bottom: 15px;
	padding: 4px;
}
div.error p {
	margin-bottom: 0;
}


/* container
---------------------------------------- */
div#container {
	background: transparent url(../img/container_bg.gif) left top repeat-y;
	border: 1px solid #F0F0F0;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	width: 885px;
}
	div#logo {
		position: absolute;
		left: 0;
		top: 95px;
		z-index: 1000;
	}
	
	/* header
	---------------------------------------- */
	div#header {
		background: transparent url(../img/header_bg.gif) left bottom no-repeat;	
		height: 150px;
		position: relative;
	}
		div#teaser {
			position: absolute;
			left: 75px;
			top: 0;		
		}
		div#claim {
			position: absolute;
			left: 320px;
			top: 60px;		
		}
		ul#languages {
			color: #FFF;
			list-style: none;
			margin-left: 0;
			position: absolute;
			left: 29px;
			top: 29px;		
		}
		ul#languages li {
			margin-bottom: 5px;	
		}				
	
		/* menu1
		---------------------------------------- */
		ul#menu1 {
			height: 35px;	
			list-style: none;
			margin-left: 0;
			padding: 0;
			position: absolute;
			left: 285px;
			top: 115px;
			width: auto;
		}
		ul#menu1 li {
			float: left;
		}
		ul#menu1 a {
			background: url(../img/menu1_bg.jpg) left top repeat-x;
			border-bottom: 5px solid #FFF;	
			color: #000;
			display: block;
			height: 23px;	
			padding: 7px;
			padding-bottom: 0;
			text-decoration: none;
			text-transform: uppercase;
		}
		ul#menu1 a:hover {
			border-bottom-color: #a8101b;
			color: #a8101b;
		}
		ul#menu1 a.current {
			border-bottom-color: #a8101b;
			color: #a8101b;
			font-weight: bold;
		}		
		
	/* main
	---------------------------------------- */	
	div#main {
		position: relative;
		width: 885px;
	}

	/* col1
	---------------------------------------- */	
	div#col1 {
		float: left;
		position: relative;
		width: 285px;
	}
		div#col1 div#banner {
			margin: 75px 0 60px 120px;
		}
		
		/* menu2
		---------------------------------------- */	
		ul#menu2 {
			list-style: none;
			margin-left: 75px;
			margin-top: 83px;
			width: 190px;
		}
		ul#menu2 li {
			padding-bottom: 5px;
		}		
		ul#menu2 li a {
			background: url(../img/menu2_lp_bg1.gif) left top no-repeat;		
			color: #000;
			text-decoration: none;
			text-transform: uppercase;
			padding-left: 15px;
		}
		ul#menu2 li a:hover {
			background: url(../img/menu2_lp_bg.gif) left top no-repeat;
			color: #a8101b;
		}
		
		ul#menu2 li a.current {
			background: url(../img/menu2_lp_bg.gif) left top no-repeat;
			color: #a8101b;
			font-weight: bold;			
		}
		
			ul#menu2 ul {
				list-style: none;
				margin-top: 5px;
			}
			
			ul#menu2 li ul li a:link,
			ul#menu2 li ul li a:visited {
				background: none;		
				padding-left: 0;
			}
			ul#menu2 li ul li a:hover,
			ul#menu2 li ul li a:active,
			ul#menu2 li ul li a.current {
				background: none;
				color: #a8101b;
				font-weight: bold;				
			}
	
	/* col2
	---------------------------------------- */
	div#col2 {
		float: right;
		font-size: 1.2em;
		padding: 35px;
		padding-top: 40px;
		position: relative;
		width: 530px;
	}
		div#col2 ul {
			margin-bottom: 15px;
		}	
	
		/* Ansprechpartner
		---------------------------------------- */
		div.ansprechpartner {
			margin: 0 0 15px 0;
			overflow: hidden;
			padding-top: 0.4em;
			width: 100%; /* for IE/Win */
		}
		div.ansprechpartner div {
			float: right;
			padding-top: 0.3em;
		}
		div.ansprechpartner p {
			margin-right: 18em;
		}
		div.ansprechpartner h3 {
			margin: 0;
			padding: 0;
		}
		div.ansprechpartner p.position {
			color: #006098;
		}
		
		/* Referenzen
		---------------------------------------- */
		.referenz h3 {
			margin-bottom: 5px;
		}
		.referenz h4.baujahr {
			color: #000;
			font-size: 1.0em;
			font-weight: normal;
			margin-bottom: 15px;
		}
		
		/* Bildergalerie
		---------------------------------------- */
		ul.gallery {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		ul.gallery li {
			display: inline;
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;	
		}
		ul.gallery img {
			border: 1px solid #006098;
		}
		
		/* Anfahrt
		---------------------------------------- */
		div#anfahrt {
			margin-bottom: 15px;
		}
		
		/* Downloads
		---------------------------------------- */
		ul.download {
			list-style: none;
			margin-bottom: 15px;
			margin-left: 0;
		}
		ul.download li {
			margin-bottom: 5px;
		}
		
		/* Partnerlist
		---------------------------------------- */
		dl#partnerlist {
			margin-bottom: 15px;
			overflow: hidden;
			width: 530px;
		}
		dl#partnerlist dt {
			float: left;
			width: 220px;
		}
		dl#partnerlist dd {
			float:left;
			width: 310px;
			margin-bottom: 15px;
		}

	/* footer
	---------------------------------------- */
	div#footer {
		color: #707072;
		margin-bottom: 0;
		padding-left: 320px;
	}
		/* vcard 
		============================== */
		.fn,
		.street-address,
		.locality,
		.tel {
			margin-right: 5px;
		}
	/* Zitat
	-------------------------------------- */
	#quot {
		margin-left:1.5em; 
		padding-left:0.5em;
		border-left-width:medium; 
		border-left-style:solid; 
		border-color: 660000;
		text-align:justify; 
		font-style: italic;
		margin-bottom: 40px;
}
	#quot:before { open-quote; }
	#quot:after { close-quote; }
