html, body{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial;
	color: #000;
	background-color: #e1e1e1;
	background-image: url(../../img/bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

#fullPage{
	width: 100%;
	/*height: 100%;*/
	text-align: center;
}

#fullContent{
	width: 980px;
	position: relative;
	text-align: left;
	margin:auto;
}

#head{
	width: 980px;
	height: 144px;
}

div, img{
	border: 0;
	behavior: url(iepngfix.htc);
}

A, A:LINK, A:VISITED,A:HOVER{
	color: #CC1F2F;
}
A.white{
	color: #FFF;
}
.neg{
	letter-spacing: 1px;
	background-color: #fff;
	color: #CC1F2F;
}
#containerLogo{
	text-align: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 320px;
	left: 670px;
	top: 28px;
}
#navHead{
	padding: 15px 0 0 0px;
	position: absolute;
	width: 650px;
	top: 50px;
	left: 17px;
}
#navHead li{
	background-image: url(../../img/liBackHead.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
	padding-left: 15px;
	margin-right: 10px;
}
#navHead A{
	color: #fff;
}

#navTabs li{
	text-align: center;
	width: 185px;
	height: 50px;
	background-position: top right;
	background-image: url(../../img/navTab.gif);
	background-repeat: no-repeat;
	float: left;

}
#navTabs li.selected{
	border-bottom: 0;
	background-image: url(../../img/navTabSel.gif);
	background-repeat: no-repeat;
}	
#navTabs li A{
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	padding: 18px 5px 5px 9px;
}
#shadowL{
	width: 17px;
	background-image: url(../../img/shadowL.jpg);
	background-repeat: no-repeat;
	background-position: 0 25px;
}
#shadowR{
	width: 17px;
	background-image: url(../../img/shadowR.jpg);
	background-repeat: no-repeat;
	background-position: 0 25px;
}
#headNl{
	position: absolute;
	top: 3px;
	width: 605px;
	height: 45px;
	background-image: url(../../img/bgNl.jpg);
	background-repeat: no-repeat;
	left: 17px;
}
#email{
	position: absolute;
	width: 170px;
	left: 315px;
	top: 10px;

}
#btnGo{
	position: absolute;
	width: 110px;
	height: 25px;
	left: 495px;
	top: 10px;
}
.newsletterClicked{
	font-family: helvetica, arial;
	font-size: 13px;
	color: #000000;
}

.newsletterNorm{
	font-family: helvetica, arial;
	font-size: 13px;
	color: #A3A3A3;
}

.clear{
	clear: both;
}

.nomargin{
	margin: 0;
	padding: 0;
}

.fontMedium{
	font-size: 11px;
}
.fontSmall{
	font-size: 10px;
}


ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p, h1, h2, h3{
	margin-top: 0;
	padding-top: 0;
}
p{
	line-height: 18px;
	margin-bottom: 15px;
}

H1{
	margin: -3px 0 10px 0;
	font-size: 16px; 
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
H2{
	font-size: 16px; 
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
H3{
	font-size: 16px; 
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

.pink{
	color: #e75294;
}

.floatImg{
	float: left;
	margin: 2px 10px 10px 0;
}

/* FORM */
.label{
	width: 65px;
	float: left;
}
.btnSubmitKontakt{
 	margin-top: 10px;
 	padding-left: 65px;
 }
 .txtNorm, .textAreaNorm{
 	width: 250px;
 	font-size: 12px;
 }
 .textAreaNorm{
 	font-family: Arial;
 	height: 80px;
 }