body{
	background: url(background_new.png) repeat 0 0;

}
body *{
text-decoration:none;
}
a:hover{
	color:#fff;
}
#main{
	width:800px;
	min-width:800px;
	height:525px;
	background-color:#FFB020;
	margin:15px auto;
	padding:20px;
	border:2px ridge #000;
	overflow:auto;

}

#banner{
	color:#FFB020;
	font-size:20pt;
	font-weight:bold;
	background-color:#444;
	text-align:center;
	padding:5px;

	font-family: Georgia, Verdana;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	display:block;

	border:4px double #FFd020;
}


.text{
	/*color:#2244ff;*/
	color:#000;
	font-family:Verdana;
	font-size:12pt;
	line-height:120%;
}
.fliesstext{
	line-height:150%;
	color:#000;
	font-family:Verdana;
	font-size:12pt;
}


/*** BILDER ***/

#kopf{
	float:left;
	margin:0px 15px 10px 0px;
	border-width: 2px 0px 0px 2px;
	border-color: #fff;
	border-style: outset;

}
#cover{
	float:right;
	margin:0px 0px 15px 15px;
	border-width: 1px 1px 2px 2px;
	border-color: #fff;
	border-style: inset;
}

/** NAVIGATION ***/


.navtable{
	width:	100%;
	border-collapse:collapse;
	text-align:center;
	margin-bottom:20px;
}
.navtable td{
	border-color:#000;
	border-width:0px 1px 0px 1px;
	border-style:dotted;
	background-color:#ffdf10;
	width:20%;
	height:100%;
	color:#000;

}
.navtable td:hover{
	background-color:#000;
	color:#fff;
	font-style:italic;
	border-color:#fff;
}

.navtable a{
	color:inherit;
	text-decoration:none;
	font-family:Georgia;
	font-size:11pt;
	font-weight:bold;
	width:100%;
	height:100%;
	display:block;
	padding:3px;
}

.navtable a:hover{
	color:#fff;
	font-style:inherit;
}