body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:medium;
}

/* Style für Kopf */
#over_content {
	letter-spacing:2px;
	color:#16264E;
	top:0px;
}

#navi {
	margin:0;
	padding: 0 0 0 0;
	list-style:none;
}

#navi li {
	float:left;
}

#navi a {
	text-decoration:none;
	color:#333366;
	font-size:80%;
	font-weight:bold;
	display:block; /* damit der gesamte Platz anklickbar ist und nicht nur die Schrift */
	border-right:1px solid #999999;
	border-collapse:collapse;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:4px;
	padding-top:4px;
	margin-left:0px;
	margin-right:0px;
	background-color:#DDDDFF;
}

#navi a:link {
	color:#333366;
}

#navi a:hover {
	color: #777777; 
	/* font-size:120%; */
}

/* #navi a:visited {
	color:#333366;
}
*/

#navi a:active {
	color:#333366;
	background-color:#BBBBFF;
}


#logo {
	float:right;
	margin:5px;
	/* margin-bottom:25px; */
}

#line {
	clear:right;
	left:11px;
}

/* ENDE Style Kopf ENDE */


/* Style Inhalt */

#content {
	letter-spacing:2px;
	color:#16264E;
	top:0px;
	font-size:80%;
	font-weight:bold;
}

/* Kasten*/
#div_oben {
	clear:both;
	text-align:center;
	background-color:#CCCCFF;
	height:35px;
}
#div_oben p {
	margin:0;
	padding:8px 14px;
}

#div_mitte {
	clear:both;
	text-align:center;
	background-color:#CCCCFF;
	height:290px;
}

#div_unten {
	clear:both;
	text-align:center;
	background-color:#CCCCFF;
}
#div_unten p {
	margin:0;
	padding:8px 14px;
}

/* Kasten ENDE */


/* Überschrift im Kasten */
#header_home {
	color:#333366;
	font-size:130%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
/* Überschrift im Kasten ENDE */

/* Tabelle */

table {
	border:0px solid white;
	text-align:center;
	border-collapse:collapse;
}

td {
	border:0px solid white;
	font-family: Arial, Helvetica, sans-serif;
}
/* Tabelle ENDE */

/* Tabelle index.html Arbeiten */
.td_rechts {
	text-align:right;
	padding-right:20px;
	width:240px;
	height:10px;
}
.td_links {
	text-align:left;
	padding-right:0px;
	width:250px;
	height:10px;
}
/* Tabelle index.html Arbeiten ENDE */

