@charset "UTF-8";
@media all {
  html,
  body {
  	margin:0;
  	padding:0;
  	height:100%; 
  	background:#fff;
  	color: #666;
  }
  
  html {
  	font:76% verdana, arial, helvetica;
  }
  
  #wrap {
  	height:100%;
  	width:100%;
  	margin: 0 auto 0 0;
  }
  
  #ie_fix {
    height:100.1%;	
  }
  
  #head {
  	position: fixed;
  	width: 100%;
  	height: 191px; 
  	top: 0;
    left: 0;
  	z-index: 2; 
  	background: #F2F6F9;
  	border-bottom: 1px #111 solid;
  }
  
  #content-wrap {
  	width: 800px;
    padding: 221px 0 0 0;
  	z-index: 2; 
  } 
  
  #content {
    padding: 20px;
  	line-height: 2.5ex;
   } 

  #mitte { 
    width: 600px; 
    margin: 0 0 0 306px;
    background: #fff;
  }  
  
  #subnav {
    position: fixed;
    width: 300px; 
    top: 212px;
    left: 0;
    background: #fff;
  	z-index: 2; 
  	overflow: auto;
  	padding: 20px 0 10px 0;
  	margin: 0 0 0 0;
  }
  
  .foto_start {
    margin-left: 110px;
  }
  
  .zitat {
    color:#009966;
    font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  }
  
  #head a img,
	#head a:hover {
  	text-decoration:none;
  	border: none;
  	background: transparent;
  } 

  #logo {
  	position: absolute;
  	left: 0; 
  	top: 0; 
  	height: 160px;
  	width: 400px;
  	padding: 20px 10px 20px 80px;
  	background: transparent;
    z-index:5;
  }
  

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

  .cf { display: block; }

  #iecf { 
    display: none; 
  }
  
  #subnav ul {
  	width: 280px;
  	list-style-type: none;
  	text-align: right;
  	color: #666;
  	margin: 10px; 
  	padding: 0; 
  }
  
  #subnav ul hr {
  	color: #ffffff;
  	background: transparent;
  	margin: 0 10px 8px 10px; 
  	height: 1px;
  	border: none; 
  }
  
  #subnav ul li {
  	padding: 0; 
  	margin: 0; 
  }

  body { 
    color: #686868; 
    font: 13px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
    vertical-align: baseline 
  }
  
  b { 
    font-weight: bold;
  }
  
  h1 { 
    font-size: 16px;  
  }
  
  a { 
    text-decoration: underline; 
    color: #587678; 
  }

  a:active,
  a:hover { 
    text-decoration: underline; 
    color: #009B71; 
  }

  i { 
    color: #096; 
    font-style: italic;  
  }

  #subnav ul a { 
    color: #a1a1a1; 
    font-size: 14px;
    text-decoration: none; 
    display: block;
    width: 251px;
    padding: 11px 10px;
  	margin: 4px 0; 
  }
 
  #subnav a:focus,
  #subnav a:hover { 
    background: #F2F6F9;
    color: #686868;
  }

  .index #subnav a.akt_index,
  .neurologie #subnav a.akt_neurologie,
  .psychatrie #subnav a.akt_psychatrie,
  .person #subnav a.akt_person,
  .kontakt #subnav a.akt_kontakt,
  .leistungen #subnav a.akt_leistungen,
  .impressum #subnav a.akt_impressum,  
  .vorlage #subnav a.akt_vorlage

  { 
    background: url(media/navi.gif) right center no-repeat;
    background: #F2F6F9;
    color: #009B71;
  }
 
  .index #subnav a.akt_index:hover,
  .neurologie #subnav a.akt_neurologie:hover,
  .psychatrie #subnav a.akt_psychatrie:hover,
  .person #subnav a.akt_person:hover,
  .kontakt #subnav a.nav_kontakt:hover,
  .leistungen #subnav a.akt_leistungen:hover,
  .impressum #subnav a.akt_impressum:hover,
  .vorlage #subnav a.akt_vorlage:hover

  { 
    background: #F2F6F9 url(media/navi.gif) right center no-repeat;
    background: #F2F6F9;
    color: #009B71;
  }


}
/* CSS Document */