/*BODY TABLE ALIGN*/
body /* Internet Explorer */
{
text-align: center;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
} 

body /* Mozilla Firefox alignment */
{
background-color: #CCCCCC;
padding-top: 15px;
padding-bottom: 15px; 
} 

   td#text {
      text-decoration: none;
	  color: black;
      }
	  
	a#link:link { text-decoration: underline; color: black; }
	a#link:visited { color: black; }
    a#link:hover {
      text-decoration: underline;
	  color: #666666;
	  }


table#haupttabelle {
	height: 600px;
	width: 850px;
	border: 2px solid #666666;
	background-color: white;
}

td#oben {
	height: 190px;
	padding-top: 0px;
}

td#unten {
	height: 400px;
	text-align: left;
	padding-left: 0px;
	padding-top: 10px;
	font-family: Verdana;
	font-size: 10pt;
}

iframe#ioben {
	height: 200px;
	width: 847px;
	border: 0px solid white;
	
}

tr#ueberschrift { height: 40px; }
td#ueberschrift { padding-left: 35px; padding-right: 35px; height: 40px; background-image: url(../images/bg_text.png); }

td#text {
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 35px;
}

td#auswahl { border-top: 1px solid #666666; border-left: 1px solid #666666; border-right: 1px solid #666666; background-color: #FFFFCC}
td#leer { border-bottom: 1px solid #666666; }
td#auswahl_text { border-left: 1px solid #666666; border-right: 1px solid #666666; border-bottom: 1px solid #666666; background-color: #FFFFCC; }