/*Seiteneigenschaften*/

html, body, div, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
}

a:link, a:visited, a:focus
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #999999;
	text-decoration: none;
}

a:active
{
	color: #3366FF;
	text-decoration: none;
}


#seite{
	margin: auto;
	width: 1000px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border: solid #3366FF 3px;
}

.anpassen{
	clear: both;
}

/*Obere Zeile mit Schrift*/
.Zeile_1{
	width: 1000px;
	height: 20px;
	background-image: url(../images/background/back_zeile_1.gif);
	background-repeat: no-repeat;
	border: 2px solid #000000;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;	
}

.Zeile_1 a:link, .Zeile_1 a:visited, .Zeile_1 a:focus
{
	color: #FFFFFF;
	text-decoration: none;
}

.Zeile_1 a:hover
{
	color: #999999;
	text-decoration: none;
}

.Zeile_1 a:active
{
	color: #3366FF;
	text-decoration: none;
}

#Logo
{	
	width:1000px;
	height:160px;
}

/*Untere Zeile mit Schrift*/
.Zeile_2{
	width: 1000px;
	height: 30px;
	background-image: url(../images/background/back_zeile_2.gif);
	background-repeat: no-repeat;
	border: 2px solid #000000;
	color: #FFFFFF;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;	
}

.Hauptmenue 
{
	width: 200px;
	float: left;
	border-right: dashed 1px;
}

#leer
{
	border: none;
}

.Hauptmenue ul 
{
	list-style-type: none;
	padding: 5px;
}
.Hauptmenue li 
{
	text-align:center;
	display: block;
	border: solid 1px;
	height: 16px;
	margin: 2px;
	font-size: 80%;
}

.Hauptmenue li a:visited, .Hauptmenue li a:link, .Hauptmenue li a:focus
{
	color: #000000;
	text-decoration: none;
}

.Hauptmenue li a:hover 
{
	color: #999999;
	text-decoration: none;
}

.Hauptmenue li a:active 
{
	color: #3366FF;
	text-decoration: none;
}

.Inhalt{
	float: left;
	width: 725px;
	padding-top: 10px;
	margin-left: 25px;
}

.Zeile_unten{
	width: 1000px;
	background-image: url(../images/background/back_zeile_1.gif);
	background-repeat: no-repeat;
	border: 2px solid #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}

#ueberschrift 
{
	font-size: medium;
	font-weight: bold;
	letter-spacing: 2px;
}
	
#rahmen
{
	border: solid #CCCCCC  3px;
}

#list
{
	list-style-type: disc;
	font-weight: bold;
}

#td_download_art
{
 	border-bottom: #000000 1px solid;
	margin: 5px;
	text-align: center;
}

#td_download_was
{
 	border-bottom: #000000 1px solid;
	padding: 5px;
	text-align: right;
	font-weight: bold;
}

.active 
{		
	background-color: #CCCCCC;
}

.active_2
{		
	background-color: #66CCFF;
}