html
{
  overflow: scroll;
    overflow-x: auto;
}

a:link, a:visited, a:active{
 color:#ffffff;
 text-decoration:none;
}


body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image: url(Bilder/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	
}


table
{
	position:center;
	border:0px;
	width:760px;
	
}

#main
{
	background-image: url(Bilder/bg_content.jpg);
	padding: 25px 45px 15px 45px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	
}

.link_normal
{
 	text-decoration:none;
 	border: 0px;
}


.white
{
	background-color: black;
	margin:0px;
	padding:0px;
	text-align:center;
	}
	

td ul
{
	margin: 0; 
	line-height:20px;
	text-align:center;
	padding: 0em 0em;
	width:45em; 
	margin-left: 48px; margin-right:auto;
	
}

ul#Navigation
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	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.9em;
	padding: 0px 10px; /*Auffüllung innerhalb oben, links*/
	text-decoration: none; /*bekannt!*/
	
    color: white; /*Schriftfarbe für Navi*/
	background-image:url(Bilder/navibutton_normal.png);
	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*/ 
{
   color: black; 
   background-image:url(Bilder/navibutton_over.png);
}


/* Shadows xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/*Aussenecken--------------------------------------------*/
.sha_top_left_out
{
    width:10px;
    height:10px;
    background-image:url('Bilder/sha/shadow_top_left_out.png');
    background-repeat:no-repeat;
}

.sha_top_right_out
{
    width:10px;
    height:10px;
    background-image:url('Bilder/sha/shadow_top_right_out.png');
    background-repeat:no-repeat;
}

.sha_bottom_left_out
{
    width:10px;
    height:10px;
    background-image:url('Bilder/sha/shadow_bottom_left_out.png');
    background-repeat:no-repeat;
}

.sha_bottom_right_out
{
    width:10px;
    height:10px;
    background-image:url('Bilder/sha/shadow_bottom_right_out.png');
    background-repeat:no-repeat;
}


/*Aussen------------------------------------------------*/
.sha_left_out
{
    width:10px;
    background-image:url('Bilder/sha/shadow_left_out.png');
    background-repeat:repeat-y;
}

.sha_right_out
{
    width:10px;
    background-image:url('Bilder/sha/shadow_right_out.png');
    background-repeat:repeat-y;
}

.sha_top_out
{
    height:10px;
    background-image:url('Bilder/sha/shadow_top_out.png');
    background-repeat:repeat-x;
}

.sha_bottom_out
{
    height:10px;
    background-image:url('Bilder/sha/shadow_bottom_out.png');
    background-repeat:repeat-x;
}
/*Aussen------------------------------------------------*/

/*Innen------------------------------------------------*/
.sha_left_in
{
    width:10px;
    background-image:url('Bilder/sha/shadow_left_in.png');
    background-repeat:repeat-y;
    background-color:White;
}

.sha_right_in
{
    width:10px;
    background-image:url('Bilder/sha/shadow_right_in.png');
    background-repeat:repeat-y;
    background-color:White;
}

.sha_top_in
{
    height:10px;
    background-image:url('Bilder/sha/shadow_top_in.png');
    background-repeat:repeat-x;
    background-color:White;
}

.sha_bottom_in
{
    height:10px;
    background-image:url('Bilder/sha/shadow_bottom_in.png');
    background-repeat:repeat-x;
    background-color:White;
}
/*Innen------------------------------------------------*/




/*Innenecken--------------------------------------------*/
.sha_top_left_in
{
    width:10px;
    height:10px;
    background-image:url('Bilder/sha/shadow_top_left_in.png');
    background-repeat:no-repeat;
    background-color:White;
}

.sha_top_right_in
{
    width:10px;
    height:10px;
    background-image:url('Bilder/sha/shadow_top_right_in.png');
    background-repeat:no-repeat;
    background-color:White;
}

.sha_bottom_left_in
{
    width:10px;
    height:10px;
    background-image:url('Bilder/sha/shadow_bottom_left_in.png');
    background-repeat:no-repeat;
    background-color:White;
}

.sha_bottom_right_in
{
    width:10px;
    height:10px;
    background-image:url('Bilder/sha/shadow_bottom_right_in.png');
    background-repeat:no-repeat;
    background-color:White;
}

/* ///Shadows xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
