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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent;
}

/*__________________________________________LAYOUT GLOBAL__________________________________________*/

html{
	background: #ede9f3 url(../img/gradient.png) repeat-x; 
}


body{
	height: 100%;
	background:url(../img/shad-top.png) repeat-x;
}

div#page, div#chooseLang{
	position: relative;
	width: 996px;
	margin: 0 auto;
	overflow: visible;
}
div#page{
	margin-top: 50px;
}

div#chooseLang{
	padding-top: 20px;
}

div#header{
	height: 90px;
	overflow: visible;
}

#header a.branding{
	width: 321px;
	height: 66px;
	margin-left: 53px;
	float: left;
	background: url(../img/branding.png) no-repeat;
}

div#content{
	position: relative;
	height: 436px;
	overflow: visible;
	background: url(../img/shad.png) center center no-repeat;
}

div#leftContent{
	position: absolute;
	top: 3px;
	left: 3px;
	width: 394px; /*comp 495*/
	height: 336px; /*comp 430*/
	float: left;
	padding: 47px 50px;
	border-right: 1px solid #cfcfcf;
/*	background: #CCCCCC;*/
}


div#rightContentAsPic{
	position: absolute;
	top: 3px;
	left: 498px;
	width: 495px;
	height: 430px; /*comp 430*/
}

div#rightContentAsContent{
	position: absolute;
	top: 3px;
	left: 498px;
	width: 395px;
	height: 330px; /*comp 430*/
	padding: 50px;
}

div#leftContent, div#fullContent, div#rightContent{

}

div#secNavi{
	position: relative;
	margin: 8px 3px;
	padding: 7px 5px 7px 53px;
	/*border: 2px solid #e0e0e0;*/
	background: #FFFFFF;
}

#noScript, #noFlash{
	position: absolute;
	top: -140px;
	width: 477px;
	margin: 3px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #CC3300;
	z-index: 10;
	
}

/*__________________________________________HAUPTNAVIGATION__________________________________________*/

#header ul#mainNavi{
	padding-top: 20px;
	padding-left: 16px;
	margin-left: 484px;
	background: url(../img/btn_shadow.png) no-repeat 0px 52px;

}

#header ul#mainNavi li{
	list-style-type: none;
	display: inline;
}

/*__________________________________________Secundär Navigation__________________________________________*/

#secNavi{
	border: 2px solid #C7C7C7;
}

#secNavi ul li{
	list-style-type: none;
	display: inline;
	margin-right: 25px;
}

/*__________________________________________TYPOGRAFIE__________________________________________*/

div#content{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}

div#secNavi{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#secNavi a{
	color: #000000;
	text-decoration: none;
}

div#content a{
	color: #96261d;
	text-decoration: none;
	font-weight: bold;
}

strong {
	font-weight: bold;
}
div#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #96261d;
	font-size: 16px;
}
div#content p, div#content h1, div#content ul{
	padding-bottom: 12px;
}


div#content ul{
	margin-left: 24px;
}
div#content ul li strong{
/*	color: #96261d;*/
	color: #333333;
}
div#content ul li{
	margin-bottom: 6px;
}

div#content h1 + p a img{
	margin-top: 8px;
}

div#chooseLang{
	text-align: right;
	font-size: 12px;
	padding-right: 15px;
}

div#chooseLang a{
	color: #000000;
	text-decoration: none;
}

/*__________________________________________Kontaktformular__________________________________________*/

table#cForm td, table#cForm input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table#cForm td{
	vertical-align: middle;
	padding-bottom: 5px;
	white-space: nowrap; 
}

table#cForm input{	
	width: 130px;
	/*height: 16px;*/
	padding: 2px;
	margin-left: 5px;
	vertical-align: bottom;
}

table#cForm textarea{
	margin-left: 5px;	
	width: 97%;
}


table#cForm td.between{
	padding: 0;
	height: 12px;
}

table#cForm .pflicht{
	color: #339933;
	font-weight: bold;
}

table#cForm input#button{
	height: auto;
}
#cFormError{
	position: absolute;
	top: 380px;
	left: 110px;
	width: 335px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
	line-height: 16px;
	padding-top: 2px;
	border-top: 1px solid #CC3333;
}
table#cForm #cFormError p{
	padding: 0;
}
/*__________________________________________NewsSaktion__________________________________________*/

.newsBlock h2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #333333;
}

.newsBlock p{
	margin-left: 20px;
}
div#content .newsBlock p{
	padding-bottom: 0;
	margin-bottom: 12px;
}


.newsBlock{
	margin-bottom: 18px;
	border-bottom: 1px solid #999999;
}

/*__________________________________________Produkt Images__________________________________________*/

#rightContentAsPic a{
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	line-height: 0;
}

#rightContentAsPic img.products{
	margin: 0;
	padding: 0;
	border: 1px solid #d8d8d8;
}


