/* BODY & CONTAINER */

body, html{
	height: 100%;
	padding: 0px;
	background: url(../img/bodybg.jpg) no-repeat center #33C;
	margin: 0px;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;	
}


.container{
	width: 982px;
	height: 559px;
	margin: 0 auto;
}

h1{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

img{
	border: 0px;
}

/* HEADERS & CONTENT */

.top_left{
	width: 199px;
	height: 527px;
	background:url(../img/top_left.png) no-repeat top;
	float:left;
	
}

.top_right{
	width: 783px;
	height: 527px;
	background:url(../img/top_right.png) no-repeat top;
	float: right;
}

.flags{
	width: 79px;
	height: 19px;
	float:right;
	position: relative;
	top: 58px;
	padding-right: 13px;
	
}

.flags_button_l{
	width: 28px;
	height: 19px;
	float: left;
}
.flags_button_r{
	width: 28px;
	height: 19px;
	float: right;
}

.menu_bar{
	width: 199px;
	height: 449px;
	background:url(../img/menu_bg.png) no-repeat;
}

.content{
	width: 543px;
	height: 525px;
	margin-top: 92px;
	background:url(../img/content_bg.png) no-repeat;
	float:left;
}

.v_menu{
	width: 475px;
	height: 40px;
	padding-left: 20px;
	padding-top:12px;
	background:url(../img/v_menu.png) no-repeat;
}

.content_area{

	height: 473px;

}

.content_area_text{
	width: 450px;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	
}

.sidebar_img{
	width: 240px;
	height: 525px;
	float: right;
	margin-top:73px;
	background:url(../img/side_image.png) no-repeat;
}

.fading{
	width: 238px;
	height: 525px;
	background: #f0f;
}

.v_menu_button{
	width: 400px;
	height: 22px;
	float:left;
}

.bigger
{
  font-size: 16px;
}

.lblText
{
  font-size: 10px;
}

.txtBlue
{
  border: 1px solid #000;
  background-color: #f1f6fa;
}

.verzendKnop{
  cursor: pointer;
  width: 87px;
  height: 21px;
}

/* MENU INSTELLING */

.menu_div{
	width: 199px;
	padding-top: 9px;
}

.menu {
	margin: 0;
	padding: 0;
	width: 199px;
	height: 30px;
	text-align: right;
	list-style: none;
}

.menu li {
	padding: 0;
	margin: 0;
	height: 30px;
	display: block;
	color: #fff;
	list-style: none;
	border: 0px;
	padding-right: 45px;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	font-size: 12px;
	height: 30px;
	color: fff;
	text-decoration: none;
	background-repeat: no-repeat;
	border: 0px;
}

.menu li a:hover{
	color: #1a1919;
}

.menu li a{
	color: #fff;
}
a
{
	color: #fff;	
}

#scrollbarcontainer{
	margin-left: 530px;
	_left:530px;
	_margin-left: 0px;
}

/* FOOTER */

.footer{
	height: 37px;
	background:url(../img/footer.png) no-repeat;
}

.footertekst{
	width: 500px;
	font-size: 10px;
	color: #818181;
	float:right;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
}

.footertekst a {
	color: #818181;
	
}
.foto
{
	float: left;
	font-size: 10px;
}
.button
{
	float: left;	
	cursor: pointer;
	margin-right: 10px;
}

.button a{
	color: #fff;
	text-decoration: none;
}
.button_left
{
	background: url(../img/left.jpg) no-repeat;
	width: 8px;
	height: 23px;
	float: left;
}
.button_bg
{
	background: url(../img/middle.jpg) repeat-x;
	height: 23px;
	float: left;	
	padding-left: 7px;
	padding-right: 7px;
	line-height: 23px;
}
.button_right
{
	background: url(../img/right.jpg) no-repeat;
	width: 7px;
	height: 23px;
	float: left;
}

.clearbutton{
	clear:both;
}
