@charset "UTF-8";
/* CSS Document */


#indexBoxLeft {
	/*width:400px;*/
	width:390px;
	float:left;
}
#indexBoxRight {
	width:290px;
	margin-left:410px;
	padding-top:11px;
}
#inhaltBG {
	background-color:#fbfbfc;
	height:300px;
}
.news {
	background-image:url(../img/newsBG.jpg);
	background-repeat:no-repeat;
	width:288px;
	height: 87px;
	color:#fff;
	padding:6px 0 0 6px;
}
.trenner {
	background-image:url(../img/trenner.gif);
	background-repeat:no-repeat;
	width: 288px;
	height: 7px;
	margin:0 0 3px 0;
}
#h1left {
	float:left;
}
#h1news {
	padding-top:13px;
	margin-left:410px;
}
#indexBoxRight a {
	text-decoration:underline;
	color:#88c8ee;
}
#indexBoxRight a:link, #indexBoxRight a:visited {
	text-decoration:underline;
	color:#88c8ee;
}
#indexBoxRight a:hover {
	text-decoration:underline;
	color:#fff;
}

