/* Formatierung des Dokumentes und der Tabellen*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin-top:0px;
}

table {
	text-decoration: none;
	border-width: thin;
	border-spacing: 0px;
	border-style: none;
	border-color: #808080;
	border-collapse: collapse;
}


/* Festlegung der DIV-Elemente */

/* Zunächst alle DIV-Elemente im Browserfenster als Block zentrieren */
#center {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 700px;
    padding: 0;
}
  
#space {
	width:700px;
	height:20px;
}

#head {
	padding-bottom:5px;
	float:left;
	width:700px;
}

#title {
	padding-top:5px;
	padding-left: 10px;
	float:left;
	width:690px;
	height:50px;
	background-color:#333333;
	background-image:url(../_pics/kopf.jpg);
}


#navi {
	float:left;
	width:700px;	
	height:35px;
}

#trenner_grau {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:white;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	width:680px;	
	height:17px;
	background-color:#484848;
}


#content {
	padding:10px;
	float:left;
	width:678px;
	border: 1px solid #666666;
}


#footer {
	float:left;
	text-align:right;
	padding-top:2px;	
	padding-right:10px;	
	padding-bottom:20px;	
	width:690px;
	height:17px;
/*	background-color:#666666; */
}


/* Formatierung der Überschriften und Links*/
h1 {
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}

h2 {
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	border-bottom: thin #666666;
}


.orange {

	font-size: 11px;
	color: #FF6600;
}

.navi {

	font-size: 13px;
	color: #666666;
	font-weight:bold;
}
.naviaktiv {
	font-size: 13px;
	color: #FF6600;
	font-weight:bold;
}


/* Standard-Links auf hellem Hintergrund */
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	font-style:italic;
	color: #999999;
}


