/* CSS Document */


body {
  margin-left: 0; /* ersetzt "leftMargin" im Quelltext */
  margin-right: 0; /* ersetzt "leftMargin" im Quelltext */
  margin-top: 10; /* ersetzt "leftMargin" im Quelltext */
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:80%;

}

#topcontainer {
  clear: both;
  position:relative;
  width: 889px;
  margin: 0 auto; /* *das* ist das Zentrierungsgeheimnis - Abstand oben und unten ist 0, Abstand f?r links und rechts ist auto */
  height:25px;
  color: #000000;
  background-image:  url(../grafik/gelbbgtop.jpg);
}

#contentcontainer {
  clear: both;
  position:relative;
  width: 889px;
  margin: 0 auto; /* *das* ist das Zentrierungsgeheimnis - Abstand oben und unten ist 0, Abstand f?r links und rechts ist auto */
  margin-top: 0px;
  min-height:500px;
  height:auto !important;
  height:500px;
  background-color: #ffffff;
  color: #000000;
  background-image:  url(../grafik/gelbbgcontent.jpg);
  /*background-repeat:no-repeat; 
  background-attachment:fixed; */
  overflow:visible;
}

#bottomcontainer {
  clear: both;
  position:relative;
  width: 889px;
  margin: 0 auto; /* *das* ist das Zentrierungsgeheimnis - Abstand oben und unten ist 0, Abstand f?r links und rechts ist auto */
  height:32px;
  color: #000000;
  background-image:  url(../grafik/gelbbgbottom.jpg);
}

#menue {
   float: left;
   width: 300px;
   background-color: #00ffff;
   min-height:400px;
   height:auto !important;
   height:400px;
   margin-left:10px;
}

#header {
   float: left;
   width: 548px;
   height:30px;
   background-color: #ffffff;
}

#contentbild {
 float: left;
   width: 548px;
   height:259px;
   background-color: white;
   
}
#content {
    float: left;
   width: 538px;
    min-height:200px;
  height:auto !important;
  height:200px;
   background-color: #ffffff;
   margin-top:10px;
   margin-bottom:20px;
   
}


.clear {
clear: left;
font-size: 1px;
}
.nav:link {
	 FONT-WEIGHT: normal; 
	 FONT-SIZE: 12px; 
	 COLOR: #000000; 
	   
	 TEXT-DECORATION: none
}
.nav:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	  
	TEXT-DECORATION: none
}
.nav:active {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	  
	TEXT-DECORATION: none
}
.nav:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	  
	TEXT-DECORATION: none;
	 background-color: #fecc00;
}

.content_lexi:link {
	 COLOR: gray; 
}
.content_lexi:visited {
	 COLOR: gray; 
}
.content_lexi:active {
	 COLOR: gray; 
}
.content_lexi:hover { COLOR: black; background-color: #fecc00; }

.nav_lexi:link {
	 FONT-WEIGHT: bold; 
	 FONT-SIZE: 13px; 
	 COLOR: #000000; 
	   
	 TEXT-DECORATION: none
}
.nav_lexi:visited {
	FONT-WEIGHT:bold; 
	FONT-SIZE: 13px; 
	COLOR: #000000; 
	  
	TEXT-DECORATION: none
}
.nav_lexi:active {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #000000; 
	  
	TEXT-DECORATION: none
}
.nav_lexi:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #000000; 
	  
	TEXT-DECORATION: none;
	 background-color: #fecc00;
}







