html {
  height: 100%;
  }

body {
	margin: 0px;
	height: 100%; 
	min-height: 100%;
	background: #ffffff url(images/background.jpg) top left repeat-x;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
	color: #666666;
	}
	
/* Container Setup */
div#wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
	}
	* html div#wrapper { height: 100%; }

div#top {
  padding: 0px;
  float: left;
  position: relative;
  height: 360px;
  }
  div#top div#logo {
    width: 170px;
    height: 100px;
    float: left;
    position: relative;
    padding: 0px;
    }
  div#top div#navigation {
    width: 800px;
    height: 100px;
    padding: 0px;
    float: left;
    position: relative;
    }
  div#slide {
    height: 260px;
    width: 970px;
    float: left;
    position: relative;
    }
    
/* Portal */
div#content {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	padding: 35px 0px 350px 0px;
	background: transparent url(images/content_bg.gif) top left no-repeat;
  }
  div#content div#left {
    width: 675px;
    padding-right: 15px;
    float: left;
    }
  div#content div#right {
    width: 250px;
    float: left;
    background-color: #f5f5f5;
    padding: 15px;
    }
/* Unterseiten */
div#content_sub {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	padding: 35px 0px 350px 0px;
	background: transparent url(images/content_bg2.gif) top left no-repeat;
  }
  div#content_sub div#left {
    width: 190px;
    float: left;
    background-color: #f5f5f5;
    padding: 15px;
    }
  div#content_sub div#right {
    width: 720px;
    padding: 15px;
    float: left;
    }
    div#content_sub div#right div.float1 {
      width: 430px;
      float: left;
      position: relative;
      padding: 0px 30px 0px 0px;
      }
    div#content_sub div#right div.float2 {
      width: 260px;
      float: left;
      position: relative;
      padding: 0px;
      }
  

div#container, div.footer_content {
		width: 970px;
		margin: 0px auto;
		}


/* Footer + Clearfix */
div#footer {
	position: relative;
	width: 100%;
	margin-top: -350px;
	height: 350px;
	background: #ededed url(images/footer_bg.jpg) top left repeat-x;
	clear: both;
	float: left;
	} 
	div#footer div.footer_content {
		font-size: 11px;
		color: #666666;
		padding-top: 1px;
		}
		
		div#footer div.footer_left  {
      width: 325px; 
      float: left;
      padding: 10px;
      background: transparent url(images/div_vert.gif) top right repeat-y;
      height: 320px;

      }
    div#footer div.footer_right {
      width: 250px;
      padding: 10px 0px 0px 15px;
      float: left;
      }

		/* CLEAR FIX*/
		.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 */


/* Navigation Settings */
div#navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
  font-size: 12px;
  padding-top: 38px;
  }
  div#navigation ul li{
    display:block;
    float:left;
    margin:0px;
    padding-right: 7px;
    }
    div#navigation ul li a {
      display:block;
      float:left;
      color:#787e82;
      text-decoration:none;
      }

    div#navigation ul li a:hover, div#navigation ul li a.current {
      color:#c22b35;
      }
      
ul#subnavigation {
  width: 190px;
  list-style: none;
  background: transparent url(images/subnavi_bg.jpg) top left repeat-y;
  padding: 0px;
  margin: 10px 0px;
  font-size: 11px;
  }
  * html ul#subnavigation {display: block; margin-top: 20px;}
  ul#subnavigation li {
    width: 190px;
    height: 30px;
    line-height: 30px;
    display: block;
    }
    * html ul#subnavigation li {padding: 0px; margin: 0px; height: 26px; line-height: 26px; }
    ul#subnavigation li a {
      display: block;
      text-decoration: none;
      }
      ul#subnavigation li a:hover {
        color: #c22b35;
        text-decoration: none;
        }
      ul#subnavigation li a.current {
      color: #c22b35;
      font-weight: bold;
      }


/* Overall Settings */
a {
  outline: none;
  }

.clear {
	clear: both;
  }

img {
	border: 0px;
	outline: 0px;
	padding: 0px;
	margin: 0px;
  }
  div#content_sub img {
    border: 1px solid #c22b35;
    }
  div#footer a img {
    border: 1px solid #c22b35;
    }
  div#footer a:hover img {
    border: 1px solid #ffffff;
    }

fieldset {
	border: 0px;
  }
  


/* font setup */
h1, h2 {
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #c22b35;
  font-size: 18px;
  }
h3  {
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #c22b35;
  }
h4 {
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0px;
  margin: 0px;
  color: #c22b35;
  }
h5 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 20px;
  margin: 0px;
  color: #c22b35;
  }
h6 {
  font-size: 11px;
  font-weight: bold;
  padding-top: 10px;
  margin: 0px;
  color: #c22b35;
  }
h2.aktuelles {
  height: 37px;
  background: #f0f0f0 url(images/h2_aktuelles.gif) top left no-repeat;
  color: #868686;
  font-size: 12px;
  padding: 6px 0px 0px 2px;
  font-weight: bold;
  line-height: 14px;
  } 
  h2.aktuelles span {
    color: #c22b35;
    width: 40px;
    display: block;
    float: left;
    font-size: 11px;
    text-align: center;
    padding-right: 6px;
    } 
h2.links {
  color: #c22b35;
  font-size: 14px;
  padding: 6px 0px 0px 2px;
  font-weight: normal;
  line-height: 14px;
  width: 600px;
  float: left;
  } 
h2.vortraege {
  color: #868686;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 0px 0px 4px 0px;
  border-bottom: 1px solid #c22b35;
  }

p {
  font-weight: normal;
  font-size: 11px;
  padding: 0px;
  }
  div#content div#left p {
    padding-left: 48px;
    }
    
  div.footer_content p {
    padding: 0px 0px 8px 0px;
    margin: 0px;
    }
  
a {color: #666666; text-decoration: none;}
a:hover {color: #666666; text-decoration: underline;}



a.email, a.fax, a.phone, a.pdf, a.pdf_wide {
  padding-left: 20px;
  display: block; 
  width: 200px;
  height: 20px;
  color: #c22b35;
  margin-bottom: 20px;
  }

a.email {
  background-image: url(images/icon_email.gif); 
  background-repeat: no-repeat;
  }
a.fax {
  background-image: url(images/icon_fax.gif); 
  background-repeat: no-repeat;
  }
a.phone {
  background-image: url(images/icon_phone.gif); 
  background-repeat: no-repeat;
  }

a.pdf {
  background-image: url(images/icon_pdf.gif); 
  background-repeat: no-repeat;
  }
  
a.pdf_wide {
  background-image: url(images/icon_pdf.gif); 
  background-repeat: no-repeat;
  width: 500px;
  }
a.pdf span, a.pdf_wide span {
    color: #666666;
    }
    
a.link {
  background-image: url(images/icon_link.gif); 
  background-repeat: no-repeat;
  padding: 0px 0px 0px 20px;
  margin-bottom: 10px;
  display: block; 
  width: 240px;
  color: #666666;
  float: left;
  font-size: 11px;
  }
  * html a.link {margin: 0px;  display: Inline-block;}
  a.link_wide {
    background-image: url(images/icon_link.gif); 
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block; 
    width: 500px;
    height: 20px;
    color: #666666;
    float: left;
    font-size: 11px;
    }
    a.link:hover, a.link_wide:hover {
      color: #c22b35;
      text-decoration: underline;
      }
  
div.slide_content a {
  font-weight: bold;
  }

div.footer_content a:hover {
  color: #c22b35;
  }

/* Lists & Tables*/
div#right ul li.wide {
  width: 250px;
  }

dl.footer_dl {
  width: 330px;
  float: left;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  }
  dl.footer_dl dt {
    width: 160px;
    float: left;
    padding: 0px 0px 2px 0px;
    margin: 0px;
    }
  dl.footer_dl dd {
    width: 150px;
    float: left;
    padding: 0px 0px 2px 0px;
    margin: 0px;
    }

dl.footer_dl2 {
  width: 330px;
  float: left;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  }
  dl.footer_dl2 dt {
    width: 160px;
    float: left;
    padding: 0px 0px 2px 0px;
    margin: 0px;
    }
  dl.footer_dl2 dd {
    width: 160px;
    float: left;
    padding: 0px;
    margin: 0px;
    }
    
ul.footer_links {
  list-style: none;
  padding: 0px;
  margin: 0px;
  }
  ul.footer_links li {
    float: left; 
    width: 105px; 
    margin-right: 5px;  
    }
    ul.footer_links li.last {
      margin: 0px;
      }
      * html ul.footer_links li {margin: 0px; margin-right: 3px;}
           
  

    
ul.sitemap_small {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  width: 140px;
  float: left;
  }
  ul.sitemap_wide {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  width: 170px;
  float: left;
  }

  
ul.sprechstunden {
  list-style: none;
  width: 250px;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  }
  ul.sprechstunden li {
    width: 120px;
    float: left;
    padding: 0px 0px 2px 0px;
    }
    
ul.images {
list-style: none;
  padding: 0px;
  margin: 10px 0px;
  width: 720px;
  }
  ul.images li {
    width: 100px;
    padding: 0px 10px 0px 0px;
    margin: 0px;
    float: left;
    }
    
div#content_sub ol {
  list-style: square;
  margin: 0px;
  padding: 0px 0px 0px 15px;
  font-size: 11px;
  }
    
div#right table.table_full {
  width: 100%;
  font-size: 11px;
  text-align: left;
  margin-bottom: 20px;
  }
  div#right table.table_full th {
    text-align: left;
    }
  div#right table.table_full td {
    width: 50%;
    }

div#right table.table_half {
  width: 100%;
  font-size: 11px;
  text-align: left;
  margin: 10px 0px 20px 0px;
  }
  div#right table.table_half td.small {
    width: 80px;
    }
    
      
/* Slider */
div#slider_top  { position: absolute;  width: 500px; height: 240px; background: transparent url(images/slider_top.gif) top left no-repeat; }
.anythingSlider           { float: left; width: 960px; height: 240px; position: relative; margin: 10px 0px; }
.anythingSlider .wrapper  { background: transparent url(images/slider_bg.gif) top left no-repeat; width: 910px; display: block; overflow: auto; height: 240px; margin: 0px 30px 0px 30px; position: absolute; top: 0; left: 0; }

.anythingSlider .wrapper ul  { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0px 0px 0px -40px; }
.anythingSlider ul li      { display: block; float: left; padding: 2px 0px 0px 10px; height: 240px; width: 900px; margin: 0px; }
* html .anythingSlider ul li  {background: transparent url(images/slider_bg2.gif) top left repeat-x;  display: inline; float: left; padding: 2px 0px 0px 21px; height: 240px; width: 900px; margin-right: 0px; }
*+html .anythingSlider ul li  {background: transparent url(images/slider_bg2.gif) top left repeat-x;  display: inline; float: left; padding: 2px 0px 0px 0px; height: 240px; width: 900px; margin-right: 0px; margin-left: 24px; }
.anythingSlider .arrow     { display: block; height: 240px; width: 60px; background: url(images/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward   { background-position: 0 0; right: -22px; }
.anythingSlider .back      { background-position: -67px 0; left: -20px; }

#start-stop                        {display: none;}

.anythingSlider .wrapper ul ul     { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li  { float: none; height: auto; width: auto; background: none; }   

div.slide_content {width: 890px; padding: 0px 0px 0px 10px; margin: 0px; background-color: #f0f0f0;}  
* html div.slide_content {width: 910px; padding-left: 30px; margin: 0px; height: 240px; display: block;} 

div.aerzte {
  width: 430px;
  float: left;
  margin-bottom: 15px;
  }
  div.aerzte div.aimg {
    width: 160px;
    float: left;
    position: relative;
    }
  div.aerzte div.atext {
    width: 270px;
    float: left;
    position: relative;
    }

div#vortraege {
margin-top: 20px;
  width: 100%;
  float: left;
  position: relative;
  }