* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Njk2OTYiIHN0b3Atb3BhY2l0eT0iMC44NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(150,150,150,0.86) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(150,150,150,0.86)));
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(150,150,150,0.86) 100%);
	background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(150,150,150,0.86) 100%);
	background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(150,150,150,0.86) 100%);
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(150,150,150,0.86) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#db969696',GradientType=0 );	
}


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

}

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#prod_wrapper {
	width: 95%;
	height: auto;
	margin: 0 20px 20px 20px;
	border: 0px solid red;
}

.prod_headline {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

#content_wrapper {
	width: 100%;
	margin-top: 20px;
	border: 0px solid green;
}

.content_bild {
	width: 65%;
	padding-right: 10px;
	float: left;
	border-right: 0px solid #000;
}

.content_text {
	width: 30%;
	margin: 0px;
	padding-left: 10px;
	float: right;
	border-left: 1px solid #000;
	position: relative;
	z-index: 50;
}

p {
	margin: 0 0 0px;
	font-size: 13px;
}

p.subhl {
	margin: 0 0 18px;
	color: #000;
	font-weight: bold;
	margin-bottom:0.5em;
	text-transform: uppercase;
}

p.fliesstext_w {
	margin:0 0 15px;
	color: #fff;
	line-height: 1.2em;
}

p.fliesstext_small {
	margin:0 0 15px;
	color: #000;
	line-height: 1.2em;
	font-size: 10px;
}

a.fliesstext_small_link {
	margin:0 0 15px;
	color: #01b5e2;
	line-height: 1.2em;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.fliesstext_small_link:hover {
	border-bottom:1px solid #01b5e2;
	text-decoration: none;
	margin:0 0 15px;
	color: #01b5e2;
	line-height: 1.2em;
	font-size: 11px;
	font-weight: bold;
}

img {
	border: none;
}

h1.hl {
	margin:0;
	font-family: 'EurostileLTStdBoldRegular', Arial, sans-serif;
	font-size: 25px;
	line-height:40px;
	color: #373737;
	font-weight: lighter;
	text-transform: uppercase;
}

h2.hl {
	margin:0;
	font-family: 'EurostileLTStdBoldRegular', Arial, sans-serif;
	font-size: 25px;
	line-height:35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.textfeld {
	width: 599px;
	border: 0px solid red;	
	padding: 0px 0px 10px 20px;
	float: left;	
}