/* CSS Document */

body{
  background: url(images/bgStreifKlein.jpg);
  background-repeat: repeat;
  font-family: Verdana;
  font-size:10;
   
}

#mainTable{
  width:100%;
  height:100%;
}


#linksMitte{
 /* width:100px;*/
}

#mitte{
  vertical-align:top;
  width: 930px;
}

#rechtsMitte{
 /* width:100px;*/
}

#lastRow{
  height:50px;
  /*background-color:green;*/
}

#headerDiv{
  width: 930px;
  height:155px;
  background-color:f5f5f5;
}

.bildLinkHeader{
  border:none;
}

.horizontalCenter {
  margin-left:auto; 
	margin-right:auto; 
  text-align:center;                        
}
#topmenu{
  width:930px;
  height:20px;
  vertical-align: bottom;
  text-align:left;
  font-size:12; 
  /*font-weight: bold;*/
	/*height: 35px;*/	
}


#werkMenu{
  background: url(images/topBG.jpg);
  background-repeat: repeat-x;
  background-color:f5f5f5;
  width:930px;
  height:75px;

  /*margin-bottom:-4px;/*evtl Browser Weiche*/
  /*padding-left:75px;*/
 /* overflow:hidden;*/
}
#leftMenu{
  float:left;
  height:400px;
  width:300px;
  font-size:14; 
  overflow:hidden; 
  background: url(images/linksBGGross.jpg);
  background-repeat: repeat-y;
}

.inhaltRechts{ 
  background-repeat: no-repeat;
  float:right;
  height:400px;
  width:630px;
  padding-top:10px;
  overflow:scroll;
  font-size:13;
}

.inhaltRechts a{
  text-decoration: none;
}

.inhaltRechts a:link,.inhaltRechts a:visited{color:#003366;font-weight:bold}
.inhaltRechts a:active{color:#cc0000;font-weight:bold}  
.inhaltRechts a:hover{color:#cc0000;font-weight:bold}

.menupunkt{
  margin-bottom:4px;
	display: block;
	line-height: 35px;
	/*height: 35px;*/
	width: 300;
	text-align: left;
	padding-left: 40px;
  text-decoration: none;
	font-weight: bold;
}
.menu{
  margin-top:10px;
}
.menu li{ 
  margin:0 0 0 -35px;  
  text-decoration:  none;
  list-style: none url();
  background-repeat: no-repeat;
}

.menupunkt:link,.menupunkt:visited{color:#353535;background-repeat: no-repeat;}
.menupunkt:active{color:#353535;background:url(images/linksBG.jpg);background-repeat: no-repeat;}  
.menupunkt:hover{color:#353535;background:url(images/linksBG.jpg);background-repeat: no-repeat;}

.aktMenuLeft{
  background:url(images/linksBG.jpg);background-repeat: no-repeat;
  margin-bottom:4px;
	display: block;
	line-height: 35px;
	color:black;
	width: 300;
	text-align: left;
	padding-left: 40px;
  text-decoration: none;
	font-weight: bold;
}
.topMenuLink{
  text-decoration: none;
}
.topMenuLink:link,.topMenuLink:visited{color:#353535;}
.topMenuLink:active{color:#353535;}  
.topMenuLink:hover{color:#353535;} 
/*Farben*/

/*Farbe der Buttons in der Werkleiste*/
.nichtSoDunkelGreen{
 /* background-color:#D6FFD6;*/
  background-color:#406640;
  color:#252525; /*dunkles Grau*/
}
/*Farbe für Hintergrung des rechten Inhaltsbereichs+ linksBGOver.jpg*/
.hellesGreen{
  background-color:#f5f5f5;
    font-size:13;
  color:rgb(80,80,80); /*dunkles Grau*/
}
/*Farbe von Topmenu und linkem Menu*/
.ganzHellesGreen{
  background-color:#F6F6F6;
  color:#353535;
}
.bildLink{
  border:none;
}
#besucher{
  margin-top:5px;
  width: 300px;
  /*background-color:white;*/
}

.impTable{
  /*width:500px;*/
}
.impTable td{
  text-align:left;
  vertical-align:top;
}


/*Login Bereich*/

.loginDiv{
  width:100%;
  height:100%;
}













