body a img
{
                border:none;
}


html{height:100%;margin:0;padding:0;}
body {
	background-image: url(bilder/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #1169b4;
	margin: 0px;
	padding: 0px;
	height: 100%;  /*für den IE */
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#container {
	width: 924px;
	height: 589px;
	position: absolute;
	margin:-294px 0px 0px -462px;	
	left: 50%;
	top: 50%;
	background-image: url(bilder/bg-picture.png);
}
.h1 {
	display: none;	
}
/* Hack für IE6 indem * html vorangestellt wird */
/* Wichtig! background:none; */
 
* html #container {
	width: 924px;
	height: 589px;
	position: absolute;
	margin:-294px 0px 0px -462px;	
	left: 50%;
	top: 50%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bilder/bg-picture.png', sizingMethod='scale');
	background:none;
}
/* ende Hack */

#Moodbild {
	width: 896px;
	height: 116px;
	position: absolute;
	margin: 14px 0px 0px 14px;
	z-index:4;
}

/* Navigation */
#Navigation {
	width: 890px;
	height: 30px;
	position: absolute;
	margin: 140px 0px 0px 17px;
	z-index:4;
}

#U-Navi {
	width:245px;
	height:362px;
	z-index:3;
	margin: 191px 0px 0px 25px;
	overflow: hidden;
	position: absolute;
}
.h3 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #0B3599;
	line-height: 1.2em;
}
.h4 {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #0B3599;
	line-height: 15px;
}
.h4 a:link {
	color: #0B3599;
	text-decoration: none;
}
.h4 a:visited {
	color: #0B3599;
	text-decoration: none;
}
.h4 a:hover {
	color: #fcaf26;
	text-decoration: none;
}
.h4 a:active {
	color: #fcaf26;
	text-decoration: none;
}

.td_trenner
{
	background-image:url('bilder/trenner.gif');
}
/* Ende Navigation */

#Content-Text {
	height: 362px;
	width:603px;
	overflow: auto;
	z-index:6;
	position: absolute;
	margin: 191px 0px 0px 284px;
	padding: 0px 20px 0px 0px;
}
@media print{
#Content-Text {
	height: 362px;
	width:603px;
	overflow: visible;
	z-index:6;
	position: absolute;
	margin: 191px 0px 0px 284px;
	padding: 0px 20px 0px 0px;
}}
.h2 {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: auto;
}
.Seitentitel {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	line-height: auto;
	color: #0B3599;
}
.orange {
	color: #fcaf26;
}
.blau {
	color: #0B3599;
}
.Fliesstext {
	font-size: 11px;
	text-decoration: none;
	color: #464646;
}
a.Fliesstext {
	color: #0B3599;
	text-decoration: underline;
}
a.Fliesstext:hover {
	color: #fcaf26;
	text-decoration: underline;
}
a.Fliesstext:visited {
	color: #464646;
	text-decoration: underline;
}
.bild-Content-links {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
	

