.shim {
	background-image: url(images/shim.gif);
	background-repeat: repeat-y;
}
.rightbg {
	background-image: url(images/right_bg.gif);
	background-repeat: no-repeat;
}

.bgnav {
	background-image: url(images/nav/nav.jpg);
	background-repeat: no-repeat;
}
.tekstklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #003366;
	font-weight: normal;




}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFC40F;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: 20px;


}

#tekst2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-left:10px;
	margin-right:10px;

}
.bgtopruss {
	background-image: url(images/top_russ.jpg);
	background-repeat: no-repeat;

}
.bgtopagrar {
	background-image: url(images/top_agrar.jpg);
	background-repeat: no-repeat;
}
.box {
	background-color: #F0F4FF;
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #003366;


}
.submitbutton {
	color: #FFFFFF;
	background-color: #003366;

}
.formtextarea {
	background-color: #F0F4FF;
	width: 300px;
	height: 100px;
	border: 1px solid #003366;

}
.tekstBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: 20px;
	font-weight: bold;

}

#visualframe {
	width: 100%;
	height: 200px;
	float:left;
	position: relative;
	background-image: url(images/top1.gif);
	background-repeat: no-repeat;
	background-color:#fbe02a;
}

#visual {
	width: 778px;
	height: 200px;
	z-index: 1;
	float:left;
	position:absolute;

	}

#logo {
	width: 778px;
	height: 200px;
	text-align:right;
	z-index: 100;
	position:absolute;
	background-image: url(images/logoBV.png);
	background-repeat: no-repeat;
}

#logoruss {
	width: 778px;
	height: 200px;
	text-align:right;
	z-index: 100;
	position:absolute;
	background-image: url(images/logoRuss.png);
	background-repeat: no-repeat;
}

	/* 
---------------------------------------------------------------------------
visual
--------------------------------------------------------------------------- 
*/


.slideshow {
	display: block;
	position: relative;
	z-index: 0;
	height: 200px;
	margin: 0 auto;
	width: 778px;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
		height: 200px;
	width: 778px;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
		float: left;
	left: 0;
	top: 0;
}		

.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}

.slideshow a img {
	border: 0;
}


