@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	background-color: white;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-image: url(../img/xs.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8B8D8E;
	line-height: 18px;
}
p {
	margin:5px 10px 10px 10px;
}
img {
	/*border: 1px solid #8B8D8E;*/
	border: 0px;
	margin: 1px;
}
.superscript {
	font-size: 9px;
}
.h1_blauw {
	display:block;
	font-size: 20px;
	font-weight: normal;
	margin: 10px;
	height: 30px;
	background-image: url(blauw_lijntje.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.h1_geel {
	display:block;
	margin: 10px;
	font-size: 20px;
	font-weight: normal;
	height: 30px;
	background-image: url(geel_lijntje.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.blauw_link {
	color:#8B8D8E;
	text-decoration: none;
}
.blauw_link a:link {
	color: #8B8D8E;
	text-decoration: none;
}     
.blauw_link a:visited {
	color: #8B8D8E;
	text-decoration: none;
} 
.blauw_link a:hover {
	color: #8B8D8E;
	text-decoration: underline;
}   
.blauw_link a:active {
	color: #8B8D8E;
	text-decoration: none;
}

.geel_link {
	color: #E98300;
	text-decoration: none;
}
.geel_link a:link {
	color: #E98300;
	text-decoration: none;
}     
.geel_link a:visited {
	color: #E98300;
	text-decoration: none;
} 
.geel_link a:hover {
	color: #E98300;
	text-decoration: underline;
}   
.geel_link a:active {
	color: #E98300;
	text-decoration: none;
}

#container {
	width: 705px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}
#menu_container {
	height: 100px;
	margin-bottom: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100px;
	background-image: url(menu.png);
	background-repeat: no-repeat;
}
#menu {
	width: 510px;
	float: right;
}
.menu {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B8D8E;
	background-image: none;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
}
.menu ul {
	padding: 0;
	list-style-type: none;
	margin-top: 3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.6em;
}

.menu li {
	padding: 0;
	float: left;
	width: 80px;
	margin-right: 0.1em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0.2em;
	text-align: center;
}
.menu a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #8B8D8E;
	height: 29px;	
}
.menu a:hover {
	background-image: url(stripe.gif);
}
	
#map_container {
	height: 95px;
	margin-bottom: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 95px;
	background-image: url(worldmap.gif);
	background-repeat: no-repeat;
}
#map_container_home {
	height: 95px;
	margin-bottom: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 95px;
	background-image: url(worldmap_home.gif);
	background-repeat: no-repeat;
}
.map_text {
	color: #8B8D8E;
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 10px;
	font-size: 24px;
}
#middle_png_container {
	width: 705px;
	background-image: url(content_container_bg.png);
	background-repeat: repeat-y;
	float: left;
}
#content_container {
	width: 705px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 700px;
	float: left;
}
#column_1 {
	width: 33%;
	float: left;
	text-align: left;
}
#column_2 {
	width: 34%;
	float: left;
	text-align: left;
}
#column_3 {
	width: 33%;
	float: left;
	text-align: left;
}
#column_1_contact {
	width: 67%;
	float: left;
	text-align: left;
}
#column_2_contact {
	width: 33%;
	float: left;
	text-align: left;
}
#column_1_services {
	width: 66%;
	float: left;
	text-align: left;
}
#column_2_services {
	width: 34%;
	float: left;
	text-align: left;
}
#middle_png_container_contact {
	width: 705px;
	background-image: url(background_content_container_contact.png);
	background-repeat: repeat-y;
	float: left;
}
#middle_png_container_services {
	width: 705px;
	background-image: url(background_content_container_services.png);
	background-repeat: repeat-y;
	float: left;
}
#footer {
	height: 50px;
	clear: both;
	padding-left: 10px;
	padding-top: 20px;
	background-image: url(footer_transshadow.png);
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
#footer_contact {
	height: 50px;
	clear: both;
	padding-left: 10px;
	padding-top: 20px;
	background-image: url(bg_footer_contact.png);
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
#footer_services {
	height: 50px;
	clear: both;
	padding-left: 10px;
	padding-top: 20px;
	background-image: url(bg_footer_services.png);
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.footer {
	font-size:10px;
	color: #8B8D8E;
	font-style: italic;
}
#contact_textdiv {
	width: 75px;
	text-align: right;
	float: left;
}

#contact_formdiv {
	float: left;
	width: 300px;
}

.contactform_small {
	border: 1px solid #8B8D8E;
	height: 15px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	width: 100%;
}
.contactform_large {
	border: 1px solid #8B8D8E;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	width: 100%;
}
.contactform_btns {
	background-color: white;
	font-family: verdana, helvetica, sans-serif;
	border: 1px solid #8B8D8E;
	color: #444444;
	font-size: 11px;
	height: 15px;
	float: left;
	margin-right: 10px;
}
#pictureframe_div {
	margin: 10px;
	text-align: center;
}

