/*
	Website: 
	BOB Design http://www.bob-design.de/ 
	Imagion AG http://www.imagion.de/
	CSS Datei
	20.04.2007 Daan Meskers
	$last_change: 20.04.2007 Daan Meskers
*/

/* =================== menu  ============= */
HTML, BODY {
	background-color: #FFF;
	width: 100%;	height: 100%;
	margin: 0;		padding: 0;
	text-align: center;	
}

DIV#Header {
	position: relative;
	background: #F3F3F3 url(../../img/bg/top-header.png) repeat-x;
	height: 105px; min-width: 900px;
	text-align: left;
}
DIV#Header IMG.egs {
	top: 10px; left: 50%; margin-left: -445px;
	position: absolute;
	border: 0;

}
DIV#Header A.IMG.egs {
	border: 0;

}
DIV#Header A.address {
	position: absolute;
	top: 35px; right: 10%;
	border: 0;
}
DIV#Header A.address IMG {
	border: 0;
}
/* ==================================== */
UL#Menu {
	list-style: none;
	position: relative;
	top: 25px;
	margin: auto; padding: 0 0 0 300px;
	width: 600px;
	overflow:visible;
}
UL#Menu LI {
	float: left;
	position: relative;
	list-style:none;
	
}
UL#Menu LI A IMG {
	border: 0;
}
UL#Menu LI.Extrabar {
    position: absolute;
	display: block;
	min-width:420px;
	background: url(../../img/Menu/untermenu_bg.gif) repeat-x;
	height: 27px;
	top:35px; left: 300px;

}
* HTML  UL#Menu LI.Extrabar {
	background: url(../../img/Menu/untermenu_bg.gif) repeat-x;
	min-width:420px;
    width: 585px;
	right:0;
}
UL#Menu LI.Extrabar UL {
    min-width:420px;
    text-align:center;
	display:block;
	position:relative;
	list-style: none; margin: 0; padding:0;
	height: 27px;
	left:-8px;

}

UL#Menu LI.Extrabar UL LI {
position:relative;
display: block;
list-style:none;

}
UL#Menu LI.Extrabar UL LI.Left {
	width: 15px; height: 27px;
	background: url(../../img/Menu/untermenu_left.gif) no-repeat;
	margin-right: 11px;
}
UL#Menu LI.Extrabar UL LI.Right {
	width: 15px; height: 27px;
	position: absolute; right: -15px;
	background: url(../../img/Menu/untermenu_right.gif) no-repeat;
}
UL#Menu LI.Extrabar UL LI.Spacer {
	width: 15px; height: 27px;	
}
UL#Menu LI.ExtraMenu {
	display: block; 
	position: absolute; 
	top: 0; right: -2px;
	text-align:center;
}

/* ==================================== */
DIV#Main {
	position: relative;
	width: 898px; min-height: 350px;
	margin: 10px auto; padding: 0;

}

DIV#Main DIV.bgTop {
	position: absolute;
	background: transparent url(../../img/layout/body_verlooptop.png) repeat-x 0 20px;
	width: 890px; margin: 0 0 0 1px; padding: 0;
	height: 130px;
	z-index: 10;
}
DIV#Main DIV.bgTop IMG {
	position: absolute;
	top: 0; left: -1px;
}
DIV#Main DIV.bgBottom {
	position: absolute;
	background: transparent url(../../img/layout/body_verloopbottom.png) repeat-x 0 -2px;
	width: 890px; margin: 0 0 0 1px; padding: 0;
	height: 150px; bottom: 0;
	z-index: 10;
}
DIV#Main DIV.bgBottom IMG {
	position: absolute;
	bottom: 0; left: -1px;
}
DIV.inhoud {
	position: relative;
	z-index: 100;
	text-align: left;
	overflow: hidden; height: 100%; min-height: 350px;
}
/* ==================================== */
DIV#Main DIV.Block {
	position: relative;
	background: #FFF url(../../img/Block/background.png) repeat-y top right ;
	background-position: -3px;
	border-left: 1px solid #D8E7BD;
	min-height: 350px;
	width:100%;
	float: left;
	text-align: left;

}
DIV#Main DIV.Block DIV.Top {
	position: absolute; top: 0; left: -1px;
	background: #FFF url(../../img/Block/toprechts.png) repeat-y top left ;
	height: 102px; width: 100%;
	z-index: 0;
}
DIV#Main DIV.Block DIV.Bottom {
	position: absolute; bottom: 0; left: -1px;

	background: #FFF url(../../img/Block/bottomrechts.png) repeat-y top left;
	height: 152px; width: 100%;
	z-index: 0;
}
DIV#Main DIV.Block DIV.Top IMG, DIV#Main DIV.Block DIV.Bottom IMG {
	position: absolute; top: 0; right: -1px;
}
DIV#Main DIV.Block.Left {
	width: 300px;
	min-height: 350px;
	background: #FFF url(../../img/Block/background.png) repeat-y top right;
	margin-right:11px;

}
DIV#Main DIV.Block.Right {
	background: #FFF url(../../img/Block/background.png) repeat-y top right ;
	width: 584px;
	min-height: 350px;
}

DIV#Main DIV.Block.Right.DIV#dieserDIVistrechterBlockInhalt {
width:100%;

}

DIV#Main DIV.Block * {
	position: relative;
	z-index: 10;
}



DIV#dieserDIVistFullBlockInhalt  IMG{
padding-left:25px;
padding-top:10px;

}

/* ==================================== */
DIV.ColumnLinks {
	float: left;
	width: 500px;
	padding: 0 0 0 25px;
}
DIV.ColumnLinks H1 {
	font: bold  14pt Tahoma, arial, sans-serif;
	text-align: left;
	color: #94BA51;
	padding: 15px 0 5px 183px;
	margin: 0;
}
DIV.ColumnLinks IMG.Bild {
	margin: 5px 0 0 10px;
	float: left;
}
DIV.ColumnLinks UL {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: normal 8pt Tahoma, arial, sans-serif;
	color: #000;
	width: 240px;
}
DIV.ColumnLinks UL LI {
	padding: 1px 2px 2px 7px;
	margin: 3px;
}
DIV.ColumnLinks UL LI H2, DIV#Main H2 {
	padding: 0; margin: 0 0 5px;
	font: bold  14pt Tahoma, arial, sans-serif;
}
DIV.ColumnLinks UL LI.header {
	padding: 0; margin: 0;
}
DIV.ColumnLinks UL LI.listitem {
	/* border-left: 2px solid #94BA51; */
	background: transparent url(../../img/layout/greendot.png) no-repeat;
	background-position: 0 2px;
}
DIV.ColumnLinks UL LI.preis {
	font-size: 11pt;
}
DIV.ColumnLinks UL LI.preis  STRONG{
	font-size: 14pt;
	font-weight: bold;
}
DIV.ColumnLinks UL LI.bedingungen {
	font-size: 8pt;
	color: #777;
	padding-left: 0;
}
DIV.ColumnLinks UL LI.bedingungen A {
	color: #444;
}
DIV.ColumnLinks UL LI.angebotszeitraum  {
	padding-left: 0;
}
A#BestellenButton {
	position: absolute;
	top: 310px; left: 65px;
}
A#BestellenButton IMG {
	border: 0;
}


DIV.ColumnRechts {
	position: absolute;
	top: 0; left: 50%;
	width: 49%; height: 100%; min-height: 343px;
	border-left: 1px solid #999; 
	z-index: 1000;
}
DIV.ColumnRechts H2 {
	font: bold  10pt Tahoma, arial, sans-serif;
	padding: 0 30px 0 20px; margin: 15px 0 5px 0;
}
DIV.ColumnRechts H3 {
	font: bold  10pt Tahoma, arial, sans-serif;
	padding: 0 0 0 0;	 margin: 3px 0 4px 0;
}
DIV.ColumnRechts P {
	font: normal  8pt/11pt Tahoma, arial, sans-serif;
	padding: 0 0  0 0 margin: 0;
	color: #444;
}
DIV.ColumnRechts UL {
	font: normal  8pt Tahoma, arial, sans-serif;
	padding: 0 30px 3px 20px; margin: 0;
	list-style: none;
}
DIV.ColumnRechts UL LI {
	border: 0;
	border-left: 2px solid #94BA51;
	padding: 0 2px 0 5px;
	margin: 2px 0 3px 0;
	line-height: 10pt;
}
DIV.ColumnRechts P IMG {
	float: right;
}


/* ==================================== */
DIV#Main H1 {
	font: bold  14pt Tahoma, arial, sans-serif;
	text-align: left;
	color: #94BA51;
	margin: 10px 0 0 25px;
}
DIV#Main DIV.inhoud TABLE {
	font: normal  9pt Tahoma, arial, sans-serif;
	text-align: left;
	color: #666;
	margin: 10px 0 15px 25px;
	width: 840px;
}
DIV#Main DIV.inhoud TABLE TR TD {
	border-bottom: 2px dotted #94BA51;
	vertical-align:bottom;
}
DIV#Main DIV.inhoud TABLE TR TD IMG{
background:#666666;

}
DIV#Main DIV.inhoud TABLE TR.bottom TD {
	border-bottom: 0;
}
DIV#Main DIV.inhoud TABLE TR TD H2 {
	font: bold  11pt/13pt Tahoma, arial, sans-serif;
	border: 0;
	color: #444;
	
}


DIV#Main DIV.inhoud DIV.FloatImages {
	display: block;
	float: left;
	width: 375px;
	margin: 15px 10px 15px 25px;
}
DIV#Main P {
	font: normal  8pt/12pt Tahoma, arial, sans-serif;
	padding: 10px 40px 3px 25px; margin: 0;
	color: #444;
	text-align:justify;
}
DIV#Main UL {
	font: normal  8pt/12pt Tahoma, arial, sans-serif;
	padding: 10px 40px 3px 25px; margin: 0;
	color: #444;
}

DIV#Main H2 {
	font: bold 12pt/15pt Arial,sans-serif;;
	text-align: left;
	color: #94BA51;
	margin: 10px 20px 5px 25px;
	border-bottom: 1px dotted #94BA51;
}

DIV#Main H3 {
	font: bold 12pt/15pt Tahoma, arial, sans-serif;
	text-align: left;
	color: #94BA51;
	margin: 5px 20px 5px 20px;
	border-bottom: 0px dotted #94BA51;
}




/* ==================================== */
UL#Partner {
	width: 898px; height: 83px;
	background: #F1F1F1 url(../../img/layout/footer-partner.png) no-repeat ;
	list-style: none;
	margin: 10px auto; padding: 0;
	clear: both;
}
UL#Partner LI {
	display: block;
	float: left;
	padding: 8px 8px 0 8px; height: 69px;
	border-left: 1px solid #BBB;
}
UL#Partner LI.partner {
	border: 0;
	font: bold italic 12pt Tahoma, arial, sans-serif;
	text-align: left;
	padding-right: 12px;
	padding-top: 18px;
	padding-left: 30px;
	color: #94BA51;
}
UL#Partner LI IMG {
	border: 0;
}
/* ==================================== */
DIV#Footer {
    position: absolute;
	bottom: 0; width: 100%; height: 30px;
	margin: 0; padding: 0;
	background: #FFF;
	border-top: 1px solid #94BA51;
	overflow: hidden;
	z-index: 150;
}


DIV#Footer[id] {
	position: fixed;
	opacity: 0.66;
}

* HTML DIV#Footer[id] {
	position: absolute;
	opacity: 0.66;
}


DIV#Footer UL {
	text-align: left; 
	width: 895px;
	margin: 5px auto; padding: 0;
	position: relative;
}
DIV#Footer UL LI {
	list-style: none; padding: 0 5px 0 2px; margin: 0;
	display: block; float: left;
	
	font: normal 9pt/14pt Tahoma, arial, sans-serif;
	text-align: left;
	letter-spacing: 0.01em;
	color: #333;
}
DIV#Footer UL LI.impressum {
	position: absolute;
	right: 0; 
}
DIV#Footer UL LI.impressum A IMG {
	border: 0;
}

DIV#footerSpacer {
	height: 23px;
	display:block;
}


/* ==================================== */
DIV#Impressum *, DIV#realImpressum * {
	font: normal 9pt/13pt Tahoma, arial, sans-serif;
}
DIV#Impressum H1, DIV#realImpressum H1 {
	font: bold 10pt/16pt Tahoma, arial, sans-serif;
	color: #94BA51;
	padding: 5px 5px 5px 5px;
}
DIV#realImpressum H1 {
	font: bold 11pt/16pt Tahoma, arial, sans-serif;
	color: #94BA51;
	padding: 5px 5px 0 20px;
}
DIV#Impressum H3, DIV#realImpressum H3 {
	font: bold 11pt/14pt Tahoma, arial, sans-serif;
	color: #999;
}
DIV#realImpressum H3 {
	padding: 7px 0 2px 20px;
	margin: 0;
}
DIV#Impressum P, DIV#realImpressum P {
	font: normal 8pt/12pt Tahoma, arial, sans-serif;
	color: #666;
	padding: 2px 25px 4px 20px;
	margin: 0 0 5px 0;
}
DIV#Impressum UL {
	font: normal 8pt/12pt Tahoma, arial, sans-serif;
	color: #666;
	padding: 2px 25px 4px 20px
}
DIV#Impressum OL LI A {
	color: #94BA51;
}
DIV#Impressum P.oben, DIV#realImpressum P.oben {
	padding: 0 50px 25px 20px; margin: 0;
	text-align: right;
}
DIV#Impressum P.oben A, DIV#realImpressum P.oben A {
	font: normal 8pt/12pt Tahoma, arial, sans-serif;
	color: #94BA51;
}

/* ==================================== */
BODY DIV#Bestellen {
	width: 550px; margin-left: -280px;
}
DIV#Bestellen * {
	font: normal 9pt/13pt Tahoma, arial, sans-serif;
}

DIV#Bestellen H1 {
	font: bold 11pt/16pt Tahoma, arial, sans-serif;
	color: #94BA51;
	margin: 20px 25px 0 20px;
}
DIV#Bestellen FORM {
	margin: 10px 25px 25px 25px; padding: 0;
}
DIV#Bestellen FORM FIELDSET {
	margin: 0; padding: 0; border: 0;
}
DIV#Bestellen UL {
	list-style: none;
	margin: 0; padding: 0; border: 0;
}
DIV#Bestellen UL LI {
	list-style: none;
	margin: 0; padding: 3px; border: 0;
}
DIV#Bestellen UL LI LABEL {
	display: block; width: 110px; float: left;
	color: #333;
}
DIV#Bestellen UL LI INPUT {
	width: 250px;
	background: #F2F7EF;
}
DIV#Bestellen UL LI INPUT.checkbox {
	width: auto;
	color: background: #F2F7EF;
}
DIV#Bestellen UL LI TEXTAREA {
	width: 250px;height: 80px;
	background: #F2F7EF;
}
DIV#Bestellen UL LI SPAN {
	font: bold 11pt/16pt Tahoma, arial, sans-serif;
}
DIV#Bestellen UL LI SPAN.pflicht {
	font: normal 9pt Tahoma, arial, sans-serif;
	color: #777;
	display: block; width: 150px; float: left;
	padding-top: 10px
}
DIV#Bestellen UL LI BUTTON {
	border: 0; padding: 0; margin: 0;
	background: transparent;
}

/* Überschriften der LABEL bei Radio Buttons*/
legend {
color:#000000;
background-color: #FFFFFF;
padding-left:10px;
padding-right:10px;
border: 0px;
}

/* Definition des Gesamtrahmens der Radio Buttons*/
fieldset {
border:0px;
padding-top:0px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border: 1px solid #D7AE78;
}

/* eigene Klasse für die Abstände nach oben und unten
bei der vwerwendung von Radio Buttons in Formularen */
.radiolayout {
width:60%;
color: #474747;
padding-bottom:15px;
}

/* eigene Klasse für den Gesamtrahmen vom Formular */
.formu {
bottom: 15px;
width: auto;
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #474747;
font-size: 12px;
padding-left:55px;
border: 0px solid #D7AE78;
font-weight:bold;
}

/* spezielle Klassen für Formularelemente */
.mf-radio {
border:0px;
}

.mf-input {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
border: 1px solid #94BA51;
margin-top:5px;
font-weight:normal
}
.mf-pass {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
.mf-text {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
border: 1px solid #94BA51;
margin-top:5px;
}
.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}
.mf-file {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
.mf-reset {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
.mf-submit {
font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
background-color: #94BA51;
border: 0px;
font-weight:normal;
margin-top:15px;
align: center;
}




/* ==================================== */
.leightbox {
	display: none;
	position: absolute;
	top: 65px; min-height: 205px; max-height: 85%;
	left: 50%; width: 700px; margin-left: -350px; margin-bottom: 100px;
	background: #fff url(../../img/bg/newsletter_bg.gif) repeat-x left top;;
	text-align: left;
	z-index:1001;
	overflow: auto;
	padding: 5px;
	border: 1px solid #CCC;
	/* border: 0; */
}
#overlay{
	display:none;
	position:absolute;
	top:0; left:0;
	width:100%; height:100%; z-index:1000;
	background: #F1F1F1 url(../../img/bg/full.gif) repeat-x fixed top left;;
	-moz-opacity: 0.55;
	opacity:.55;
	filter: alpha(opacity=55);
}
.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;   }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;  }
