body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:dddddd;
	background-position: center top;
}

iframe
{
	border-color: #AAB883; 
	background-repeat:no-repeat; 
	background-position:center;
	background-color:dddddd;
	border-width: 1px; 
	border-style: solid;
	width:597;
	height:400; 	 
}

table
{
	position:center;
	width:597px;
	border:0px;
	padding: 0em 0em;
}

td ul
{
	margin: 0; 
	float: none;
	left:0;
	padding: 0em 0em;
	background-color: #AAB883; /*bekannt!*/
}

ul#Navigation
{
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
}
  
ul#Navigation li
{
	list-style: none;
    float: left;
	position: relative;
}

ul#Navigation li ul
{
	list-style: none;
    float: left;
   	position: absolute;	
}

ul#Navigation li a
{
	font-size: 10px;
	display:block;
	position: relative; /*untermenü aneinander*/
	list-style: none; /*liste nein*/
	display: block; /*alle gleich*/
	width:3.7em;
	padding: 0px 10px; /*Auffüllung innerhalb oben, links*/
	text-decoration: none; /*bekannt!*/
	border: 1px solid black;/*bekannt!*/
    border-left-color: #AAB883; /*bekannt!*/
	border-top-color: white;/*bekannt!*/
    color: black; /*Schriftfarbe für Navi*/
	background-color: #AAB883; /*bekannt!*/
	overflow: visible;
	
}
  
ul#Navigation li ul li a
{
	font-size: 10px;
	display:block; /*alle gleich machen*/
	text-align:left;
	width:13em;/*Breite UnterNavi*/
	position: relative;
	margin: 0;
	padding: 0px 10px; /*Auffüllung innerhalb oben, links*/
}

ul#Navigation a:hover /*onmouseover Einstellungen*/ 
{
    border-color: #AAB883;
    border-left-color: black; 
	border-top-color: black;
    color: white; 
	background-color: #26261C; 
}