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

#div_blok1{
	float:left;
	height:85px;
	width:535px;
	padding:10px;
	background-image:url(../images/balken/balk1.gif);
	background-position:right center;
	background-color:#666666;
	cursor:pointer;
	margin-bottom:10px;
}
#div_blok2{
	float:left;
	height:85px;
	width:535px;
	padding:10px;
	background-image:url(../images/balken/balk2.gif);
	background-position:right center;
	background-color:#666666;
	margin-bottom:10px;
}
#div_blok1 strong, #div_blok2 strong{
	text-decoration:none;
}
#div_blok1 *, #div_blok2 *{
	text-decoration:none;
	color:#002E57;
}
#div_blok1 img, #div_blok2 img{
	float:right;
	width:115px;
	height:83px;
	margin-right:3px;
	margin-top:-2px;
	margin-left:10px;
}