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

table {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-width: thin;
	border-spacing: 0px;
	border-style: none;
	border-color: #808080;
	border-collapse: collapse;
	background-color: #ffffff;
}


/* 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: 650px;
    padding: 0;
}
  
#space {
	width:650px;
	height:40px;
}

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

#title {
	padding-top:15px;
	padding-left: 10px;
	padding-bottom:10px;
	float:left;
	width:640px;
	height:115px;
	background-color:#E8E8E8;
	background-image:url(../_pics/title.jpg);
	background-repeat:no-repeat;
}


#navi {
	float:left;
	width:650px;	
	height:45px;
}

#trenner_rot {
	font-size:12px;
	font-weight:bold;
	color:white;
	padding-top:0px;
	padding-left:10px;
	float:left;
	width:640px;	
	height:15px;
	background-color:#DA0100;
}


#content {
	padding:10px;
	float:left;
	width:628px;
	border: 1px solid #E8E8E8;
}


#footer {
	float:left;
	width:650px;
	height:5px;
	background-color:#DA0100;
}


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

.h2 {
	font-size: 14px;
	font-weight:bold;
	color: #DA0100;
}


.red {
	color: #DA0100;
}

.navi {

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


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

