* {
	background-color: #CACACA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #09095F;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
	
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #09095F;
	text-decoration: none;
	background-color: #CACACA;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #969696;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CACACA;
}
p {
	background-color: #CACACA;
	line-height: normal;
}

/* Blaue Links im Inhaltscontainer mit hellem Hg*/
a.inhalt:link {
	background-color: #CACACA;
	font-weight:normal;
	color:#09095F;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.inhalt:visited {
	background-color: #CACACA;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.inhalt:hover {
	background-color: #CACACA;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.inhalt:active {
	background-color: #CACACA;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Blaue Links im Inhaltscontainer mit dunklem Hg*/
a.dunkel:link {
	background-color: #969696;
	font-weight:normal;
	color:#09095F;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.dunkel:visited {
	background-color: #969696;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.dunkel:hover {
	background-color: #969696;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.dunkel:active {
	background-color: #969696;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#inhaltstexte {
	background-color: #CACACA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #09095F;
	text-decoration: none;
	text-align: left;
	margin: 3px;
	padding: 3px;
	float: none;
	width: 450px;
}
#inhaltstabelle {
	background-color: #CACACA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	width: 450px;
}
#links {
	background-color: #CACACA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-color:#09095F;
	border-width:1px;
	text-indent: 0px;

}
#news {
	float: right;
	visibility: visible;
}
img {
	border: 1px solid #09095F;
}