/* Standardangaben
Paddings und Margins auf 0 setzen, vertikaler Scrollbar immer sichtbar, Clearfix und float-standard
*/

html{ height: 100.1%; }
*{ padding: 0; margin: 0;}
a img{ border: none; }
form {display: inline}
ul img, .navigation img{ vertical-align: bottom; }
.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.floatleft { float: left; margin-right: 10px; display: inline;}
.floatright {float: right; margin-left: 10px; display: inline;}

/* Schriftart und Größe für die Seite, Abstände von Paragraphen usw */
body, table, td, p {
    font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
}

body, p, li{
    line-height: 1.4em;
}

body{
    background: #0C4472 url(../bilder/bg_body.png);
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
}

h1{
    font-size: 14px;
    margin: 0 0 1em 0;
    color: #0A385F;
}

h2{
    font-size: 12px;
    margin: 0 0 1em 0;
    padding: 0 3px;
    background: #DBDFF0;
    line-height: 21px;
    color: #0A385F;
    position: relative;
}

h2 a {
    /*text-decoration: none;*/
    color: #0A385F;
}

h3{
    font-size: 13px;
    margin: 0 0 0.3em 0;
}

a {
    color: #004A8C;
}

a:hover {
    color: #D30000;
    text-decoration: none;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #105593;
}

/* Grundgerüst */
#container{
    margin: 20px auto;
    text-align: left;
    position: relative;
    width: 960px;
    background: #fff url(../bilder/bg_container.png) repeat-y;
}

#header{
    position: relative;
    height: 142px;
    background: #fff url(../bilder/header.jpg) no-repeat;
}

#homelink {
    top: 30px;
    left: 20px;
    position: absolute;
}

#metanavi {
    position: absolute;
    top: -20px;
    right: 10px;
}

#balken {
    background: #00529B url(../bilder/bg_balken.png) no-repeat;
    padding: 0 10px;
    padding-top: 5px;
    height: 38px;
    voice-family: "\"}\"";
    voice-family:inherit;
    height: 33px;
    _height: 38px;
}
html>#balken {
    height: 33px;
}

#content {
    background: transparent url(../bilder/bg_content.png) no-repeat;
    height: auto;
    min-height: 440px;
    _height: 440px;
}

#navigation{
    position: relative;
    width: 215px;
    float: left;
    margin-right: 10px;
}

#inhalt{
    position: relative;
    width: 520px;
    margin-right: 30px;
    padding: 20px 0;
    float: left;
}

#stuff {
    position: relative;
    width: 180px;
    padding: 20px 0;
    float: left;
}
#stuff .box{
    width: 170px;
    overflow: hidden;
}

#footer{
    position: relative;
    height: 31px;
    background: transparent url(../bilder/bg_footer.png) no-repeat;
}

#producedby {
    position: absolute;
    left: 10px;
    top: 8px;
}

#adresszeile {
    position: absolute;
    left: 220px;
    top: 5px;
    width: 520px;
    color:#666;
    margin: 0;
    text-align: center;
}

#letzte_aktualisierung {
    position: absolute;
    right: 10px;
    color: #999;
    font-size: 10px;
}


/* Ende Grundgerüst */


/* Grundgerüst - Unterelemente */

#balken .entry {
    height: 27px;
    line-height: 27px;
    background: transparent url(../bilder/balkentrenner.png) top left no-repeat;
    font-size: 10px;
    text-transform: uppercase;
    float: right;
    padding: 0 10px;
    color: #fff;
}

#balken .entry a {
    color: #fff;
    text-decoration: none;
}

#balken .entry a:hover {
    color: #DBDFF0;
}

#balken .entry a.warenkorblink {
    padding-left: 21px;
    background: transparent url(../bilder/icon_warenkorb2.png) left center no-repeat;
}

#balken .entry label {
    margin-right: 5px;
    float: left;
}

#balken .entry input.text {
    border: 1px solid #999;
    background: #eee;
    width: 66px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

#balken .entry input.image {
    float: left;
    margin-top: 5px;
    border: none;
}

#sucheform {
    padding: 5px 3px;
}

#sucheform label {
    text-transform: uppercase;
    margin: 2px 5px 1px 2px;
    font-size: 10px;
}

#sucheform input.text {
    width: 90px;
    margin: 0 3px 0 0;
    float: left;
}

#sucheform input.image {
    margin: 0 0 0 0;
    float: left;
}

#warenkorbbox h2 span {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 16px;
    height: 13px;
    background: transparent url(../bilder/icon_warenkorb.png) no-repeat;
}

.nomargin {
    margin: 0 !important;
}

/* Grundgerüst - Unterelemente ENDE */


/* Boxen */

a.mehr {
    background: transparent url(../bilder/icon_pfeil.png) left center no-repeat;
    padding-left: 18px;
}

.box, .teaserbox {
    border: 1px solid #004A8C;
    padding: 1px 1px 0 1px;
    font-size: 11px;
    margin-bottom: 15px;
    overflow: hidden;
}

.box p.anreisser {
    background: #DBDFF0;
    margin: 0 !important;
    padding: 3px !important;
    height: auto;
    min-height: 48px;
    _height: 48px;
}

.box p, .teaserbox p {
    padding: 3px;
    margin: 0 0 1px 0;
    font-size: 11px;
    position: relative;
}

#navigation .box {
    margin: 0 10px 10px 10px;
    background: #fff;
}

.box h2, .teaserbox h2 {
    background: #DBDFF0 url(../bilder/icon_pfeil.png) 3px 4px no-repeat;
    margin: 0 0 1px 0;
    padding: 0 10px 0 22px;
    position: relative;
    _height: 1%;
}

#navigation .box h2, #stuff .box h2 {
    text-transform: uppercase;
    font-size: 11px;
}

#inhalt .teaserbox h2 {
    font-size: 12px;

}

#inhalt .teaserbox p {
    background: #DBDFF0;
    padding: 5px;
}

.abstand {
    padding: 10px 10px 20px 10px;
}


#inhalt .box p {
    padding: 0;
    margin: 0 0 1em 0;
}

.bluebg {
    background: #F0F2F9;
}

.teaserbox img, .teaserbox img.nomargin {
    margin-bottom: 1px !important;
}

.tinytext {
    padding: 5px 10px 5px 3px;
    width: 93px;
	voice-family: "\"}\"";
	voice-family: inherit;
    width: 80px;
    height: 79px;
}
html>.tinytext {
    width: 80px;
}

.tinytextWithe {
    padding: 5px 10px 5px 3px;
    background-color: #ffffff;
}

.bgblau {
    background: #DBDFF0;
}

.bgWhite {
	background-color: #ffffff;
}

.smallPadding {
	padding: 10px 5px 10px 5px;
}
/* Boxen Ende */


/* Navigation */
.navigation, .navigation ul{
    list-style: none;
}

ul.navigation{
    margin: 0;
    padding: 0;
}

#navigation ul {
    margin: 0 2px 15px 1px;
}


#navigation ul li {
    display: inline;
}

#navigation ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 23px;
    height: 23px;
    background: transparent url(../bilder/bg_nav.png) repeat-x;
    padding: 0 19px;
    padding-right:0;
}

#navigation ul ul ul li a{
    padding: 0px 2px 0px 35px;
}

#navigation ul li a:hover {
    background: transparent url(../bilder/bg_nav_act.png) repeat-x;
    color: #333;
}

#navigation ul li.active a, #navigation ul li.active a:hover {
    background: transparent url(../bilder/bg_nav_act.png) repeat-x;
    color: #333;
    font-weight: bold;
}

#navigation ul li ul, #navigation ul li.active ul {
    margin: 0;
}

#navigation ul li.active ul li a {
    background-image: none;
    background-color: #DBDFF0;
    font-weight: normal;
    text-transform: none;
    line-height: 20px;
    height: 20px;
}

#navigation ul li.active ul li a:hover {
    background-image: none;
    font-weight: normal;
    background-color: #ffffff;
}

#navigation ul li.active ul li.active a {
    background-image: none;
    font-weight: bold;
    background-color: #00539d;
    color: #ffffff;

}

#navigation ul li.active ul li.active a, #navigation ul li.active ul li.active a:hover {
    font-weight: bold;
}





#metanavi ul li {
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    margin-left: 8px;
    text-transform: uppercase;
    line-height: 20px;
}

#metanavi ul li a {
    color: #fff;
    text-decoration: none;
}

#metanavi ul li a:hover, #metanavi ul li.active a {
    color: #DBDFF0;
}



/* Ende Navigation */

/* Inhalt */

.spalte {
    width: 250px;
}

.links {
    float: left;
}

.rechts {
    float: right;
}

.nobg {
    background: none !important;
}

#inhalt ul{
    padding-left: 15px;
    margin : 10px 0;
    list-style: none;
}

#inhalt ol{
    padding-left: 20px;
    margin : 10px 0;
}

#inhalt ul li{
    background: url(../bilder/li.gif) no-repeat 0em 0.3em;
    padding-left: 15px;
    position: relative;
}

.repeater{
    margin-bottom: 1.4em;
}

.repeater h2{
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.rahmen {
    border: 1px solid black
}

.datum {
    font-size: 10px;
    color: #808080;
}


/* Ansprechpartner */
.ansprechpartner .text{
    width: 250px;
}

.ansprechpartner label{
    width: 60px;
    margin: 0;
}

.ansprechpartner p {
    margin-top: 0px;
}

.ansprechpartner em.position {
    font-style: normal;
    display: block;
    margin: 2px 0px 5px 0px;
}

.ansprechpartner h2 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
/* Ende Ansprechpartner /*

/* Kontaktformular */
.kontakt, input.text, textarea.text {
    width: 250px;
}

input.text, textarea.text {
    border: 1px solid #999;
}

#formmailmessage, .formmailerror {
    width: 370px;
}

label {
    position: relative;
    float: left;
}
#lalalala label{
    position: relative;
    width: 80px;
    float: left;
    margin-bottom: 2px;
}
#kontaktform label {
    position: relative;
    width: 130px;
    float: left;
    margin-bottom: 5px;
}

#impressum label, #impressum p label {
    position: relative;
    float: left;
    width: 200px;
}

input, select {
    font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
}

input.text, textarea {
    padding: 1px;
}

select {
    border: 1px solid #999999;
}

input, textarea, select {
    background: #ffffff;
    color: #000000;
}

input.required, input.password.required, textarea.required{
    margin: 0px 0px 5px 0px;
    border: 1px solid #F8D5D5;
}

form input.required.completed, form input.ausfuellen.completed{
    border: 1px solid #cccccc !important;
}

select {
    margin-bottom: 5px;
    font-size: 11px;
}

body > select {
    margin-bottom: 0px;
}

.checkbox, .radio {
    background: none;
    margin-bottom: 5px;
    border: 0;
}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {
    border: 1px solid black;
}

form label.required {
    color: #D30000;
}

form label.completed {
    color: black;
}

.ausfuellen {
    border: 1px solid #D30000;
}

#formmailmessage, .formmailerror {
    border: 1px solid #D30000;
    padding: 5px;
    color: #D30000;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../bilder/hintergrund_input_text_required.gif) repeat-x;
    display: none;
    overflow: hidden;
    line-height: 1.3em;
}

.formmailerror{
    display: block;
}

#formmailmessage.complete{
    color: black;
    border: 1px solid green;
    background: #ffffff url(../bilder/hintergrund_input_text.gif) repeat-x;
}

#formmailmessage em{
    color: green !important;
    font-weight: bold;
}

#formmailmessage .linkespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage .rechtespalte{
    width: 110px;
    display: block;
    float: left;
    margin: 0;
}

#formmailmessage #daten{
    margin-top: 10px;
}

#formmailmessage br{
    clear: left;
}


.kontakt {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 5px;
}

#anschrift {
    float: left;
    position: relative;
}

#anschrift label {
    position: relative;
    width: 60px;
    float: left;
    margin-bottom: 2px;
}

#anschrift p {
    margin-top: 4px;
}

#kontaktform, #formmailmessage {
    margin-right: 10px;
    position: relative;
}

#kontaktform input.radio {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearleft {clear: left; }
/* Ende Kontakt */

.small {
    font-size: 10px;
    color: #666;
    line-height: 14px;
}

.small {
    font-size: 10px;
    color: #666;
    line-height: 14px;
}

.small2 {
    font-size: 11px;
    font-weight: bold;
    color: #666;
    line-height: 14px;
}

.alignRight {
	text-align:	right;
}

input.short {
    width: 150px !important;
}

.red {
    color: #D30000;
}

.msg {
    color: #060;
    border: 1px solid #090;
    padding: 10px;
    font-weight: bold;
}

a.button {
    margin-left: 10px;
}

.homeRubrikenBox {
	position: relative;
	width: 520px;
}

.homeRubrikenBox .rubrikBox {
	float: left;
	width: 172px;
	height: 87px;
	text-align: center;
	margin-bottom: 30px;
}

.homeRubrikenBox .rightBorder {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../bilder/home_rubriken_box_right_border.gif);
}

/****************************************
	Styles fuer die Freunde werben Seite
*****/

.balkenBlau {
	margin: 0 0 1em 0;
    padding: 3px 5px 0px;
    background-color: #DBDFF0;
    height: 21px;
    color: #0A385F;
    position: relative;
}

/*
	umgebende Box
*/
.praemieBox {
	position: relative;

}

/*
	DIV in dem die Praemien-Info angezeigt wird
*/
.praemieInfo {
	position: absolute;
	display: none;
	z-index: 1000;
	width: 200px;
	background-color: #ffffff;
}


/*
	Positionen der Infoboxen
*/
.ppos1 {
	top: 85px;
	left: 10px;
}

.ppos2 {
	top: 100px;
	left: 160px;
}

.ppos3 {
	top: 80px;
	left: 120px;
}

.ppos4 {
	top: 100px;
	left: 100px;
}

.ppos5 {
	top: 30px;
	left: 245px;
}

.ppos6 {
	top: 10px;
	left: 30px;
}


/*********************
	Monatswerbung
***/
.monatswerbungThumb {
	 position: relative;
	 float: left;
	 display: inline;
	 margin-right: 60px;
	 margin-bottom: 60px;
}

.monatswerbungViewBig {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 1000;
}

.vorteile img{
    float: left;
    margin-right: 20px;
}

.vorteile div{
    width: 346px;
    float: left;
}

.vorteile, .logos {
    border: 5px solid #dbdff0;
    padding: 10px;
}

p.logos {
    margin: 0;
    text-align: center;
}

p.logos img {
    margin-bottom: 0.5em;
}

.vorteile_wrapper {
    border: 1px solid #004a8c;
    padding: 1px;
    margin-bottom: 20px;
}

.vorteile p {
    margin: 0;
}

.vorteile h3 {
    color: #06385f;
}

.hotline {
    font-size: 13px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.hotline em {
    font-style: normal;
    font-weight: bold;
    color: #06385f;
}

.popUpAgb {
	background-color: #ffffff;
	text-align: left;
	padding: 20px;
}

.popUpAgb ol {
	margin-bottom: 20px;
}

.popUpAgb ol li {
	margin-left: 30px;
}

.shopRabattStaffel, .shopRabattStaffel tbody tr td{
    vertical-align: top;
}

#inhalt .button{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #666666;
    text-decoration: none;
    margin: 5px 3px 5px;
    padding: 2px 10px;
    font-size: 10px;
    display: block;
    color: #000000;
    float: left;
}
#inhalt .button:hover{
    background: url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    color: #D10202;
}
.nomargin{
    margin: 0 0 5px 0;
}