body{
	background-image : url(img/bckgrd_verlauf.gif);
	background-repeat : repeat-x;
	background-color : #DDDDDD;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content{
	width: 590px;
}

.sitehead{
	width: 590px;
	height: 129px;
	background-image : url(img/foto_motiv.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	text-align : left;
	background-color : White;
}
.navi{
	vertical-align : text-bottom;
	background-image : url(img/bckgrd_navi.jpg);
	background-repeat : no-repeat;
	height: 23px;
	text-align : left;
}
.navilink{
	text-decoration: none;
	color: #004D91;
	font-weight: bold;
}
.subnavilink{
	text-decoration: none;
	color: #004D91;
}
.activ{
	margin: 1px 1px 0px 1px;
	padding: 3px 0px 3px 0px;
	float: left;
	width: 120px;
	height: 22px;
	text-align: center;
	background-image : url(img/reiter_activ.gif);
}
.inactiv{
	margin: 1px 1px 0px 1px;
	padding: 4px 0px 2px 0px;
	float: left;
	width: 120px;
	height: 22px;
	text-align: center;
	background-image : url(img/reiter_inactiv.gif);
}
.subnavi{
float: left;
}
#logo{
	margin-left: 10px;
	background-repeat : no-repeat;
}

.sitecontent{
	background-image : url(img/bckgrd_content.gif);
	padding: 5px 10px 30px 10px;
	text-align: left;
	height : auto;
}
.sitecontentbottom{
	background-image : url(img/sitebottom.gif);
	background-repeat : no-repeat;
	height: 10px;
	width: 590px;
}
.inhalt{
	padding: 10px 30px 20px 70px;
}
ul{
	background-image : url(img/pfeil_gelb.gif);
	background-repeat : no-repeat;
	background-position : left;
	padding-left:10px;
}
span{
	font-weight: bold;
	color: #004D91;
}
.kleingedrucktes{
	font-size: 10px;
	text-align: justify;
	color: #999999;
}
.inputText{
	font: 12px "MS Serif", "New York", serif;
	background-color : #EEEEEE;
	border: 1px solid #999999;
	width: 300px;
}
.inputSubmit{
	width: 100px;
	background-color : #004D91;
	color: #FFFFFF;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #000099;
}
.adminlink{
	color: #999999;
	cursor: default;
	align: right;
	text-decoration: none;
}