body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00319C;
	text-align: center;
/*	height:100%;*/
}
#rahmen_general {
/*	position:relative;
	left:0px;
	top:0px;*/
	width:980px;
	height: 545px;/**/
	margin-top: 0;
	margin-right: auto;   /*zentrieren*/
	margin-bottom: 0;
	margin-left: auto;    /*zentrieren*/
}
#rahmen_oben {
/*	position:relative;
	left:0px;
	top:0px;*/
	width:980px;
	height:120px;
	background-image: url(images/balken_oben.jpg);
	background-repeat: no-repeat;

}
#navigation {
	/*	position:relative;
	left:0px;
	top:40px;*/
	width:158px;
	height:425px;
	float: left; /**/
	text-align: right;
	/*margin-top: -10px;*/
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 25px;
	font-weight: bold;
	color: #00319C;
}
#navigation a:link, a:visited { 
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 30px;
	color: #00319C;
}	
#navigation a:hover, a:active {
	text-decoration: none;
	background-image: url(images/bg_navigationspfeil.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 30px;
	background-position: right;
	color: #00319C;
}
#navigation .aktiverlink {
	background-image: url(images/bg_navigationspfeil.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #00319C;
}

#logo {
/*	position:relative;
	left:0px;
	top:60px;*/
	width:220px;
	height:425px;
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#content {
/*	position:relative;*/
	left:0px;
	top:0px;
	width:332px;
	height:425px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;	
	font-size: 90%;
}
#bildleiste {
/*	position:relative;
	left:0px;
	top:0px;*/
	width:230px;
	height:425px;
	background-image: url(images/bildleiste.jpg);
	background-repeat: no-repeat;
	float: right;
	font-size: 12px;
	
}
#rahmen_unten {
	position: relative;
	left:0px;
    top:100px;/**/	
	width:980px;/**/
	height:25px;
	background-image: url(images/balken_unten.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;   /*zentrieren*/
	margin-bottom: 0;
	margin-left: auto;    /*zentrieren*/	
/*	padding-top: 650px;*/
}
#rahmen_unten a:link {
	color: #000000;
	text-decoration: none;
}
#rahmen_unten a:visited {
	color: #000000;
	text-decoration: none;
}
#rahmen_unten a:hover {
	color: #00319C;
	text-decoration: underline;
}
#rahmen_unten a:active {
	color: #00319C;
}

#content a:link {
	color: #000000;
	text-decoration: none;
}
#content a:visited {
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	color: #00319C;
	text-decoration: underline;
}
#content a:active {
	color: #00319C;
}


.seitentitel {
	font-weight: bold;
}
.kleiner {
	font-size: smaller;
}
td {
	padding: 5px;
}

