/*
Änderungen
12.06.09 FV
*/

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

#umrandung{
	margin: 0px auto;
	width: 792px;
	height: 800px;
	background-image: url('../images/backgrounds/background2.jpg');
	background-repeat: no-repeat;
/*
	border: 1px #ff0000 solid;
*/
}
#kopf{
	height: 110px;
	width: 792px;
	text-align: right;
	font-size: 9pt;
}

#kopf a{
	color: #ffffff;
	text-decoration: none;
	
}

#kopf a:hover{
	color: #ffffff;
	text-decoration: underline;
	
}

#kopf .innen{
	padding-top: 15px;
	padding-right: 25px;
}
#navi_top{
		margin: 0 0 0 215px;
		width: 560px;
		height: 25px;
/*
		border: 1px #ff0000 solid;		
*/
}

#navi_links{
	margin: 0 0 0 12px;
	color: #ffffff;
	float: left;
	width: 200px;
/*
		border: 1px #ff0000 solid;
*/
}

#navi_links_innen{
/*
	border: 1px #ff0000 solid;
*/
	margin: 15px 0 0 25px;
}

#navi_links h1{
	color: #355A86;
	font-size: 1.0em;
	text-decoration: bold;
	margin: 15px 0 5px 0;
}

#navi_links p{
	margin: 0px;
}

#navi_links a{
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
}

#navi_links a:hover{
	color: #ffffff;
	text-decoration: underline;

}

#inhalt{
/*
	border: 1px #ff0000 solid;
*/
	float: left;
	width: 560px;
	height: 630px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #356492;

}

#inhalt a{
	text-decoration: underline;
	color: #4378BA;
	font-weight: bold;
}

#inhalt a:hover{
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

#inhalt_innen h1{
	font-size: 1.2em;
	text-decoration: bold;
	
}

#inhalt_innen h2{
	font-size: 1.0em;
	margin-top: 5px;
	text-decoration: bold;
	
}

#inhalt_innen{
	font-size: 10pt;
/*
	border: 1px #ff0000 solid;
*/
	margin: 15px 0 0 15px;
}

#inhalt td.bilder {
	width:160px;
	height: 165px;
	text-align: center;
	vertical-align: middle;
}

#inhalt .bild_links{
	float: left;
	margin: 0 10px 10px 0;
	
}
