

body, html{

margin : 0;
padding : 0;
height:100.1%;
width:100.1%;
font-size: 1.1em;
font-family: Arial, Helvetica, sans-serif;
background-color: #9CAD9C;
}



body  {
	
	font-size: 0.9em;
    text-align: center; /*Zentrierung für den IE 5.x */
    height:100%;
	width:100%;
}

h1
{
  color : #008080;
  font-variant : small-caps;
  font-size : 1.2em;
  font-weight: bold;

}


#container { /* ID-Selektoren kommen optimalerweise einmalig vor */
  font-size: 0.9em;
  text-align: left;
  
  margin: 1em;
  
  width: 71em;
  height:80%; /*braucht der IE5 und der IE6 */
  
  background-color: white;

  border-color: #008080;

  border-style: solid;
  border-width: thick;
  
  margin : 0 auto;
  

}

html>body #container {
    min-height:80%;
	height: auto;/* so wächst die Höhe der anderen Browser auch automatisch mit*/
	/* Der Kindselektor wird vom IE bis einschließlich Version 6 nicht unterstützt, d.h. 
	   die zugehörigen Angaben werden ignoriert. */
}

#kopfzeile {
  margin: 0;
  padding: 0.2em;
  

  border-bottom-style: solid;
  border-bottom-width: thick;
  
  border-color: #008080;
  text-align:left;
  

  height:110px;
  
  background-color:white;
 
}

html>body #kopfzeile {
    min-height:110px;
	height: auto;/* so wächst die Höhe der anderen Browser auch automatisch mit*/
	/* Der Kindselektor wird vom IE bis einschließlich Version 6 nicht unterstützt, d.h. 
	   die zugehörigen Angaben werden ignoriert. */
}



.titel {


color: #008080;
font-size:1.7em;
font-weight:bold;

padding-top : 1.5em;
padding-left: 2.5em;


float:left;

}


#inhalt {
/* das ist der wert für den urlaub  width : 39em; */
  width : 46em;
  height : 30em;
  text-align: justify;
  background-color: white;
  margin-left:1em;
  float:left;  
 
  }
  
 html>body #inhalt {
   min-height: 30em;
   height: auto;

} 

#zitat {
  clear : both;
  border-top-color : #008080;
  border-top-width : 1px;
  border-top-style : dotted;
}

#zitat em {
  font-size: 0.8em;
  color:#008080;
}
  
.position {

text-decoration: underline;
font-size: 0.7em;
margin-left: 23em;
margin-bottom:0em;

 
 }
 
 #innerbox {
   width : 70em;
   margin-top:1em;
 
   
 }
 

 
 #bildleiste {
   /* das ist der wert für den urlaub : width : 9em; */
   width : 2em;
   text-align:center;	  
   float : right;
 }
 
 #bildleiste img {
   
   border-style : solid;
   border-color : #006B6B;
   border-width : 2px;

 
 }


#hestimenue  {
  width: 15.5em;
  text-align: left;
  float: left;
}

#nestedmenue {
  width: 13em; /*12.5*/
  text-align: left;
  margin:0;

}



#hestimenue ul, #nestedmenue ul{
   
  margin: 0;
  padding: 0;
  
 
}




#hestimenue li, #nestedmenue li{
  margin: 0;
  padding: 0.5em;
  padding-left:2em;
  list-style-type: none;
  font-size: 1.0em;
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color: #006B6B;
  display: block;
  background-image :    url(pfote_klein2.gif);
  background-repeat:no-repeat;
  color: black;
 
}

#nestedmenue li{
  padding: 0.3em;
  padding-left:2em;
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: #006B6B;
  border-bottom-style: none;
}



#hestimenue a:link, #hestimenue a:visited, #nestedmenue a:link, #nestedmenue a:visited { 
  text-decoration: none;
  color: black;
  display: block;
}

#hestimenue a:hover, #nestedmenue a:hover {
  background-color: #008080;
  display: block;
}

#hestimenue a.aktiv, #nestedmenue a.aktiv {
  background-color: #008080;
  color: white;
  display:block;
}



#hestimenue .inaktiv, #nestedmenue .inaktiv{
}

.clearer {
  clear : both;
}

.ueberschrift {
  color : #008080;
  font-variant : small-caps;
  font-size : 1.2em;
  font-weight: bold;
  
}

.ueberschrift_zwei {
color : #008080;
}


.ausgebucht {
  color : red;
  font-variant:small-caps;
}

.platz_frei {
font-size: 0.7em;
color : green;
}

.kein_platz {
font-size: 0.7em;
color : red;
}

.text_normal {
  text-align : left;
}

.unsichtbar {

display : none;

}

table {
  border-color : #008080;
  border-style : solid;
}

thead {
   background-color: #008080;
}

td {
  border-color : #008080;
  border-style : dotted;
  border-width : 1px;
}

#termintabelle {
  font-size : 0.8em;
}


.bild_rechts {
  float : right;
  margin-left : 0.5em;
}

.bild_links {
  float : left;
  margin-right: 0.5em;
  }
  
  .kleine_schrift {
   font-size : 0.8em;
   
  }
.achtung {
  color : #B32400;
   font-weight: bold;
  
}

.betreff {
  font-size : 0.9em;
  width : 23em;
  /*background-color : red;*/
  float : left;
  text-align:left;
}

.betreff_info {
  font-size : 0.8em;
  width : 20em;
  border-color : blue;
  float : left;
  margin-left : 1em;
  text-align:left;
  /*clear:left;*/
}

#linksammlung a:link, #linksammlung a:visited, #linksammlung a:link, #linksammlung a:visited { 
  /*text-decoration: none;*/
  color: #008080;
  /*display: block;*/
}

 h2 {
  font-size : 1.0em;
  font-style : italic;
  font-weight : bold;
  color : #008080;
}

#linksammlung img {
 border:0; 
 margin:0; 
 padding:0; 
}

html>body #linksammlung img {
 height:50%; 
 width:50%; 

}

.link_info {
  font-size : 0.8em;
  border-style : dotted;
  border-width: 2px;
  border-color: #008080;
  
}

#inhalt a:link, #inhalt a:visited, #inhalt a:link, #inhalt a:visited { 
  /*text-decoration: none;*/
  color: #008080;
  /*display: block;*/
}

em {
  font-weight:bold;
}

.highlight {
  font-weight: bold;
  color: #008080
}