/* ****************** */
/* BODY und SCHRIFT allgemein */
/* ****************** */
body{
	font: 0.6em/1.9em verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}
p {
	margin: 0px 0px 25px 35px;
	width: 375px;
}
/* ****************** */
/* DIV Positionen */
/* ****************** */
#navi{
	position: absolute;
	top: 30px;
	left: 90px;
	width: 171px;
}
#content{
	position: absolute;
	top: 32px;
	left: 290px;
	width: 620px;
	background-image: url(img/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: top, left;
}
#relContent{
	position: absolute;
	top: 110px;
	left: 730px;
	width: 200px;
}
.rightImg {
	top:0px;
	left:100px;
	position:relative;
	float:right;
	margin-left:-75px;
}
/* ****************** */
/* FORMATIERUNG Schrift, Links etc. */
/* ****************** */
.head {
	margin: 20px 0px 0px 35px;
	color: #CC0027;
	font-weight: bold;
}
.navi_head {
	margin-left: 22px;
	color: #43487a;
	font-weight: bold;
}
.navi_head a {
	color: #43487a;
}
.subhead{
	margin: 0px 0px 15px 35px;
}
.logo{
	color: #CC0027;
}
.subhead_wir{
	font-style: italic;
}
a {
	color: #CC0027;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a.navi {
	font: 0.9em/1.2em verdana, arial, helvetica, sans-serif;
	letter-spacing: -0.2px;
	margin-left: 8px;
	color: #ffffff;
	text-decoration: none;
}
a.navi:hover, a.navi:active {
	text-decoration: underline;
}

