html, body {
   font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
   font-size:11px;
   background:#999999;
   height:100%;
   margin:0px;
   padding:0px;
}

#container {
   width:100%;
   height:100%;
	 border:none;
}

#contentTable {
   width:750px;
   height:550px;
   background:#999999;
   text-align:left;
	 border:none;
}

#contentTable_001 {
   width:750px;
   height:550px;
   text-align:left;
	 border:none;
}

#contentTable_002 {
   width:750px;
   height:57px;
   text-align:left;
	 border:none;
	 background-repeat:no-repeat;
}


/* Formatierung Navileiste horizontal */
#hmenu ul {
  margin:0px;
  padding-top:9px;	
	list-style-type: none;
	font-size: 11px;
	font-weight: bolder;
}

.mptrenner {
	color: #FFFFFF;
}

/* Menülistenpunkte horizontal anordnen */
#hmenu ul li { display: inline; }

/* Aktiven Menüpunkt einfärben */
.active {
    color: #ffffff;
    text-decoration: none;
}

/* Menülistenpunkte formatieren und Abstand setzen*/
#hmenu ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000000;
}

/* Menülistenpunkte für Mausover formatieren */
#hmenu ul li a:hover {
    color: #ffffff;
    font-weight: bolder;
}
/* ENDE - Formatierung Navileiste horizontal */

#textBannerSchmal {
    width:330px; height:325px;
    float:left;
}

#infoOhneButtons {
    height:317px;
    overflow:auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
}

#fliesstext {
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

#pfett {
	font-size: 1em;
	font-weight: bolder;
	color: #5A5959;	
}


