@charset "utf-8";
body {
	margin:				0px;
	background:			url(../web_img/bg.png) repeat-x;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	color:				#333333;
	line-height:		19px;
}
h2 {
	margin:				0px;
	margin-top:			5px;
	margin-bottom:		5px;
	font-weight:		bold;
	font-size:			22px;
	line-height:		25px;
	color: #494949;
}
a:link {
	text-decoration:	none;
	color:				#009EE0;
}
a:visited {
	text-decoration:	none;
	color:				#009EE0;
}
a:hover {
	color:				#009EE0;
	text-decoration:	underline;
}
.mainContainer {
	position:		relative;
	width:			100%;
	min-width:		990px;
	margin:			0px;
	z-index:		0;
}
#inner {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:3;
}
/*LEFT CONTAINER */
.leftContainer {
	width:160px;
	position:relative;
	float:left;
	z-index:2;
}
.logo {
	position:	relative;
	margin:		0px;
	margin-top:	4px;
	width:		160px;
	height:		116px;
	0background-color:#00FF00;	
}
.search {
	position:			relative;
	margin:				0px;
	padding-left:		10px;
	width:				150px;
	height:				30px;
	0background-color:	#00FF00;
	background:			url(../web_img/searchBg.png) no-repeat;	
}
.searchField {
	padding-left: 5px;
	font-size:	11px;
	color:		#333333;
	width: 115px;
	height: 17px;
	background:  url(../web_img/searchFieldBg.png) no-repeat top left;
	border: 0px;
}
.searchButton {
	width: 22px;
	height: 22px;
	background:  url(../web_img/searchIcon.png) no-repeat top left;
	border: 0px;
}

.navigatieLeft {
	position:				relative;
	margin:					0px;
	padding-left:			10px;
	padding-top:			10px;
	width:					150px;
	height:					290px;

}
/*MID CONTAINER */
.midContainer {
	float:					left;
	width:					100%;
	overflow:				hidden;
	margin-right:			-360px;/* width of left and right columns */
}
.content {
	margin:					0px;
	margin-right:			360px;/* width of left and right columns */
}
.huesatekst {
	position:				relative;
	margin-left:			10px;
	width:					605px;
	margin-top:				51px;
}


.rightContainer {
	width:					200px;
	position:				relative;
	float:					right;
}
.navigatieRight {
	position:				relative;
	margin:					0px;
	padding-top:			10px;
	width:					200px;
	z-index:0;

}


/*DROPDOWN MENU*/
.langDivs {
z-index:100;
position:relative;
padding-left:5px;
margin-left:5px;
width: 115px;
}
.langDivs:hover {
z-index:100;
position:relative;
background-color:#574D92;
}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
background:none;
}

.mainitems{
/*border: 1px solid black;*/
color:#FFFFFF;
cursor:pointer;
}
.mainitems LI{
background:none;
}

.mainitems a{
margin-left: 0px;
margin-right: 0px;
text-decoration: none;
color:#FFFFFF;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
0background-color: #14266A;
}

.subuls li{
width: 100%;
}

.subuls li a{
0text-decoration: underline;
color:#FFFFFF;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
/*LI*/
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
li {
	background: url(../web_img/bullet.png) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 0px;
}