/* ################################################## */
/* Global Definitionen*/
/* ################################################## */

/* Grundeinstellungen vornehmen */
body {
  font-family: Arial, Helvetica, Sans-Serif;
  background-color: #ffffff;
  color: #3E5567;
  padding-right: 5px;
  margin: 0em;
  width: 960px;
  border-right:1px solid #999999;
}

a {
  color: #3E5567;
  font-weight:600;
  text-decoration: underline;
}

a:hover{
  text-decoration: underline;
  color: #990000;
  font-weight:600;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding-bottom: 5px;
}

h1{
font-size:16px;
font-weight:normal;
}

h2{
font-size:14px;
font-weight:normal;
}

h3{
font-size:12px;
font-weight:bold;
}


img {
  border: 0px none;
  margin: 0px;
}

kbd {
  font-family: Monaco, Courier New, Courier, Mono;
  font-size: 1em;
  font-variant: small-caps;
  font-style: italic;
  letter-spacing: .1em;
}

ol.decimal {
  padding: .5em 0em 0em 3.5em;
  list-style-type: decimal;
  display: block;
}

ol.lowerAlpha {
  padding: .5em 0em 0em 3.5em;
  list-style-type: lower-alpha;
  display: block;
}

ol.upperAlpha {
  padding: .5em 0em 0em 3.5em;
  list-style-type: upper-alpha;
  display: block;
}

table {
  width:100%;
 border-spacing:0em;
padding:0em;
border:0;
}

* html table{
   width:40%; /* for ie5 */
   w\idth:100%; /* for ie6 */
}

tr {
background-color:#f0d775;
vertical-align: top;
border-bottom:1px solid #ffffff;

}

td{
padding:5px;
empty-cells: show;
border-right:1px solid #ffffff;
}

tr>th:first-child {
border:0 none;

}
th {
padding:.6em;
  background: #ffffff;
  font-weight: bold;
  text-align:left;
  color:#333333;
  border-left:1px solid #999999;
  
}

th.first{
border:0;
  }

td.creme,tr.creme {
background-color:#ffffcc;
}

p {
  display: block;
}

abbr[title], acronym[title] {
  border-bottom: 1px dashed #000000;
  font-variant: normal;
  text-transform: none;
}

fieldset {
  border: 0px solid #E9E9E7;
  margin: 0;
  padding: 0;
}

legend {
  display: none;
}

.attention {
  background: #C7D1D4;
  padding: 1em;
  border: 1px dotted #3E5567;
}

.code {
  font-family: Monaco, Courier New, Courier, Mono;
  font-style: italic;
}

.txtB {
  font-weight: bold;
}

.txtU {
  text-decoration: underline;
}

.txtKlein {
  font-size: 70%;
}

html>body .txtKlein {
  font-size: 80%;
}

/* ################################################## */
/* Sprungnavigation QuickJump */
/* ################################################## */

#QJ {
    background-color: #BFBBA7;
  color: #BFBBA7;
  font-size: 0em;
  display: none;
}

#QJ a {
    background-color: #BFBBA7;
  color: #BFBBA7;
  text-decoration: none;
}


/* ################################################## */
/* Header: Metanavigation und Logo */
/* ################################################## */


#header {
  color: #3E5567;
  height:80px;
  padding:0;
  margin:0;
}


/* ################################################## */
/* Metanavigation*/
/* ################################################## */

/* Metanavigation als Liste: Home, Rund um die behandlung etc */

#metanavigation {
  background-color:transparent;
  float: left;
  padding: 20px 0 0 240px;
  text-align: left;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 70%;
 }
 
 /*	fuer den IE muessen die Position in diesem Fall eine Breite bekommen */
* html #metanavigation{
 padding: 20px 0 0 244px;
}

#metanavigation ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

#metanavigation li {
    margin-left: 0;
  padding: .1em .8em;
  border-right: 1px solid #3E5567;
  list-style: none;
  display: inline;
  
}


#metanavigation a {
  color: #3E5567;
  text-decoration: none;
  border:0;
  font-weight:normal;
}

#metanavigation a:hover {
  color: #990000;
  text-decoration: underline;
  border:0;
  font-weight:normal;
  
}

#metanavigation li.act {
  list-style: none;
  display: inline;
  font-weight:600;
  text-decoration: none;
  color: #990000;
  
}



/*wird nicht genutzt*/

#metanavigation li.firstact{
  font-weight:600;
  text-decoration: none;
  color: #990000;
  border:0;
}

#metanavigation li.first {
  list-style: none;
  display: inline;
  border:0;
}

/* ################################################## */
/* Logo*/
/* ################################################## */

/* Position des Logos */

#logo {
position:absolute;
  top:24px;
  left:0;
}


/* ################################################## */
/* Hauptmenue horizontal 1 Ebene*/
/* ################################################## */

/* Balken */
/* ---------------------------------------------- Navigation */

#navHeader {
    background-color: #999999;
  border-right: 160px solid #999999;
  border-left:236px solid #ffffff;
  height:26px;
  padding:0;
}
/*	fuer den IE muessen die Position in diesem Fall eine Breite bekommen */
* html #navHeader{
 height:27px;
}



#navi {
	position: absolute;
	z-index: 10;
	top: 80px;
	left: 237px;
	width: 567px;
}

/* ---------------------------------------------- Hauptnavigation */

#navi ul { 

	margin: 0  0  0px 0px;
	padding: 0;
	width: 100%;
	list-style-type: none;
	color: #fff;
	background-color: inherit;
}

#navi ul li {
	float: left;
	margin: 0;
	border-right: 1px solid #ffffff;
	display: inline;
}

#navi ul li a:link, 
#navi ul li a:visited {
	font-size: 0.75em;
	font-weight: bold;
	color: #fff;
	background-color: #999999;
	text-decoration: none;
	padding: 6px 8px 6px 9px;
	display: block;
}

/*	fuer den IE muessen die Position in diesem Fall eine Breite bekommen */
* html #navi ul li a:link, #navi ul li a:visited{
 padding: 6px 9px 6px 9px;
}

#navi ul li a:hover, 
#navi ul li a:focus, 
#navi ul li a:active {
	color: #fff;
	background-color: #990000;
}

/*aktiver Link - roter Hintergrund*/

#navi ul li strong {
	font-size: 0.75em;
	font-weight: bold;
	color: #fff;
	background-color: #990000;
	padding: .5em .7em;
	display: block;
}

#navi ul li.first a, #navi ul li.first stong{
  padding-left:12px;
}
/*	fuer den IE muessen die Position in diesem Fall eine Breite bekommen */
* html #navi ul li.first a, #navi ul li.first stong{
 padding-left:16px;
}


/* ################################################## */
/* Hauptbereich: Linke Spalte lCol und Rechte Spalte rCol (lMain und rMain)*/
/* ################################################## */

#hauptbereich {
background-color:#ffffff;
  padding:0;
  margin:0;
  color: #3E5567;
  font-size: 80%;
  width:800px;
  border-right:160px solid #ffffcc;/*ge?ndert vorher bei rCol*/
}

/* ################################################## */
/* Linke Spalte: Zitiat und Navigation 2 Ebene*/
/* ################################################## */

/* linke Spaltendefiniton */
#lCol {
position: relative;/*g?ndert vorher absolute*/
  float:left;
   margin:0;
   padding:0;
  left: 0px; /*ge?ndert 3px*/
  width: 236px;
  font-family: Arial;
}

* html #lCol {  /* nur fuer Internet Explorer */
  position:absolute;
      /* Version 5.x */
   /* Version 6 */
  }

/* ################################################## */
/* Zitiat*/
/* ################################################## */

/* Ztitatbereich mit Zitatillustration */
#navUhead {
  width:236px;
  height:250px;
  padding:0px;
  
}



/* Ztitat Ausrichtung und Fontformatierung bei Textzitaten: Wird nicht genutzt! */
#navZitat {
 margin:70px 10px 10px 20px; 
 }

.zitat {
  color:#ffffff;
  font-weight:bold;
  font-size:1.9em;
  /*text-transform: uppercase;*/
  font-variant:small-caps;
}
.zitatklein {
  color:#ffffff;
  font-weight:bold;
  font-size:1.4em;
  /*text-transform: uppercase;*/
  font-variant:small-caps;
  
}
.zitatkleiner {
  color:#ffffff;
  font-weight:bold;
  font-size:1em;
  /*text-transform: uppercase;*/
  font-variant:small-caps;  
}

/* ################################################## */
/* Navigation linker Spalte*/
/* ################################################## */

/* Navigation 2 Ebene als Listenelemente */
#navU {
  background-color: transparent;
 padding: 2.4em 0em 1em 1.8em;
}

#navU ul {
 list-style: none;
 display:block;
 margin:0;
 padding:0;
   
}

#navU li {
padding: 0em 1.5em .7em 0em;
  display:block;
}

#navU li.active {
  display: block;
  text-decoration: underline;
  list-style: none;
  color: #990000;
}

#navU li a {
  color: #3E5567;
  display: block;
  text-decoration: none;
  font-weight:normal;
}

#navU li a:hover {
  color: #990000;
  display: block;
  text-decoration: underline;
}

/* ################################################## */
/* Rechte Spalte: Inhalte und News-Suche-Infos*/
/* ################################################## */

/* Postion der rechten Spalte */

#rCol {
position: relative;
margin: 0 0 0 236px;
background-color:#ffffff;
color: #3E5567;
padding:0;
 
}



/* ################################################## */
/* Hauptbereich | Inhalte */
/* ################################################## */


/* Position der Textinhalte*/
#lMain {
color: #3E5567;
background-color:transparent;
padding: 1.6em 1.6em 1em 1.6em;
margin-left:-1px;
width:520px;
border-left:1px solid #999999;
position:relative;
}


/* Position der Ilustation Intro*/
#lMainbildintro{
padding:0;
margin-bottom:-4px;
border:0;
}

/*	fuer den IE muessen die Position in diesem Fall eine Breite bekommen*/
* html #lMainbildintro img {
margin-bottom:0;
padding-bottom:0;}/*WICHTIG: Ohne Breite werden im Win IE die Float Bilder nicht angezeigt*/
 



/* Position der Ilustation*/
#lMainbild {
padding:0;
margin:0;
margin-bottom:10px;
}


/* ################################################## */
/* Hauptbereich | Inhalte zweispaltig Text und Bild */
/* ################################################## */

/* Postion der Bilder */

.contentbild  { 
margin:0;
padding-top: 0;
padding-right:0; 
padding-left: 20px; 
width: 164px;
float: right; 
position:relative;
}

* html .contentbild {  /* nur fuer Internet Explorer */
  width:164px;     /* Version 5.x */
  w\idth:164px;    /* Version 6 */
  }
  
  .contentbild1  { 
margin:0;
padding-top: 0;
padding-right:0; 
padding-left: 20px; 
width: 164px;
float: right; 
position:relative;
}

* html .contentbild1 {  /* nur fuer Internet Explorer */
  width:164px;     /* Version 5.x */
  w\idth:164px;    /* Version 6 */
  }
  
  
.contentbild img { 
margin-top: 0px;
 margin-right:0; 
 margin-bottom: 10px;
 }
 
 
 .contentbild p  { 
 font-size: 0.85em; 
 line-height: 1.5em; 
 margin-top: 0;
 font-style:italic; 
 }
 
   
 
.contenttext    { 
text-align: left; 
margin-top: 0; 
margin-bottom: 0; 
padding-top: 0;  
width: 350px;

}
* html .contenttext {  /* nur fuer Internet Explorer */
  width:320px;     /* Version 5.x */
  w\idth:320px;    /* Version 6 */
  }
  
 .contentspaltetext    { 
text-align: left; 
margin:0;
padding: 0; 
width: 160px;
float: right; 
position:relative;

}
* html .contentspaltetext {  /* nur fuer Internet Explorer */
  width:194px;     /* Version 5.x */
  w\idth:194px;    /* Version 6 */
  }

  
  
/* ################################################## */
/* Hauptbereich | News Suche */
/* ################################################## */

/* Position des Bereichs */

#rMain {
position: absolute; /*** IE needs this or the contents won't show outside the parent container. ***/ 
margin-left:564px;
width: 160px;

}

/* Klassen f?r die Suche */

form .suche {
  	padding: .5em .5em .5em 1.2em;
	font-weight: bold;
	font-size:.9em;
    color: #333333;
    background-color:#f0d775;
    display:block;
    margin:0;
  }
    
input.feld{
  	padding:0;
  	margin:0;
  	width:110px;
  	font:normal 0.8em verdana,arial,helvetica,sans-serif;
}

* html input.feld {  /* alle, die Standards m?gen bitte dashier nehmen */
width: 105px;
}




/* Klassen f?r die Infos News */

.news {
  	padding: .5em .5em .5em 1.2em;
	font-size:.9em;
    display:block;
    margin:0;
  }
     
#rMain h1{
font-weight:bold;
font-size:1.3em;
color: #3E5567;
padding-bottom:10px;
}

#rMain h2{
font-weight:bold;
font-size:1em;
color: #3E5567;
}

#rMain p {
  color: #3E5567;
  padding:0;
}


/* Klassen f?r die News Trennlinie */

#rMain div hr {
margin:15px 0;
}

/* ################################################## */
/* Footer mit Hilfsnavigation */
/* ################################################## */

/* Position und gestaltung des Footes */

.clear {
padding-bottom: 1px;	/* for Gecko-based browsers */
margin-bottom: -1px;	/* for Gecko-based browsers */
clear:both; /*** Wichtig: Damit sich der Footer an der L?nge der Containerinhalte ausrichtet ***/
}


#footer {
margin-top:-2px;
text-align: left;
 padding: .5em 0em 0em 0em;
  font-family: Arial, Helvetica, Sans-Serif, Verdana;
  font-size: 11px;
  color: #999999;
  background: #ffffff;
  height: 20px;
  border-left:236px solid #999999;
  border-right:160px solid #999999;
  border-top: 1px solid #999999;
  position:relative;
    
}

/* Footer Navigation als Listen */

#footer ul {
  margin-left: 5px;
  padding:0;
  display: inline;
}

#footer li {
  margin: 0;
  padding: .1em 1em;
 list-style: none;
  display: inline;
  border-right: 1px solid #3E5567;
}

#footer li img{
  padding: .1em .5em;  
}

#footer li.active {
  list-style: none;
  display: inline;
  text-decoration: none;
  color: #990000;
}

#footer a {
  color: #3E5567;
  text-decoration: none;
  font-weight:normal;
}

#footer a:hover {
  color: #990000;
  text-decoration: underline;
  font-weight:normal;
}


/*wird nicht genutzt*/
#footer li.last {
  margin-left: 0;
  padding: .1em 1em;
  border: 0px;
  list-style: none;
  display: inline;
}

/* ################################################## */
/* Formluare */
/* ################################################## */
/* Formatierungen f?r Formulare */

form {
	margin: 0;
	padding: 0;
	border: none;
	background-color:#f0d775;
    padding: 5px 5px 5px 10px;
    text-align:left;
}

input, textarea, select {
	
	margin: -0.1ex 0.9em 0 0;
	padding: 0 0 0 0.3em;
	font-size: 0.9em;
	
}

textarea {
	width: 20.5em;
}

/* Hervorhebungen des aktuellen Feldes*/

input:focus, textarea:focus, input:active, textarea:active, option:focus, option:active {
	background-color: #ffffcc;
	
}

label {
	display: block;
	float: left;
	width: 4em;
	margin-right: 0.5em;
	width: 15.5em;
}


