* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: transparent url(../images/body_bg.gif) left top repeat-x;
	font: 62.5%/175% Verdana, Arial, sans-serif;	
}
h1 {
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: 1em;
	font-variant: small-caps;
}
h2 {
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 1.4em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.53em;
}
h4 {
	font-size: 0.8em;
}
h5 {
	font-size: 15px;
	padding: 3px;
}
h6 {
	font-size: 15px;
	padding: 3px;
}
#content p {
	margin-bottom: 1.4em;
}
address {
	font-style: normal;
	font-size: 0.8em;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
.current a {
	font-weight: bold;
}
p.floatleft {
	border: 1px solid #E3001B;
	float: left;
	margin-right: 8px;
	padding: 1px;
}

/* tables
============================== */
table {
	font-size: 100%;
	margin-bottom: 1.2em;
}

/* Teaser
============================== */
div#teaser1 {
	width: 240px;
	margin-bottom: 40px;
}
div#teaser1 img {
	padding: 2px;
	border: 3px solid #6398e6;
}
div#teaser2 {
	width: 240px;
}
div#teaserleft {
	float: left;
}
div#teaser2 img {
	padding: 2px;
	border: 3px solid #6398e6;
}div#teaser3 {
	width: 470px;
	float: right;
}
div#teaser3 img {
	padding: 2px;
	border: 3px solid #6398e6;
}

/* forms
============================== */
label {
	display: block;
	float: left;
	width: 100px;
}
input,
textarea,
select {
	border-width: 1px;
	border-style: solid;
	float: left;		
	margin-bottom: 10px;
	width: 200px;
}
input.checkbox {
	border: none;
	width: auto;
}
input.buttonsubmit {
	float: none;
	margin-left: 100px;
	width: auto;
}
form br {
	clear: left;
}

/* clearfix 
============================== */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* Aufbau
============================== */
div#container {
	position: relative;
	text-align: left;
	font-size: 1.2em;		
}
	div#header {
		position: relative;
		height: 161px;
		background-image: url(../images/bg_header.jpg);
	}
	#logo {
		position: absolute;
		left: 20px;
		top: 25px;
		z-index: 1000;
	}
	#titel-logo {
		position: absolute;
		right: 0;
	}
	div#main {
		background: #FFF url(../images/main_bg.gif) left top repeat-x;
		padding: 20px;
		width: 960px;
	}
		div#content {
			float: right;
			padding-left: 30px;
			width: 740px;
		}
	div#footer {
		background: #c40319 url(../images/footer_bg.gif) left top repeat-x;	
		clear: both;
		color: #FFF;
		font-size: 1.2em;		
		padding: 3px 20px 4px;
	}

	/* menu1
	============================== */
	#menu1 {
		background: url(../images/menu1_bg.gif) left top repeat-x;
		text-transform: uppercase;
		height: 20px;
		padding-top: 3px; 
		width: 1000px;
	}
	#menu1 ul {
		list-style: none;
		margin-left: 20px;
	}
	#menu1 li {
		display: inline;
		margin-right: 10px;
	}
	#menu1 a {
		color: #FFF;
		margin-left: 5px;
		text-decoration: none;
	}
	#menu1 li.current a {
		color: #e2001a;
	}
	
	/* menu2
	============================== */
	div#menu2 {
		float: left;
		width: 190px;
	}
	div#menu2 ul {
		background-color: #6398e6;
		border: 3px solid #6398e6;
		border-top: 1px dotted #FFF;
		list-style: none;
		margin-bottom: 10px;
		padding-top: 2px;		
	}
	div#menu2 li {
		border-bottom: 1px dotted #FFF;
	}
	div#menu2 ul li a {
		color: #FFF;
		display: block;
		padding: 6px 10px;
		text-decoration: none;
	}
	div#menu2 ul li.current a {
		font-weight: bold;
	}
	div#menu2 ul li.current a,
	div#menu2 ul li a:hover {
		background: #c30218 url(../images/menu2_hover_bg.gif) left top repeat-x;
	}
	div#menu2 ul li.current li a {
		background: none;
		background-color: #09479F;
		font-weight: normal;
	}
	div#menu2 ul li ul {
		border: none;
	}
	div#menu2 ul li.current li.current a {
		background-color: #CCC;
		font-weight: bold;
	}
	div#menu2 p {
		margin-bottom: 10px;
	}	

	/* oeffnungszeiten
	============================== */
	#oeffnungszeiten {
		background: #c40319 url(../images/oeffnungszeiten_bg.gif) left top repeat-x;
		color: #FFF;
		margin-bottom: 10px;
		padding: 6px 15px;
	}
	

/* marken
============================== */
.marke {
	float: left;
	width: 150px;
	height: 100px;
	border: 1px solid #a4a4a4;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 15px;	
	position: relative;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	list-style:none;
}
.marke img {
	display: block;
	margin: auto;
}

/* /marken
============================== */


/* products
============================== */
div.productmatrix {
	margin-bottom: 1.6em;
}
div.product,
div.product01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
	height: 16.67em;
	padding: 0.5em;
	width: 12.82em;
}
div.product01 {
	border-right-width: 1px;
	border-right-style: solid;	
}
div.product h3,
div.product01 h3 {
	font-size: 1.0em;
	margin-bottom: 1.0em;
}
div.product p,
div.product del,
div.product01 p,
div.product01 del {
	margin: 0 !important;
	padding: 0;
	text-align: center;
}
div.product img,
div.product01 img {
	margin-bottom: 0.3em;
	padding: 0;	
}

#productimg {
	border: 3px solid #c30218;
	width: 460px;
}

/* porductdetail
============================== */
div#productdetail ul {
	margin-left: 20px;
}
div#detailimg {
	margin-bottom: 1.6em;
	text-align: center;
}
.preis span {
	margin-left: 50px;
}

	/* produktvariante
	=========================== */
	.produktvariante {
		margin-bottom: 15px;
		width: 460px;
	}
	.produktvariante .variantenbild {
		float: left;
		margin-right: 10px;
		width: 150px;
	}
	.produktvariante .variantendescription {
		float: right;
		width: 300px;
	}
	.produktvariante .variantendescription1 {
		width: 460px;
	}
	.produktvariante h4,
	.produktvariante p {
		margin: 0;
	}
	.clear {
	clear: both;
	height: 1%;
}

/* ansprechpartner
============================== */
.ansprechpartner {
	margin: 2em 0 0 0;
	border-top: 0.14em solid #ddd;
	overflow: hidden;
	padding-top: 0.4em;
	width: 100%; /* for IE/Win */
}
.ansprechpartner address {
	color: #000;
	font-size: 1.0em;
}
.ansprechpartner .photo {
	border-width: 2px;
	border-style: solid;	
	display: block;
	float: right;
}
.ansprechpartner .fn {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.53em;
}
.ansprechpartner .title {
	display: block;
	font-size: 0.8em;
	margin-bottom: 0.3em;
}
.ansprechpartner .adr {
	display: block;
	margin-bottom: 0.4em;
}

/* Leistungen
============================== */
.leistung {
	margin: 1em 0 0 0;
	overflow: hidden;
	padding-top: 0.4em;
	width: 100%; /* for IE/Win */
}
.leistung div {
	padding-top: 0.3em;
	float: right;
}
.leistung p {
	margin-right: 7em;
	margin-bottom: 0;
}

/* gallery
============================== */
ul.gallery {
	list-style: none;
	margin-bottom: 1.5em;
	margin-left: 0 !important;
}
ul.gallery li {
	display: inline;
	float:left;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 0 !important;
	width: 150px;
}
div.galleryimage div.image {
	border: 1px solid #F00;
	display: table;
	height: 100px;
	overflow: hidden;
	text-align: center;
	width: 150px;
}
div.galleryimage div.image div {
	display: table-cell;
	line-height: 50%;
	vertical-align: middle;
}
