@charset "utf-8";
html {
	min-width: 980px;
}
body {
	margin: 0px;
	padding: 0px;
	background: #0B2E82 url(images/background.png) repeat-y center top;
	overflow-y: scroll;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #0b2e82;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-transform: capitalize;
}
h1.left {
	float: left;
	width: 50%;
}
p.right {
	float: right;
	width: 50%;
	margin: 0;
	text-align: right;
}
p.right a:link, p.right a:visited {
	background: #0B2E82 url(images/play2.png) no-repeat 7px center;
	border: #999 solid 1px;
	color: white;
	font-size: 13px;
	text-decoration: none;
	padding: 3px 3px 3px 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.clear {
	clear: both;
}

/* LOGO */
#logo {
	background-image: url(images/logo.jpg);
	height: 67px;
	width: 245px;
	margin-left: 20px;
	float: left;
}

/* FLAGS */
#flags {
	margin-right: 20px;
	white-space: nowrap;
	text-align: right;
	float: right;
}
#flags img {
	padding-right: 2px;
}

/* MENU */
#menu {
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
	padding-bottom: 7px;
	clear: both;
	padding-top: 12px;
}
#menu a{
	text-decoration: none;
	color: #000;
	padding-left: 11px;
	padding-right: 11px;
}
#menu a:visited{
	color: #000;
}
#menu a:hover{
	color: #0b2e82;
}

/* HEADER */
#header_container {
	position: relative;
	margin-left: 20px;
	width: 940px;
	height: 319px;
	background-color: #d3d3d3;
	margin-bottom: 10px;
}
#header {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 940px;
	height: 315px;
	z-index: 5;
}
#headeroverlay {
	position: absolute;
	background-color: #000;
	opacity:0.4;
	filter: alpha(opacity=40);
	top: 2px;
	left: 0px;
	width: 210px;
	height: 315px;
	z-index: 5;
}
#headertext {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 10px;
	text-align: justify;
	z-index: 10;
}
#headertext a{
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}
#headertext a:visted{
	font-weight: bold;
	color: #FFF;
}
#headertext a:hover{
	font-weight: bold;
	color: #F00;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

/* LEFT CONTAINER */
#left_container {
	width: 330px;
	margin-left: 20px;	
	float: left;
}
#news {
	position: relative;
	min-height: 130px;
	width: 330px;
	top: 0px;
	left: 0px;
	padding-bottom: 20px;
}
#vacatures {
	position: relative;
	width: 330px;
	top: 0px;
	left: 0px;
	padding-bottom: 20px;
}
#newsletter {
	position: relative;
	min-height: 160px;
	width: 330px;
	top: 0px;
	left: 0px;
}
.newscontainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	background-color: #ededf2;
}
.newscontainer a{
	text-decoration: none;
	color: #666;
}
.newscontainer a:visited{
	color: #666;
}
.newscontainer a:hover{
	color: #666;
}
.newsitem{
	background-image: url(images/news_dots.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.newsletter_email {
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
}
.emailfield_newsletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 15px;
	width: 180px;
	border: #CCC solid 1px;
}
.newsletter_submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	border: #999 solid 1px;
	background-color: #0b2e82;
}

/* LOGOS DEALERS ETC */
#logos {
	position: relative;
	top: 10px;
	left: 5px;
	width: 330px;
	min-height: 50px;
}

/* CONTENT CONTAINER */
#content_container {
	width: 600px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	float: left;
}

.content {
	text-align: justify;
}
.content a{
	color: #036;
	text-decoration: underline
}
.content a:visited{
	color: #036;
}
.content a:hover{
	color: #036;
}

.rest a{
	color: #000;
	text-decoration: none;
}
.rest a:visited{
	color: #000;
}
.rest a:hover{
	color: #036;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0b2e82;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	text-transform: capitalize;
}

#image_text {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.textfield {
	background-color: #eeefff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 170px;
}
.contact_submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	border: #999 solid 1px;
	background-color: #0b2e82;
}

