/* Höheneinstellung gegen das "Hüpfen" im Firefox */
html {
	height: 101%;
}

.body {
	background-image: url(../images/background_start.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Stil1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #37647e;
}
.bu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #234b60;
}
	
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #234b60;
}
.bodytextfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #234b60;
}
.bodytextgrau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #60727e;
}
.bodytextfett_negativ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #234b60;
}
.head_negativ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.babyblau {
	background-color: #c3e5f7;
}
a:link {
	color: #6699FF;
}
a:visited {
	color: #60727e;
}
a:hover {
	color: #000033;
}
/*footer*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

/*textlink*/
.textlink {
	font-weight: bolder;
}
a:link {
	color: #33657f;
}
a:visited {
	color: 6699cc;
}
a:hover {
	color: #000033;
}


/*boxhead*/
.boxhead {
	background-color: #9abece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #276fb7;
}
	
/*boxaktiv*/
.boxaktiv {
	background-color: #c3e5f7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #234b60;
}		

/* Layers */

#container {
	position:relative;
	left:0px;
	top:0px;
	width:958px;
	height:25px;
	z-index:1;
}

#testberichte {
	position:absolute;
	left:645px;
	top:100px;
	width:100px;
	height:100px;
	z-index:2;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='http://beta.wss-kabel.de/images/testberichte.png');
	cursor: pointer;
}

html > body #testberichte {
	background:url(../images/testberichte.png);
	cursor: pointer;
} 

/* PNG-Transparenz 

img, div {
	behavior: url(styles/iepngfix.htc)
} */

