﻿@charset "utf-8";
/* eCube CSS Version 1.0
     Martin Hasieber 
     
     Farben:
     eCube Rot:  #801428
     eCube Dunkelgrün: #97a6a4
     eCube Grün: #bdc6c5
	 Textgrün: #5d6665
	 Textschwarz: #1a1a1a
     
     */
     

/* =============================== 
*  Grundeinstellungen */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


body, html {
     margin: 0;
     padding: 0;
     background-color: #801428;
     font-size: 95%;
     height: 100%;
     font-family: verdana, sans-serif;
     text-align: center;
}


/* =============================== 
*  Grundgerüst */

div#stage {
     width: 870px;
     min-height: 99.9%;
     text-align: left; /* Seiteninhalt wieder links ausrichten */
     margin: 0px auto; /* standardkonforme horizontale Zentrierung */
     background-color: #ffffff;
     padding-top: 1px;
}

div#logo {
     width: 121px;
     height: 47px;
     float: left;
     display: inline;
     position: relative;
     margin: 17px 0px 18px 42px;
     padding: 0;
}

div#testimonial {
     width: 251px;
     height: 88px;
     margin: 11px 44px 0 0;
     padding: 0;
     float: right;
     display: inline;
     position: relative;     
     border: solid 1px #801428;
     overflow: auto;
}

div#mainnavi {
     width: 253px;
     height: 165px;
     background-color: #801428;
     float: left;
     display: inline;
     position: relative;
     margin: 0 0 0 44px;
     padding: 0;
}

* html div#subnavi {     /* 3 Pixel Bug IE ausgleichen */
     margin-left: 305px; 
}

div#subnavi {
     width: 253px;
     height: 165px;
     background-color: #97a6a4;
     margin-left: 308px;
     padding: 0;
     position: relative;     
}

div#uqnavi {
     width: 253px;
     height: 165px;
     background-color: #bdc6c5;
     margin: 0 44px 0 0;
     padding: 0;
     float: right;
     display: inline;
     position: relative;
     background: url(navi_hg_outline_e.gif) no-repeat 0px 0px;          
}

div#content {
     clear: both;
     width: 791px;
     padding: 11px 35px 20px 45px;
/*     border: solid 1px red;*/
}

div#visuals, div#copy {
  float: left;
}

div#visuals {
     width: 253px;
}

div#visuals img {
     padding: 7px 0 44px 0;
}

div#copy {
     width: 517px;
     padding-left: 19px;
}

div#copyartikel {
     width: 517px;
     padding-left: 0px;
/* border: solid 1px red;*/
}

/* Float Grundeinstellungen */

.zweispalter {
  width: 517px; 
}

.zweispalter_1 {
  width: 253px;
}

.zweispalter_2 {
  width: 253px;
  margin-left: 11px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

.floatLeft {float:left;}
.floatRight {float:right;}

div#copy .floatLeft img {
     padding: 5px 11px 33px 0;
}


/* =============================== 
*  Formatierung Content */
     

.firstline {margin-top: 0;}


h1, h2, h3, h4, h5, h6 {
    font-family: verdana, sans-serif;
 }

h1 {
     font-size: 1.2em;
     line-height: 1.4em;
     color: #801428;
     font-weight: normal;
     padding: 0 0 0 30px;
     margin: 3.2em 0 1.4em 0;
     background: url("h1_bullet_2.gif") no-repeat 0px 6px;
}

h2, h6 {
     font-size: 1.2em;
     line-height: 1.4em;
     color: #801428;
     font-weight: normal;
     margin: 3.2em 0 1.4em 0;
}

h3 {
     font-size: 1em;
     line-height: 1.35em;
     font-weight: normal;
     padding: 0;
     margin: 0 0 2.4em 0px;     
     color: #5d6665;
}

h4 {
     font-size: 0.8em;
     line-height: 1.6em;
     font-weight: bold;
     padding: 0 0 0 0;
     margin: 2em 0 0 0;
     color: #801428;
}

p { 
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 0 0 0.8em 0;
    color: #1a1a1a;
}

div#testimonial p {
      font-size: 0.6em;
     line-height: 1.6em;
     margin: 7px 11px 0px 18px;
     padding: 0;
     color: #801428;
}

ul {
     list-style: none;
     padding: 0 0 0 0;
     margin: 0 0 1.3em 0;
}

div#copy li {
    font-size: 0.8em;
    line-height: 1.5em;
     padding: 0 0 0 10px;          
     background: url(bullet_point_2_over.gif) no-repeat 0px 8px;
     color: #1a1a1a;
}

a {
     color: #801428;
     text-decoration: none;     
}

a:hover {
     color: #801428;
     text-decoration: underline;     
}

a.img_link {
     margin-left: 18px;
     font-size: 14px;
     font-weight: normal;
}

a.backbutton {
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding: 3px 10px 3px 22px;
	border: solid 1px #801428;
	background: url(arrow_backward.gif) no-repeat 8px 7px;
}

a.backbutton:hover {
     color: white;
     text-decoration: none;
	 background: #801428 url(arrow_backward_inv.gif) no-repeat 8px 8px;
}

b, strong {
	color: #801428;
}

/* =============================== 
*  Artikelteaser */

div.artikelteaser {
    margin: 1.8em 5px 0px 0;
    padding: 0px 0px 0px 0px;
/*	border-top: solid 1px #801428;*/
}

div.artikelteaser p {
	margin: 0;
	padding: 0;
	color: #5d6665;	
	font-size: 0.9em;
	line-height: 1.4em;
}

div.artikelteaser a {
	font-weight: bold;
	color: #801428;
	padding: 0px 0px 0px 10px;
	background: url(bullet_point.gif) no-repeat 1px 5px;	 
}

div.artikelteaser a:hover {
     color: #5d6665;
	 background: url(bullet_point_over.gif) no-repeat 1px 5px;
     text-decoration: none;     
}


/* =============================== 
*  Newsteaser */

div.teaser {
    width: 233px;
    background-color: #97a6a4;
    margin: 5px 0 11px 0;
    padding: 5px 10px 9px 10px;
}

     
div.teaser h1,
div.teaser h2,
div.teaser h3,
div.teaser h4
 {
    font-family: verdana, sans-serif;

     color: white;
    font-size: 0.75em;
	 font-weight: bold;
	 background-image: none;
	 padding: 0;
	 margin: 0;
}

div.teaser p, div.teaser strong {
     color: white;
	 font-size: 0.75em;
	 line-height: 1.4em;
	 margin: 0;
	 padding: 0;
	 font-weight: normal;
}

div.teaser a {
     color: white;
	 font-size: 0.7em;
	 line-height: 1.4em;
	 padding-left: 5px;
}

div.teaser a:hover {
     color: #fdcc00;
}



/* =============================== 
*  Unterseite Artikel */

div#copyartikel h1{
	font-size: 1.2em;
     line-height: 1.4em;
     color: #801428;
     font-weight: normal;
     margin: 38px 0 14px 0;
	 padding: 0;
	 background: none;
}

div#copyartikel h2{
	font-size: 1.0em;
     line-height: 1.4em;
     color: #5d6665;
     font-weight: normal;
     margin: 0px 0 14px 0;
	 padding: 0;
	 background: none;
}

div#copyartikel li {
    font-size: 0.8em;
    line-height: 1.5em;
     padding: 0 0 0 10px;          
     background: url(bullet_point_2_over.gif) no-repeat 0px 8px;
	 color: #1a1a1a;
}

/* =============================== 
*  Navigation */
     

div#mainnavi ul,
div#subnavi ul {
     list-style: none;
     padding: 0;
     margin: 0 44px 0 22px;
     position: absolute;
     width: 187px;
     bottom: 14px;
     display: block;
}

div#mainnavi ul li,
div#subnavi ul li {
     line-height: 1.0em;
     padding: 0.2em 0 0.4em 0;
     border-bottom: 1px solid #ddb6be;
}

div#subnavi ul li {
     border-bottom: 1px solid #e2ebe9;
}

div#mainnavi ul li a, 
div#subnavi ul li a {
     font-size: 0.9em;
     color: #ffffff;
}

div#mainnavi ul li a:hover,
div#mainnavi ul li a.current:hover,
div#subnavi ul li a:hover,
div#subnavi ul li a.current:hover {
     color: #fdcc00;
     text-decoration: none;
}

div#mainnavi ul li a.current {
     color: White;
     text-decoration: none;
     padding-left: 15px;
     background: url(navi_bullet_01b.gif) no-repeat 0px 6px;     
}

div#subnavi ul li a.current {
     color: White;
     text-decoration: none;
     padding-left: 10px;
     background: url(navi_bullet_02.gif) no-repeat 0px 4px;     
}

div#uqnavi p {
     margin: 0;
     position: absolute;
     bottom: 9px;
     right: 22px;
     text-align: right;
     color: #5d6665;
}

div#uqnavi p a {
     color: #5d6665;
}

div#uqnavi p a:hover {
     text-decoration: underline;
     color: #5d6665;
}
