@charset "utf-8";

@font-face {
  font-family: 'Nonserif';
  src: url('../fonts/Nonserif-Regular.eot?') format('eot'), url('../fonts/Nonserif-Regular.woff') format('woff'), url('../fonts/Nonserif.ttf') format('truetype');
}

@font-face {
  font-family: 'Liberation Sans';
  font-weight: normal;
  src: url('../fonts/LiberationSans-Regular.eot?') format('eot'), url('../fonts/LiberationSans-Regular.woff') format('woff'), url('../fonts/LiberationSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Liberation Sans';
  font-weight: bold;
  src: url('../fonts/LiberationSans-Bold.eot?') format('eot'), url('../fonts/LiberationSans-Bold.woff') format('woff'), url('../fonts/LiberationSans-Bold.ttf') format('truetype');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.23;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ######################## Allgemeine Formate ################### */
strong {
	font-weight: bold;
}

body{
	background-color:#18305c;
	margin:0px;
	padding:0px;
	color:#3a3a3a;
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande', 'Lucida Sans', 'Liberation Sans', 'Nonserif', 'Arial', 'sans-serif';
	font-size: 14px;
}

h1{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	font-size:24px;
	color:#3a3a3a;
}
a:link, a:visited{
	text-decoration:none;
}

#banner_left {
	background-color: #526885;
	border-bottom: 1px solid #526885;
	border-left: 1px solid #2D4C72;
	border-top: 1px solid #526885;
	/*font-family: 'Nonserif';*/
	font-size: 16px;
	height:144px;
	margin-left: 54px;
	width: 891px;
}

#banner_left a {
	color: #f3f4f6;
	text-decoration: underline;
}

#banner_left .big{
	margin: 0;
	font-size: 39px;
	line-height: 1;
	margin-right: 44px;
}

#banner_left .left {
	background-color: white;
	background-image: url(../pics/weissesfeldohne.jpg);
	background-repeat: no-repeat;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius:  0 5px 5px 0;
	color: #18305e;
	float: left;
	font-size: 15px;
	margin-left: -54px;
	padding-left: 26px;
	padding-right: 10px;
	padding-top: 5px;
	width: 307px;
}

#banner_left .left p {
	margin-top: 0;
	margin-bottom: 0.8em;
	color: 
}

#banner_left .right {
	float: right;
/*	margin-left: 87px;*/
}

#banner_left .right table {
	border-spacing: 0;
	color: #f3f4f6;
}

#screen{
	width: 1000px;
	height: auto;
}

#site{
/*1	float:left;*/
	width: 1000px;
	height: auto;
}

#header{
	width:1000px;
	height:451px;
	/*font-family: 'Liberation Sans','Lucida Sans', 'Lucida Grande';*/
	background-image: url(../pics/headbanner_kult.jpg);
	background-repeat: no-repeat;
}

#contact{
	width:499px;
	height:163px;
	margin-left:345px;
	background-image:url(../pics/kontakt.jpg);
	background-repeat:no-repeat;
}

#content{
	width:891px;
	height:auto;
	margin-left:54px;
	background-color: #526885;
	border-left: solid 1px #2d4c72;
	border-top:solid 1px #526885;
	border-bottom:solid 1px #526885;
}

.data_table{
	margin-left:46px;
	background-color: #526885;
}

.cont_table{
	width:799px;
	margin:0 auto;
	background-color:#fff;
	border:solid 2px #fff;
}

.table_header{
	height:76px;
}

.product_name{
	width:200px;
	background-color:#d2d2d2;
	border:solid 2px #fff;
	padding-left:5px;
}

.art_number{
	width:250px;
	background-color:#d2d2d2;
	border:solid 2px #fff;
	padding-left:5px;
}

.skin_pic{
	width:100px;
	background-color:#50cacb;
	vertical-align:middle;
	text-align:center;
	border:solid 2px #fff;
}

.props{
	height:30px;
}

.property{
	background-color:#f2f2f2;
	border:solid 2px #fff;
	padding-left:5px;

}

.property_value{
	background-color:#f2f2f2;
	border:solid 2px #fff;
	padding-left:5px;

}

.property_xtra{
	background-color:#f2f2f2;
	border:solid 2px #fff;
	padding-left:5px;

}

.pics_detail{
	text-align:right;
	vertical-align:bottom;

}

.pics_detail img{
	margin-right:20px;

}

.product_pic{
	vertical-align:bottom;
}

.pics_detail{

}

.inner_footer{
	background-color:#50cacb;
	height:10px;
	width:799px;
	margin:0 auto;
	margin-bottom:10px;
}

#footer{
	width:892px;
	height:20px;
	margin-left:54px;
	margin-bottom:150px;
	background-image:url(../pics/footer.jpg);
	background-repeat:no-repeat;
}

h2{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	font-size:24px;
	color:#3a3a3a;
}

#header h1 {
	color: #47dfe4;
	font-size: 38px;
	font-weight: normal;
	left: 384px;
	margin: 0;
	position: relative;
	top: 59px;
	width: 515px;
}

#header p span {
	color: #47dfe4;
}

#header ul {
	color: #9aa7b8;
	/*font-family: 'Liberation Sans','Lucida Sans', 'Lucida Grande';*/
	font-size: 13px;
	margin: 0 0 0 753px;
	padding-top: 10px;
}

#header li{
	list-style-type: none;
	display: inline;
}

#header a {
	color: #9aa7b8;
}
	
#header .products {
	display: block;
	margin-left: 768px;
	margin-top: 85px;
}

#contact{
	width:499px;
	height:163px;
	margin-left:345px;
	background-image:url(../pics/kontakt.jpg);
	background-repeat:no-repeat;
}

#untertitel1 {
	color: black;
	font-size: 14px;
	left: 111px;
	margin: 0;
	position: relative;
	top: 258px;
	width: 244px;
}

#description {
	color: white;
	font-size: 14px;
	left: 384px;
	margin: 0;
	position: relative;
	top: 57px;
	text-align: justify;
	width: 515px;
}

