
/* Generelle Einstellungen */

html,body {
 	font-family: Optima,Arial,Tahoma,Helvetica,sans-serif;
 	font-size: 12px;
	line-height:22px;
  	background-color: #FFFFFF;
         margin-top:0px;
}

p {
 	font-family: Optima,Arial,Tahoma,Helvetica,sans-serif;
 	font-size: 12px;
	line-height:24px;
         color: #525252;
}

p.klein {
 	font-family: Optima,Arial,Tahoma,Helvetica,sans-serif;
 	font-size: 11px;
	line-height:22px;
         color: #525252;
}

h1 {
    font-size:20px;
    color:#90C84B;
    font-family: Arial;
    line-height:18px;
}

h2 {
    font-size:15px;
    color:#90C84B;
    font-family: Arial;
    line-height:18px;
}

ul {
   color: #525252;
   list-style-image: url(../_images/dot.jpg);
}

#root {
  width: 800px;
  margin: auto;
  border: 1pt solid #DDDDDD;
}

#navi {
  width: 770px;
  height: 24px;
  background-color: #F4F4F4;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
}

#navi_button {
  background-color: #F4F4F4;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  float:left;
}


#head1 {
  width: 800px;
  height: 152px;
  margin-top: 15px;
  background-image: url(../_images/head1.jpg);
}

#head2_home {
  width: 800px;
  height: 163px;
  background-image: url(../_images/head2.jpg);
}

#head2_aktuelles {
  width: 800px;
  height: 163px;
  background-image: url(../_images/head2_aktuelles.jpg);
}

#head2_praxis {
  width: 800px;
  height: 163px;
  background-image: url(../_images/head2_praxis.jpg);
}

#head2_team {
  width: 800px;
  height: 163px;
  background-image: url(../_images/head2_team.jpg);
}

#head2_philosophie {
  width: 800px;
  height: 163px;
  background-image: url(../_images/head2_philosophie.jpg);
}

#head2_angebote {
  width: 800px;
  height: 163px;
  background-image: url(../_images/head2_angebote.jpg);
}

#head2_kontakt {
  width: 800px;
  height: 163px;
  background-image: url(../_images/head2_kontakt.jpg);
}

#head2_impressum {
  width: 800px;
  height: 163px;
  background-image: url(../_images/head2.jpg);
}

#content_root {
 width: 800px;
 margin-top: 45px;
 background-image: url(../_images/content_bg.jpg);
}

#content_left {
 width: 200px;
 padding:20px;
 float:left;
}

#content_right {
 width: 510px;
 padding-top:20px;
 padding-left:25px;
 float:left;
}

#content_spalte_left {
 width: 250px;
 margin-right: 30px;
 float:left;
}

#content_spalte_right {
 width: 220px;
 float:left;
}

#content_spalte_angebote_left {
 width: 232px;
 border-right: 1pt solid #F3F3F3;
 float:left;
 padding-right:20px;
}

#content_spalte_angebote_right {
 width: 232px;
 float:left;
 padding-left:20px;
}

#footer {
  width: 800px;
  text-align:center;
  padding-top: 20px;
  margin:auto;
}


.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

a:link {
    font-size:12px;
    color:#525252;
    font-family:Arial;
    line-height:18px;
    text-align:left;
    text-decoration:underline;
    text-align:left;
}

a:visited {
    font-size:12px;
    color:#525252;
    font-family:Arial;
    line-height:18px;
    text-align:left;
    text-decoration:underline;
    text-align:left;
}

a:hover {
    font-size:12px;
    color:#000000;
    font-family:Arial;
    line-height:18px;
    text-align:left;
    text-decoration:underline;
    text-align:left;
}

a.klein:link {
    font-size:11px;
    color:#525252;
    font-family:Arial;
    line-height:18px;
    text-align:left;
    text-decoration:underline;
    text-align:left;
}

a.klein:visited {
    font-size:11px;
    color:#525252;
    font-family:Arial;
    line-height:18px;
    text-align:left;
    text-decoration:underline;
    text-align:left;
}

a.klein:hover {
    font-size:11px;
    color:#000000;
    font-family:Arial;
    line-height:18px;
    text-align:left;
    text-decoration:underline;
    text-align:left;
}



a.navi:link {
    font-size:16px;
    color:#000000;
    font-family:Arial;
    line-height:18px;
    font-weight:bold;
    text-decoration:none;
    border-bottom: 3px solid #D2D2D2;
}

a.navi:visited {
    font-size:16px;
    color:#000000;
    font-family:Arial;
    line-height:18px;
    font-weight:bold;
    text-decoration:none;
    border-bottom: 3px solid #D2D2D2;
}

a.navi:hover {
    font-size:16px;
    color:#000000;
    font-family:Arial;
    line-height:18px;
    font-weight:bold;
    border-bottom: 3px solid #90C84B;
}


a.sub:link {
    font-size:12px;
    color:#90C84B;
    font-family:Arial;
    line-height:18px;
    text-align:left;
    text-decoration:underline;
    text-align:left;
}

a.sub:visited {
    font-size:12px;
    color:#90C84B;
    font-family:Arial;
    line-height:18px;
    text-align:left;
    text-decoration:underline;
    text-align:left;
}

a.sub:hover {
    font-size:12px;
    color:#90C84B;
    font-family:Arial;
    line-height:18px;
    text-align:left;
    text-decoration:underline;
    text-align:left;
}
