* {
   margin: 0;
   padding: 0;
}

#container {

   background-color: #ffffff;
   text-align: left;      /* Aufhebung Zentrierung fuer IE6 */
}


/* Navigation           */

#navi {
   display:none;
}

.naviinhaltsprung {
   display: none;
}


/*  Infobereich            */

#infobereich {
  display:none;
}


/*  Inhalt                 */

#inhalt {
	margin:2.75cm 0.5cm 0.5cm 1cm;
	border-top:0.5mm solid #000000;
}

#impressum {
   position: absolute;
	top:0;
	left:0;
	margin:0 4cm 0.5cm 1cm;
   width:11cm;
	font-weight:700;
	line-height: 15pt;
}


/* seitenspezifische Klassen und Formate */

#container .inhaltonlinekombi h3{
   color: #000000; /* hier keine Negativdarstellung verwenden - bei div. Browsern ist standardmaessig Druck von Hintergrundbildern und -farben ausgeschaltet  */
   margin-top:1.5em;
   padding:4px 2px;
   font-size:1.3em;
   font-style:normal;   
   border-top:1px solid #000000;
}

#container .inhaltonlinekombi h3 a {  /* Neutralisierung der Anker-Links in den Ueberschriften */
   text-decoration:none;
}

.regulaer {
   color:#808080;
   margin-left:1em;
}

.unserpreis {
   font-weight:700;
   border-bottom:3px double #000000;
}

.onlinekombinavi {
   display: none;
}


.inhaltonlinekombi  img {
   margin-right:0.5cm;
}


.bildumflussrechts {
   float:right;
   display:inline;
   margin:15px 0 20px 20px;
}



         /* Kontakt / Impressum / Ansprechpartner */

#container .kontakt {
   padding:1em 1.25em 0.5em 1.25em;
}



.team {
   width:99%; /* fuer IE 6 und 7 */
   overflow:hidden;
}

.team div {
   float:left;
   overflow:hidden;      /* umschliesst beinhaltende gefloatete Elemente */
   background:#F0F0FA url(../bilder/teammitglieder_verlauf.gif) right top repeat-y ;
   width:48%;  
   margin-top:25px;
}

.team div img {
   float:left;
   margin-right:10px;
}

.team div h3 {
   margin-top:10px;
}

.team div p {
   margin-bottom:0;  /* IE 6 und 7 sonst drueckt das margin-bottom des p den Rahmen nach unten */
   margin-right:35px;
}





/* Elemente                  */

body {
   background-color: #ffffff;
   text-align:center;      /* fuer IE6 */
   font-family: Verdana, Arial, Helvetica, serif;
   color:#000000;
   font-size: 8pt;
	line-height: 11pt;
   padding:20px 0;
}


h1, h2 {
   margin: 1em 0 0.5em 0;
   font-weight:700;
   }
h1 {
   font-size: 18pt;
   line-height: 20pt; 
   color: #000000;
}
h2 {
   font-size:12pt;
   line-height: 14pt;
}

h3 {
   font-size:8pt;
   line-height: 12pt;
}

p, address, ul {
   margin:0.5em 0;
}

address {
   font-style:normal;
}

li {
	margin:0 0 0.25em 1em;
}

a {
   text-decoration: underline;
	color:#000000;
}

img {
   border:none;
}



/* diverse Klassen             */


.keinumbruch {
   white-space:nowrap;
}

.seitenanfang {
   display:none;
}

#drucklogo {
   position: absolute;
	top:0;
	right: 0.5cm;
	height:2cm;
	margin-left:2cm;
}

#cache {
	display: none;
}