body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-image: url(images/hinterg.jpg);
	background-repeat: repeat-x;
	background-color: #FFcF88; /* #FFE2B7, #FFCB7D */
	font-size: 14px;
	text-align: center;
}	

img {
	margin: 8px;
}

td {
	text-align: center;
}

#box {
	text-align: center;
	border: thin outset #CCCCCC;
	text-align: left;
	width: 790px;
	height: auto;
	margin: auto;
	background-color: #FFE2B7;
}

#box #banner {
	width: 790px;
	height: 234px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

marquee {
	width: 790px;
	font-weight : bold
}

#box #inhalt {
	padding: 50px 30px 30px 20px;
	text-align: justify;
	line-height: 1.3em;
	min-height: 430px;
  	height: auto !important;  /* für moderne Browser */
	height: 520px;  /*für den IE */
	
}

h2 {
	text-align: center;
	line-height: 1.3em;
}

h4 {
	font-size: 16px;
}

hr {
	color: orange;
}

table {
	text-align: center;
	text-align: justify;
	line-height: 1.3em;
	font-size: 14px;
}

#box #fusszeile {
	width: 790px;
	height: 35px;
	background-image: url(images/fusszeile.jpg);
	background-color: #EEEEEE;
	line-height: 1.9em;
}

#box #fusszeile_home {
	width: 790px;
	height: 35px;
	background-image: url(images/fusszeile_home.jpg);
	background-color: #EEEEEE;
	line-height: 1.9em;
}

#box marquee{

}

/*#box #navi {
	position: absolute;
	top: 235px; 
	text-align: left;
	width: 790px;
	height: 30px;
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
}

#box #navi1 {
	position: absolute;
	top: 330px; 
	text-align: left;
	width: 160px;
	height: auto;
}

#navi a {
	border-left: #FFFFFF solid 1px;
}

#navi a:link {
	text-decoration: none;
	margin: 5px;
	color: black;
}
	
#navi a:visited {
	text-decoration: none;
	margin: 5px;
	color: #555555;
}

#navi a:hover {
	text-decoration: none;
	margin: 5px;
	color: white;
}

#navi a:active {
	text-decoration: none;
	margin: 5px;
	color: black;
}

#navi1 a:link {
	background-image: url(images/button1.jpg);
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px;
	line-height: 1.4em;
	color: black;
}
	
#navi1 a:visited {
	background-image: url(images/button2.jpg);
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px;
	line-height:1.4em;
	color: #555555;
}

#navi1 a:hover {
	background-image: url(images/button3.jpg);
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px;
	line-height:1.4em;
	color: black;
}

#navi1 a:active {
	background-image: url(images/button3.jpg);
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px;
	line-height:1.4em;
	color: black;
} */


#box a:link {
	
}

#box a:visited {
	
}

#box a:hover {

}

#box a:active {
	
}





.n2 {
	background: url(images/n2.jpg);
	}

.n3 {
	background: url(images/n3.jpg);
	}

#nav {
	position: absolute;
	top: 239px; 
	text-align: left;
	width: 790px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 38px;
	background: url(images/n0.jpg) repeat-x;
	z-index:500;
	}

#nav li.top {
	display: block; 
	float: left; 
	height: 38px; 
	}

#nav li a.top_link {
	display: block; 
	float: left; 
	height: 35px; 
	line-height: 33px; 
	color: #CCCCCC; 
	text-decoration: none;
	padding: 0 0 0 12px; 
	cursor: pointer;
	background: url(images/n0.jpg);}

#nav li a.top_link span {
	float: left; 
	display: block; 
	padding: 0px 24px 0px 12px; 
	height: 35px; 
	background: url(images/n0.jpg) right top no-repeat;
	}

#nav li a.top_link span.down {
	float: left; 
	display: block; 
	padding: 0px 24px 0px 12px; 
	height: 35px; 
	background: url(images/n1.jpg) no-repeat right top;
	}


#nav li:hover a.top_link {
	color: #FFFFFF; 
	background: url(images/n2.jpg) no-repeat;
	}

#nav li:hover a.top_link span {
	background: url(images/n2.jpg) no-repeat right top;
	}

#nav li:hover a.top_link span.down {
	background: url(images/n3.jpg) no-repeat right top;
	}



#nav li:hover {
	position: relative;
	z-index: 200;
	}

#nav li:hover ul.sub {
	left: 1px;	
	top: 38px; 
	background: #FFEFD7;  
	padding: 3px;  
	border: 1px solid #FF8000; 
	width: 140px;  
	height: auto;  
	z-index: 300; 
	} 
	
#nav li:hover ul.sub li {
 	display: block;  
	height: 20px;  
	position: relative;  
	float: left;  
	width: 140px;  
	}

#nav li:hover ul.sub li a {
	display: block;    
	height: 18px;  
	width: 140px;  
	line-height: 18px;  
	text-indent: 5px;  
	color: #000000;  
	text-decoration: none; 
	border: 1px solid #FFEFD7; 
	}

#nav li ul.sub li a.fly {
	background:#FFEFD7 url(images/pfeil_S.jpg) 120px 6px no-repeat; 
	}

#nav li:hover ul.sub li a:hover {
	background: #FF9900;  
	color: #FFFFFF;  
	border-color: #FFFFFF;
	}

#nav li:hover ul.sub li a.fly:hover {
	background: #FF9900 url(images/pfeil_w.jpg) 120px 6px no-repeat;  
	color: #FFFFFF;
	}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
	{
	left: 140px;  
	top: -4px;  
	background: #FFEFD7;  
	padding: 3px;  
	border: 1px solid #FF8000;   
	width: 140px;  
	z-index: 400;  
	height: auto; 
	}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
	{ 
	position: absolute;  
	left: -9999px;  
	top: -9999px;  
	width: 0;  
	height: 0;  
	margin: 0;  
	padding: 0;  
	list-style: none; 
	}


