/* 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: #F2F2F2;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:80%;

}



#contentcontainer{
  position:relative;
  width: 907px;
  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:590px;
  height:auto !important;
  height:590px;
  background-color: #ffffff;
  color: #000000;
}
#logo{
  width: 907px;
  min-height:200px;
  height:auto !important;
  height:200px;
  margin-top: 20px;
  margin-bottom: 20px;
 
}
#header{
  width: 907px;
  min-height:20px;
  height:auto !important;
  height:20px;
margin-bottom: 5px;
}
#content{
  width: 907px;
  min-height:188px;
  height:auto !important;
  height:188px;
  background-image: url("../grafik/bg_blau.jpg");
}
#footer{
}

.praxis:link {
	 FONT-WEIGHT: bold; 
	 FONT-SIZE: 12px; 
	 COLOR: #000000; 
 
	 TEXT-DECORATION: none
}
.praxis:visited {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	 
	TEXT-DECORATION: none
}
.praxis:active {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
 
	TEXT-DECORATION: none
}
.praxis:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	 
	TEXT-DECORATION: none;
	 background-color: #99bdd6;
}



