/* ------------ */
/* DIV THINGIES */ 
/* ------------ */
/* MAINCONTAINER */
#main {
  margin: 0 auto;
  width: 100%;
  background: #FFFFFF;
  text-align: left;
  position: relative;
  background-color: #022879;
  background-repeat: no-repeat;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

/* NAVI */
#mainnavi {
	position: absolute; 
	left: 0px; 
	top: 0px; 
  width: 198px;
	background-repeat: no-repeat;
	background-image: url(../i/bg_navi.jpg);
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#mainnaviteaser {
	position: absolute; 
	left: 0px; 
	top: 0px; 
  width: 198px;
	background-repeat: no-repeat;
	background-image: url(../i/bg_navi_teaser.png);
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#topnavi {
	position: absolute; 
	left: 0px; 
	top: 158px; 
  width: 198px;
	height: 200px; 
}
#henkelnavi {
	position: absolute; 
	left: 0px; 
	top: 490px; 
  width: 160px;
	height: 100px; 
}


/* CONTENT */
#mainFloater {
	margin: 0 0 0 -495px;  
	position:absolute; 
	top: 0px; 
	left: 50%; 
	width: 990px; 
	height: 605px;
}
#containercontent {
	height: 605px;
}

#maincontent {
	position: absolute; 
	left: 350px; 
	top: 160px; 
	width: 550px;
	height: 400px; 
	overflow: auto;
}
#maincontentLow {
	position: absolute; 
	left: 345px; 
	top: 380px; 
	width: 550px;
	height: 190px; 
	overflow: auto;
}

#maincontent_dreckspatz {
	position: absolute; 
	left: 270px; 
	top: 255px; 
	width: 280px;
	height: 400px; 
	overflow: auto;
	
}

#maincontent_xmas {
	position: absolute; 
	left: 425px; 
	top: 170px; 
	width: 385px;
	height: 400px; 
	overflow: auto;
	
}

#maincontent_xmas_address {
	position: absolute; 
	left: 300px; 
	top: 170px; 
	width: 365px;
	height: 400px; 
	overflow: auto;
	
}

#maincontent_ecards {
	position: absolute; 
	left: 295px; 
	top: 235px; 
	width: 380px;
	height: 400px; 
	overflow: auto;
	
}
#maincontentSoEinfach {
	position: absolute; 
	left: 520px; 
	top: 190px; 
	width: 400px;
	height: 400px; 
	overflow: auto;
}
#maincontentProdFinder {
	position: absolute; 
	left: 180px; 
	top: 62px; 
	width: 795px;
	height: 520px; 
	overflow: auto;
}
#box {
	width: 500px;
	height: 60px; 
	background: #FFE51E;
	-moz-border-radius: 10px;
}
#tableElement { width: 525px; margin: 0; padding: 0; border-top: 2px solid #29388D; border-bottom: 2px solid #29388D; overflow:hidden;}
#tableContentPart { width: 100%; margin: 0 0 10px 0; clear: both; }
#tableContentComplete { float:left; clear: both; }
#tableContentLeft { width:120px;  float:left;}
#tableContentRight { width: 400px;  float:left;}


/* FORM */

.formLabel {
	float: left;
	width: 180px;
	margin-top: 5px;
	
}

.formFields {
	float: left;
	width: 330px;
	margin-top: 5px;	
}

.formInputs {
	width: 270px;
	margin: 0px;
}

.formInputsSmall {
	width: 132px;
	margin: 0px;
}


/* FOOTER */
#mainfooter {
  width: 100%;
  background: #CCC;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 20px;
	background-repeat: repeat-x;
	background-image: url(../i/bg_footer.gif);
}
#henkelfooter {
	top: 610px;
	left: 110px;
	width: 990px;
	text-align: center;
  color: #022879;
}
 
 
/* ---------------- */
/* PRINTER THINGIES */ 
/* ---------------- */
@media print { 
	#mainnavi{display:none;} 
	#mainfooter{display:none;} 
	#maincontent{width:100%; float:none;}
}



/* -------------- */
/* STYLE THINGIES */ 
/* -------------- */
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
html, body, p, h1, h2, h3, a, ol, span, table, td, input, select, textarea, a, ul, li {
	font-family: Arial, Verdana, sans-serif;
	text-decoration:none; 
	font-weight: none;
	font-size: 12px;
	color:#000000; 
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
h1 { 
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	color:#022879;

}
h2 { 
	font-size: 12px;
	line-height: 1.8em;
	font-weight: bold;
	color:#022879; 
}
h3 { 
	font-weight: normal;
	line-height: 1.8em;
	margin-top: 11px;
	color:#022879; 
}
p { 
	margin-top: 11px;
}
.NoRepeat { 
	background-repeat: no-repeat;
}
.bulletlist {
	margin: 0 0 10px 10px;
	padding: 0 0 0 35px;
	width: 480px;
}
.bulletlistnarrow {
	margin: 5px 0 10px 10px;
	padding: 0 0 0 40px;
	width: 230px;
}
.faq li {
	margin: 10px 0 0 10px;
}

a:hover, a:active {
	text-decoration: underline;
}
img {
	border: 0;
}
img.FloatLeft {
	float:left; 
	margin-right:10px; 
	margin-bottom:3px";
}
img.FloatRight {
	float:right; 
	margin-left:10px; 
	margin-bottom:3px";
}
input, select, textarea {
	width: 198px;
	border: 1px solid;
	border-color: #022879;
}
.Half {
	width: 98px;
}
.Third {
	width: 129px;
}
.Wide {
	width: 400px;
}
.Radio, .Checkbox {
	width: 20px;
	border: none;
}
.Quarter {
	width: 98px;
}
.ThreeQuarter {
	width: 298px;
}
.HalfQuarter {
	width: 48px;
}
.HalfThreeQuarter {
	width: 148px;
}
.Search {
	width: 100px;
}
.DropDown {
	width: 200px;
}
.DropDownWide {
	width: 350px;
}
.ContentLink, .ContentTipp {
	font-weight: bold;
	color: #022879; 
}

/* NAVI */
ul#Navi li {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0 5px 0;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style:solid;
	border-color:#022879;
}

.Navi {
	font-size: 11px;
	font-weight: bold;
	line-height: 0.88em;
	padding: 5px;
	font-family:Verdana, Helvetica, Arial, Sans-Sans;
	color: #022879; 
}
.NaviActual {
	font-size: 11px;
	font-weight: bold;
	line-height: 0.88em;
	padding: 5px;
	font-family:Verdana, Helvetica, Arial, Sans-Sans;
	color: #022879; 
}

.yellow {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0 5px 0;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style:solid;
	border-color:#022879;
	background-repeat: no-repeat;
	background-image: url(../i/bg_yellow.gif);
}

a.Navi:hover, a.NaviActual:hover {
	color: #FFFFFF; 
	text-decoration: none;
}

/* SUBNAVI */
ul#SubNavi li {
	color: #007BBE;
	font-size: 14px;
	line-height: 0.95em;
	font-weight: bold;
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	border: none;
	
}
ul#SubNaviActual li, .SubNaviActual {
	color: #FFFFFF; 
	font-size: 11px;
	line-height: 1.1em;
	font-weight: bold;
	list-style-type: none;
}
.SubNavi {
	color: #007BBE; 
	font-size: 11px;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
a.SubNavi:hover, a.SubNaviActual:hover {
	color: #FFFFFF; 
	font-size: 11px;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

/* SUB2NAVI */
ul#Sub2Navi li {
	color: #007BBE; 
	font-size: 14px;
	line-height: 1.1em;
	font-weight: bold;
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	border: none;
	
}
ul#Sub2NaviActual li, .Sub2NaviActual {
	color: #FFFFFF; 
	font-size: 11px;
	line-height: 1.1em;
	font-weight: bold;
	list-style-type: none;
}
.Sub2Navi {
	color: #007BBE; 
	font-size: 11px;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
a.Sub2Navi:hover, a.Sub2NaviActual:hover {
	color: #FFFFFF; 
	font-size: 11px;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

/* SUBNAVIHENKEL */

ul#SubNaviHenkel li {
	color: #FFFFFF; 
	font-size: 14px;
	line-height: 1.1em;
	font-weight: bold;
	list-style-type: none;
	margin: 3px 0 0 5px;
	padding: 0px;
	border: none;
	
}

ul#SubNaviHenkelActual li, .SubNaviHenkelActual {
	color: #007BBE; 
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
	list-style-type: none;
}
.SubNaviHenkel {
	color: #FFFFFF; 
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
a.SubNaviHenkel:hover, a.SubNaviHenkelActual:hover {
	color: #007BBE; 
	font-size: 12px;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

/* TEASER */

.TeaserContent {
	font-size: 11px;
	line-height: 1.8em;
	color:#410B1F;
	margin:  30px 0 0 10px;



}
ul#box {
	margin:  5px 0 0 20px;
}
ul#box li {
	list-style-type: disc;
	margin:  5px 0 0 15px;
	color: #022879;
	font-size: 12px;
	font-weight: bold;
	line-height: 0.8em;
}


/* FOOTER */
.FooterBig { 
	font-size: 18px;
	color: #D5CAB2; 
}
.Footer { 
	font-size: 11px;
	color: #022879; 
	margin: 0 19px 0 19px;
}
.FooterHenkel { 
	font-size: 11px;
	color: #022879; 
	margin: 0 0 0 0;
}
a.Footer:hover {
	text-decoration: underline;
}


.Error {
	font-weight: bold;
	color: red;
}