@charset "UTF-8";

@font-face {
    font-family: 'din_lightregular';
    src: url('../fonts/din_light-webfont.eot');
    src: url('../fonts/din_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din_light-webfont.woff') format('woff'),
         url('../fonts/din_light-webfont.ttf') format('truetype'),
         url('../fonts/din_light-webfont.svg#din_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dincond-regularregular';
    src: url('../fonts/dincond-regular-webfont.eot');
    src: url('../fonts/dincond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dincond-regular-webfont.woff') format('woff'),
         url('../fonts/dincond-regular-webfont.ttf') format('truetype'),
         url('../fonts/dincond-regular-webfont.svg#dincond-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
img, a, img a, a img { 
border:0px solid #FFF;
outline:none;
}
body {
    font-family: 'din_lightregular';
	font-size:15px;
	background-image:url(../img/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
span {
	font-weight:bold;
}
#wrap {
	width:800px;
	margin:auto;
	background-image:url(../img/content_bg.png);
}

#header {
	display:block;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
}

#inner {
	padding:40px 0 30px 40px;	
}

#inner form {
	margin-top:30px;
}

#inner form fieldset {
	border:0px;
	margin-bottom:10px;
}
#stoerer {
	position:absolute;
	left:50%;
	top:240px;
	margin-left:100px;
}
.info {
	display:block;
	background-color:#FFF;
	color:#000;
	width:760px;
	padding:15px 0 15px 40px;
	border-bottom:1px solid #CCC;
	font-size:13px;

}
#footer {
	display:block;
	background-color:#FFF;
	color:#000;
	width:760px;
	padding:15px 0 15px 40px;
}
#footer a {
	color:#000;
	text-decoration:none;
	font-size:13px;	
}



/*  PRODUKT AUFLISTUNG */
.product-box:after, .product-box:before {
	clear:both;
}
.product-box {
	display:inline-block;
	width:700px;
	margin-bottom:20px;
	color:#FFF;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
}

.product-box h1 {
	font-size:21px;
	margin:10px 0 0 0;
}
.product-box h2 {
	font-size:17px;
	margin:10px 0 0 0;
}
.product-box h5 {
	font-size:10px;
	margin:0 0 10px 0;
}
.product-box p {
    margin: 5px 0 10px;
}

.image-box {
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	width:154px;
	min-height:390px;
	text-align:center;
	padding:20px;
}
.content-box {
	display:block;
	background-color:#11265b;
	float:right;
	width:480px;
	padding:10px;

}