h2
{
	font-size: 18px;
	/*padding: 0;*/
}
#blok_rotator {
  width: 700px;
  height: 200px;
  float: right;
  position: relative;
}
#blok_rotator .blok-text {
	display: inline;
	color:#FFFFFF;
	left:10px;
	padding: 0 10px;
	position:absolute;
	top:90px;
	width:320px;
}
.bgtextblok{
	background: url('imgs/bluebar.png');
	height: 100px;
	left: 10px;
	position: absolute;
	top: 90px;
	width: 330px;
}
#blok_menu{
	width: 220px;
	top: 10px;
	left: 470px;
	float: right;
	display: inline;
	position: absolute;
}
#blok_photo{
	float: left;
}

/*  menublok */
#blok_rotator #menublok {
  list-style: none;
  margin: 0;
  overflow: auto;
  width: 220px;
  /*-moz-outline: none;*/
  cursor: pointer;
  float: left;
}

#blok_rotator #menublok li {
  background: #F6F6F6;
  font-size: 14px;
  margin: 0;
  text-align: center;
  width: 220px;
  margin-bottom: 5px;
}

#blok_rotator #menublok li a {
  color: #282D47;
  line-height: 39px;
  text-decoration: none;
  font-weight: bold;
}

#blok_rotator #menublok li.last-item {
  border-right: none;
/* width: 220x;*/
}

#blok_rotator #menublok li.active-item {
  /*  background: #20476E url('imgs/indicator.gif') no-repeat top center; */
  /* background: #20476E url('imgs/line_yellow.gif') no-repeat bottom center; */
  background: #9AA8B1 url('imgs/arrow.gif') no-repeat left center; 
}

#blok_rotator #menublok li.active-item a {
  color: #FFF;
}

ol{
	padding: 0;
	margin: 0;
}
h2{
  color: #FFF;
}
