/***********************************************/
/* Farben                                      */
/***********************************************/

.textGrau, .textNaviGrau{
color:#504d53; /* Standard Grau */
}

.textHeadlineGrau {
color:#605c64; /* Grau etwas heller */
}

.textGruen, .textNaviGruen{
color:#839001; /* Dunkelgrün */
}

.textHeadlineGruen {
color:#a6c11e; /* Hellgrün */
}

.textOrange {
color:#dd6700; /* Dunkelorange */
}

.textHeadlineOrange, .textNaviOrange {
color:#fe7600; /* Orange */
}

/***********************************************/
/* Main                                        */
/***********************************************/

body, div, table, td, span, p, a, form, ul, li, h1, h2, h3, h4, h5, h6, img, object, embed {
	padding: 0;
	margin: 0;
	border: none;
}

body  {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#504d53;
	line-height: 18px;
	background-color: #c6d82a;
    text-align: center;
	background-image: url(../images/body-hinten.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
padding-bottom: 7px;
}

img.imageIE {
display:block; /* IE Bug - Abstand nach unten */
}

a {
outline:none;
}

a {color: #504d53; }
a:hover {color:#839001; }



h1,h2,h3,h4,h5,h6  {
	line-height: normal;
	font-weight:normal;
}

h1  {
	font-size: 24px;
	font-weight:bold;
	padding-bottom: 5px;
}

h2  {
	font-size: 20px;
	font-weight:bold;
	padding-bottom: 17px;
}
h3  {
	font-size: 16px;
	font-weight:bold;
	padding-bottom: 5px;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	padding-bottom: 5px;

}

hr{
border: 0;
height: 1px;
background-color: #cccccc; /* Farbe für Opera und Firefox */
color: #cccccc; /* Farbe für Internet Explorer (IE) */
}

/***********************************************/
/* Formatierungen                              */
/***********************************************/

.textKleinste{
font-size: 11px;
line-height:normal;
}
.textKlein{
font-size: 12px; 
line-height:normal;
}
.textMittel{
font-size: 15px;
line-height:20px;
}
.textMittelFett{
font-size: 15px;
font-weight: bold;
line-height:20px;
}
.textGross{
font-size: 17px;  
line-height:normal;
}
.textHide{
	display:none;
}


/***********************************************/
/* Main                                        */
/***********************************************/

#container {
	width: 1014px;
	position:relative;
	margin: 0 auto;
    text-align: left;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#504d53;
	background-color:#fff;
	background-image: url(../images/container-hinten.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 

#header {
	width: 1014px;
	height: 130px;
	position:relative;
	background-image: url(../images/header-hinten.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

#main {
	position:relative;
	width: 1014px;
	background-image: url(../images/main-hinten.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

#footer {
	width: 1014px;
	height: 70px;
	background-image: url(../images/footer-hinten.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #c6d82a;
} 


/***********************************************/
/* Struktur Classen                            */
/***********************************************/


.clearfloat { 
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
.floatLeft{
	float:left;
}
.floatRight { 
	float:right;
}

/***********************************************/
/* Header                                      */
/***********************************************/


#headerFrau {
	display: none;
	position: absolute;
	width: 294px;
	height: 200px;
	left: 720px;
	top: 12px;
	z-index: 500;
	overflow: hidden;
	background-image: url(../images/frau-header.png);
	background-repeat: no-repeat;
	background-position: left top;
} 

#headerFrauOhne {
	display: none;
	position: absolute;
	width: 294px;
	height: 190px;
	left: 720px;
	top: 22px;
	z-index: 500;
	overflow: hidden;
} 



#headerLogo {
	position: absolute;
	width: 255px;
	height: 80px;
	left: 12px;
	top: 14px;
} 

#headerClaim {
	position: absolute;
	width: 500px;
	height: 64px;
	left: 280px;
	top: 38px;
	text-align:center;
} 

#headerClaim h1 {
    margin-top: 7px; 
	margin-bottom: 5px; 
	color:#dd6700;
    font-size: 19px;
	text-align:center;
} 
#headerClaim h3 {
	padding-bottom:0px;
	letter-spacing: 0.2px;
    margin-left: 0px;
	text-align:center;
} 


#headerFlaggen {
	position: absolute;
	width: 400px;
	height: 16px;
	left: 331px;
	top: 7px;
	text-align: right;
} 

#headerFlaggen img {
	-moz-box-shadow: 2px 2px 3px #989898;
	-webkit-box-shadow: 2px 2px 3px #989898;
	box-shadow: 2px 2px 3px #989898;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=2,color=#989898,direction=135);
}

#headerFlaggen a {
	padding-left: 10px;
} 


#headerKontakt {
	position: absolute;
	width: 370px;
	height: 30px;
	left: 342px;
	top: 100px;
	font-size:15px;
	font-weight:bold;
	line-height: 17px;
}  
#headerKontakt span {
	vertical-align: top;
} 
#headerKontakt a {
text-decoration: none;
}
 

#headerLogin {
	position: absolute;
	width: 150px;
	height: 50px;
	line-height: 25px;
	left: 847px;
	top: 2px;
	font-size: 13px;
	text-align:right;
    z-index: 501;
}
#headerLogin a {
text-decoration: none;
}

/***********************************************/
/* Spalten main                                */
/***********************************************/

#mainSpalten {
padding-left: 12px;
padding-right: 16px;
} 
#mainLinks {
width: 255px;
float:left;
} 
#mainMitte {
width: 731px;
float:left;
} 


/***********************************************/
/* Spalten  Mitte Classen !!!                  */
/***********************************************/

.spaltenAbstand {
padding-top: 20px;
} 

div.mitteSpalten {
width: 720px;
padding-top: 0px;
} 

div.mitteSpalteBreit {
width: 480px;
float:left;
} 

div.mitteSpalteSchmal {
width: 240px;
position:relative;
float:left;
overflow: hidden;
} 

div.mitteSpaltenOben {
width: 720px;
padding-top: 34px;

} 

div.mitteSpaltenHintergrund {
width: 720px;
background-image: url(../images/mitte-spalten-hintergrund.gif);
background-repeat: repeat-x;
background-position: left bottom;
padding-bottom:20px;
} 
div.mitteHintergrund {
background-image: url(../images/mitte-spalten-hintergrund.gif);
background-repeat: repeat-x;
background-position: left bottom;
padding-bottom:15px;
} 

div.mitteBreit {
width: 720px;

} 

div.mitteBreitVorteile {
width: 700px;

} 

.mitteTextSubheadline{
font-size: 14px;
font-weight: bold;
} 

.mitteTextSubheadlineNormal{
font-size: 14px;
font-weight: normal;
} 



/***********************************************/
/* brickTeaser                                 */
/***********************************************/

div.brickTeaserAbstand{
padding-left: 40px;
} 
div.brickTeaser{
	width: 171px;
	background-image: url(../images/brick-teaser-hinten.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 16px;
	padding-bottom: 52px;
} 
div.brickTeaserOben{
	width: 171px;
	height: 19px;
	background-image: url(../images/brick-teaser-oben.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
div.brickTeaserInhalt{
padding-left:16px;
padding-right: 12px;
padding-top: 11px;
padding-bottom: 10px;
} 

div.brickTeaser h2{
color: #a6c11e;
font-size: 18px;
padding-bottom: 8px;
} 


div.brickTeaserButton a{
	font-size: 12px;
	width: 171px;
	height:62px;
	display: block;
	background-image: url(../images/b-jetzt-anmelden.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
} 

div.brickTeaserButton a:hover{
	background-position: left -62px;
	color: #333333;
}
div.brickTeaserButton b{
padding-top:15px;
display:block;
}



/***********************************************/
/* brickSchmal                                 */
/***********************************************/

div.brickSchmalAbstand{
padding-left: 3px;
} 
div.brickSchmal{
position: relative;
	width: 234px;
	min-height:250px;
	height:auto !important;  /* für moderne Browser */
	height:250px;  /*für den IE */
	background-image: url(../images/brick-schmal-hinten.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 16px;
	padding-bottom: 52px;
} 
div.brickSchmalOben{
	width: 234px;
	height: 26px;
	background-image: url(../images/brick-schmal-oben.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
div.brickSchmalInhalt{
padding-left:17px;
padding-right: 16px;
padding-top: 11px;
padding-bottom: 7px;
} 

div.brickSchmal h2{
color: #a6c11e;
font-size: 18px;
padding-bottom: 8px;
} 

img.brickFotoAbstand{
padding-right: 5px;
}  

div.brickSchmal div.weiterButtonDiv{
position:absolute;
width: 78px;
height: 24px;
bottom: 55px;
right: 17px;
}  





/***********************************************/
/* brickMarktplatz                             */
/***********************************************/

div.brickMarktplatzAbstand{
padding-left: 3px;
} 
div.brickMarktplatz{
	position: relative;
	width: 714px;
	height: 194px;
	background-image: url(../images/brick-breit-hinten.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 16px;
	padding-bottom: 0px;
} 
div.brickMarktplatzOben{
	width: 714px;
	height: 26px;
	background-image: url(../images/brick-breit-oben.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
div.brickMarktplatzInhalt{
	position: absolute;
	z-index:100;
	width: 686px;
	height: 142px;
	left: 14px;
	top: 14px;
} 





/***********************************************/
/* spalte Icon - z.B. Vorteile                 */
/***********************************************/

div.mitteSpalteIcon{
position:relative;
padding: 12px;
min-height: 170px;
height:auto !important;  /* für moderne Browser */
height:170px;  /*für den IE */
border-right: 1px solid #CCCCCC;
} 
div.mitteSpalteIconLetztes{
padding: 12px;
border-right: none !important;
}

div.mitteSpalteIcon img{
padding-right: 5px;
}  


a.weiterButton{
	width: 78px;
	height: 24px;
	display:block;
	line-height: 24px;
	background-image: url(../images/pfeil-weiter.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #df8402;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
} 
a.weiterButton:hover{
color:#000000;
}  

div.mitteSpalteIcon div.weiterButtonDiv{
position:absolute;
width: 78px;
height: 24px;
bottom: 0px;
right: 17px;
}  


/***********************************************/
/* boxContent                                 */
/***********************************************/

ul#medienangebot {
display: block;
width: 180px;
}

ul#medienangebot li {
	display: block;
	width: 180px;
	height: 1%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
    background: url("../images/bullet.gif") no-repeat scroll 0 0.75em transparent;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    list-style: none outside none;
    padding: 0 5px 0 15px;
}
ul#medienangebot a {
text-decoration:none;
}
 
 
/***********************************************/
/* Liste Vorteile                              */
/***********************************************/ 
 
ul.listeVorteile {
display: block;
margin:0;
padding:0;
}

ul.listeVorteile  li {
	padding-left:25px;
	margin-left:30px;
	padding-bottom: 15px;
	display: block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
    background: url("../images/pfeil-vorteile.gif") no-repeat scroll 0px 0px transparent;
}

ul.listeVorteileGruen  li {
    background: url("../images/pfeil-vorteile-gruen.gif") no-repeat scroll 0px 0px transparent !important;
}
ul.listeVorteileOhne li {
	padding-left:0px !important;
    background: none !important;
}

ul.listeVorteile a {
text-decoration:none;
} 


ul.listeVorteile h3 {
	color:#fe7600;
	font-size: 16px;
	font-weight:bold;
	padding-bottom: 5px;
	padding-top: 0px;
} 

ul.listeVorteileGruen h3 {
color:#a6c11e; 
} 


 
/***********************************************/
/* Footer                                      */
/***********************************************/


#footerAbstand {
	padding-top: 28px;
	padding-left: 35px;
	font-size:12px;

}

#footerAbstand a {
	text-decoration:none;
}

/***********************************************/
/* slideshow                                   */
/***********************************************/

div.slideshow {

}
div.slideshow img{
display:none;
}
div.slideshow img:first-child{
display: visible;
}


div.slideshow {
width:480px;
height:300px;
overflow: hidden;
}

div.slideshow img {
width:480px;
height:300px;
}




h2 a {
	text-decoration: none !important;
}


#glossar{ width: 700px; }

#glossar h2{
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #666666;
    padding: 0;
}

#glossar h2 a {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #BECD3F;
	margin: 0 2px 5px 2px;
	text-decoration: none !important;
}

#glossar h2 span { margin: 0 3px 0 3px; }

#glossar h2 a:hover {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #FF9900;
	margin-bottom: 5px;
	text-decoration: none;
}


#glossar li {
	text-align: left;
	list-style-type: decimal;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 0px;
}

#glossar p a {
	color: #FF9900;
	text-decoration: none;
}

#glossar  p a:hover {
	color: #BECD3F;
}



#glossar h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FF9900;
	margin: 30px 0 0 0;
    padding: 0;
}

#glossar p{
    text-align: left;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#glossar h4 {
    font-size: 12px;
    text-align: left;
    color: #666666;
    margin: 10px 0 5px 0;
}


div.grayline { 
	clear: both; 
	height: 1px; 
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	background: url(../../images2/line_gray.gif) repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}








.katalog_eintrag{ clear: both; margin: 5px 0 0 0; }
.katalog_eintrag .katalog_bild{ float: left; width: 120px;}
.katalog_eintrag .katalog_link{ margin: 20px 0 0 0; }
.katalog_eintrag .katalog_link a{ font-weight: bold; }

.katalog_text { float: left; width: 430px; }

.katalog_text h4{ margin: 0; padding: 0;}

.katalog_eintrag_hr{ 
  clear: both; 
  border:1px dotted  #D5D5D5;
  margin: 20px 0 20px 0;
}

h3.katalogBereich{ margin: 30px 0 30px 0 !important; color: #FF9900 !important; }
h3.katalogBereich2{ color: #FF9900 !important; margin-bottom: 30px !important; margin-top: 20px !important; }



.nachOben a {
	color: #FF9900;
	text-decoration: none;
	margin-right: 30px;
}

/***********************************************************************/
/* Table - Kontaktformular /// Im neuen Layout (noch) nicht eingesetzt */
/***********************************************************************/

TABLE.kontakt {
	width: 700px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 0px solid #CCCCCC;
}

TABLE.kontakt TR TD {
	height: 20px;
	margin: 0px;
}

TABLE.kontakt .select {
	width: 202px;
	height: 17px;
	margin: 0px;
	border: 1px solid #999999;
}

TABLE.kontakt .textFIELD {
	width: 200px;
	height: 15px;
	margin: 0px;
	border: 1px solid #999999;
}

TABLE.kontakt .textAREA {
	width: 200px;
	height: 97px;
	margin: 0px;
	border: 1px solid #999999;
}

TABLE.kontakt .submit {
	width: 232px;
	height: 19px;
	margin: 0px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #999999;
}

.clearer {
	clear: both;
}







/* Cover */
#coverSpalten {
 	width: 710px;
}

#coverSpalten img {
 	width: 50px;
	height: 65px;
	float:left;
	display:block;
	cursor:pointer;
	position:relative;
	padding-left:8px;
	padding-bottom:8px;
}
#coverSpalten div.left{
	float:left;
}


#coverSpalten div.caption {
	width:119px;
	height:149px;
	position: relative;
}

#coverSpalten div.caption p {
	width:90px;
	display:block;
	position: absolute;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	bottom: 22px;
	left: 5px;
	background:black;
	color: white;
	opacity: .5;
	text-align:center;
}

