/****************************************/
/* CSS - Hybris Kampagne                */
/****************************************/

/* common html styles  -------------------------------------------------------------------- */
body {
	color: #000;
	background: #fff url(../images/background.jpg) repeat-x top left;
	font-family: Arial,Verdana, Geneva,  Helvetica, sans-serif; 
	text-align: left;
	padding: 0px 0px 0px 29px;
	font-size: 0.688em; /* = 11px */
	margin:0px;
	}
form {
 margin:0px;
 padding:0px;
 }
label {
	margin-right: 20px;
}
label.error {
	display: block;
	color: red;
}
input {
	border: 1px solid #0066B3;
}
h1 {
	color: #0066B3;
	font-size: 1.455em;
	}

h2 {
	color: #0066B3;
	font-size: 1.3em;
	}
h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

a {
	color: #0066B3;
	text-decoration: none;
}
a:hover{
	color: color: #0066B3;;
	text-decoration: underline;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
/* custom styles  -------------------------------------------------------------------- */
.clear {
	clear: both;
}

#bodyArea {
  margin:0 auto;
  text-align:left;
  width:1000px
}

/* HEADER */
#header {
	margin-bottom: 18px;
	background: url(../images/header.jpg) no-repeat top left;
	width:  942px;
	height: 223px;
	margin-bottom: 30px;
}
#headerLogo {
 float: right;
 z-index: 2;
}

#mainNav ul {
	position: relative;
	top: 15px;
	left: 23px;
	width: 900px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#mainNav ul li ul {
	position: relative;
	top: 25px;
	left: -158px;
	width: 250px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #0066B3;
}
#mainNav ul li {
	float: left;
	font-weight: bold;
	font-size: 1.255em;
}
#mainNav ul li ul li {
	background-color: #EAF0F4;
	float: left;
	font-weight: bold;
	font-size: 0.8em;
	padding: 4px;
	width: 242px;
}
#mainNav ul li a {
	color: #fff;
	float: left;
	line-height: 25px;
	padding: 0px 30px 0px 0px;
}
#mainNav ul li ul li a {
	color: #696969;
	float: left;
	line-height: 15px;
	padding: 0px 30px 0px 0px;
}
#mainNav ul li a:hover {
	text-decoration: none;
}
#mainNav ul li ul li a:hover {
	text-decoration: none;
	color: #0066B3;
}

.subNav ul {
	position: relative;
	top: 15px;
	left: 23px;
	width: 200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid green;
}
.subNav ul li {
	background-color: white;
	float: left;
	font-weight: bold;
	font-size: 1.0em;
}
#subNav ul li a {
	color: #0066B3;
	float: left;
	line-height: 25px;
	padding: 0px 30px 0px 0px;
}
.subNav ul li a:hover {
	text-decoration: none;
}

#mainArea {
	width: 940px;
	overflow: hidden;
}
#leftCol {
	padding-right: 30px;
	width: 170px;
	float: left;
}

#rightCol {
	width: 725px;
	float: right;
	margin-bottom: 20px;
	
}

/* LINKBOX */
.linkBox {
	width: 180px;
	min-height: 72px;
	height: 72px;
	font-weight: bold;
	margin-bottom: 12px;
	background: #E8EEF2 url(../images/linkBox_bg.gif) no-repeat;
}
.linkBox_content {
	padding: 8px 10px 0px 10px;
}
.linkBox_content li {
	line-height: 25px;
}
.linkBox_content li a:hover {
	text-decoration: none;
}
/* DOWNLOAD BOX */
.downloadBox {
	width: 180px;
	min-height: 152px;
	height: 152px;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 12px;
	background: url(../images/downloadBox_bg.gif) no-repeat;
	font-size: 1.2em;
}
.downloadBox_content {
	padding: 0px 5px 0px 5px;
	color: #0066B3;
	font-size: 11px;
}
.downloadBox_content  a:hover {
	text-decoration: none;
}

.intro {
	color: #0066B3;
	font-size: 1.1em;
	margin-bottom:20px;
}

.box_textblock {
	width: 331px;
	padding-right:10px;
	padding-top: 10px;
}
.box_textblock h2 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
#content_box {
	float: left;
	background: transparent url(../images/content_box_bg_fix.gif) no-repeat;
	width: 351px;
	height: 293px;
	padding-left:10px;
}
#teaser_box1 {
	float: left;
	background: transparent url(../images/teaser_box_bg_fix_green.gif) no-repeat;
	width: 350px;
	height: 132px;
	padding-left:10px;
	margin-right: -10px;
	float: left;
}
#teaser_box1 a {
	font-weight: bold;
}

#teaser_box2 {
	background: transparent url(../images/teaser_box_bg_fix_violet_inactive.gif) no-repeat;
	width: 350px;
	height: 132px;
	padding-left:10px;
	margin-top: 29px;
	margin-right: -10px;
	float: left;
}
#teaser_box2 a {
	font-weight: bold;
}

#DownloadPdfButton {
	background: transparent url(../images/hybris_btn_pdf.png) no-repeat;
	width: 150px;
	height: 32px;
	display: block;
	margin-top: 8px;
}
#DownloadPdfButton3Min {
	background: transparent url(../images/hybris_btn.png) no-repeat;
	width: 268px;
	height: 35px;
	display: block;
}

.feednote{
	font-size: 0.9em;
}
/* forms
**************************************************************************/
#rightCol form {
 color: #0066B3;
 font-size: 1.1em;
 padding: 20px;
 padding-top: 10px;
 margin-top: -20px;
}
#rightCol .formelement {
	margin-bottom: 8px;
}
#rightCol .inputelement {
	margin-bottom: 8px;
}
#rightCol input, textarea {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color: #1F3A65;
}
#rightCol select {
	width: 85px;
	height: 20px;
	font-size:12px;
	color: #0066B3;
}
.input1 {
 /* checkbox */
 margin-right: 5px;
 border: 1px solid transparent;
}
.input2 {
 width:392px;
 border: 1px solid #0066B3;

}
.inputort {
 width: 60px;
}
.inputplz {
 width: 180px;
}
.inputstreet {
 width: 180px;
}
.inputstreetnumber {
 width: 60px;
}
.formbutton {
 margin-top: 10px;
 padding:0;
 width:250px;
 font-size:10px;
 border: 1px solid #CBCED1;
 background-color: #E8EEF2;
 color:#000;
}



