/* standaard */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

*
{
 	color: #004c93;
	font-family: Verdana, Arial;
}

body
{
    font-size: 0.7em;
    margin: 0px;
    padding: 0px;
    border: 0px;
 	color: #004c93;
    background-image: url(../images/page_bg.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #ffffff;
}

form {
    padding: 0px;
    margin: 0px;
}


h1 {
    tag: h1;
    desc: kop 1;
	margin: 12px 0px 2px 0px;
	font-family: Trebuchet MS;
	font-size: 1.2em;
	font-weight: bold;
	color: #004687;
}
h2 {
    tag: h2;
    desc: kop 2;
	margin: 6px 0px 6px 0px;
	font-family: Trebuchet MS;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
}

h3 {
    tag: h3;
    desc: kop 3;
	margin: 12px 0px 6px 0px;
	font-family: Trebuchet MS;
	font-size: 0.98em;
	font-weight: bold;
	color: #000000;
}

h4
{
    tag: h4;
    desc: kop 4;
	margin: 6px 0px 3px 0px;
	font-family: Trebuchet MS;
	font-size: 0.95em;
	font-weight: bold;
	color: #000000;
}
p
{
	margin: 10px 0px 0px 0px;
}
p.description
{
	font-weight: bold;
}
img
{
	border-width: 0px;
}
a
{
	color: #075194;
	text-decoration: none;
}
a:hover
{
	color: #ed1c24;
}


table {
    font-size: 1em;
}

td {
    font-size: 1em;
}

.editdoc td {
    tag: body;
    font-size: 1em;
    color: #717171;
}

p {
    margin: 0px;
}

a {
    color: #120C80;
    text-decoration: none;
}

a:hover {
    color: #FA002C;
    text-decoration: none;
}

ul {
    list-style-image: url("../images/lijst.gif");
}

ol {
    list-style-image: none;
}

input.radio {
    margin-bottom: 3px;
    margin-right: 5px;
    vertical-align: middle;
}


#evenenmentenkalender_maand td {
    padding: 5px;
}

.evenenmentenkalender_midden {
    border: 1px solid #BACFE2;
    background-color: #D2E7FA;
    padding: 5px;
}

#evenenmentenkalender_overzicht {
    width: 100%;
}

/* BEGIN CONTENTMAIN OPBOUW */
#mainframe, #contentmainframe, #headframe, #coolfram, #bodyframe
{
	position: relative;
	top: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
#mainframe
{
    position: absolute;
    width: 100%;
    text-align: center;
}
#contentmainframe
{
    position: relative;
    width: 773px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#headframe
{
    height: 150px;
    background-image: none;
    background-position: 1px 0px;
    background-repeat: no-repeat;
}
#sitewide a
{
	color: #075095;
	float: right;
	font-size: 11px;
	background-image: url(../images/arrow_site.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin: 3px 10px 0px 2px;
	padding-left: 8px;
}
#sitewide a.home
{
	margin-top: 16px;
}

#kruimelpad
{
	float: left;
	position: absolute;
	font-family: Trebuchet MS;
	font-size: 11px;
	height: 17px;
	width: 580px;
	background-image: url(../images/arrow_home.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 18px;
	bottom: 0px;
	left: 188px;
}
#kruimelpad a
{
	color: #ffffff;
	margin: 0px 6px 0px 5px;
}
#kruimelpad img
{
	margin-bottom: 1px;
}

#contentframe
{
    margin: 0px;
    padding: 0px;
}
#coolframe
{
    position: relative;
    float: left;
    top: 10px;
    width: 175px;
    height: 500px;
}
#bodyframe
{
    position: relative;
    float: left;
    width: 597px;
    height: 222px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-left: 1px;
}
/* EINDE CONTENTMAIN OPBOUW */



/* BEGIN CONTENT OPBOUW */
#bodytexts, #bodyServicetexts {
	float: left;
	width: 340px;
	padding: 0px 18px 0px 20px;
}

#bodytexts table {
    border-collapse: collapse;
    /*border: 1px solid #075094;*/
    border-color: #075094;
}

#bodytexts td {
    /*border: 1px solid #075094;*/
    border-color: #075094;
}


#bodypages
{
	float: left;
	width: 235px;
	padding-left: 20px;
}
#bodysales
{
	width: 575px;
	padding-left: 20px;
}
/* EINDE CONTENT OPBOUW */




/* BEGIN ADRES TAGS */
#locatie
{
    float: right;
	color: #0053a4;
	font-family: Trebuchet MS;
	font-size: 0.98em;
	margin-top: 30px;
	line-height: 18px;
    width: 400px;
    text-align: center;
}

#locatie div
{
	float: right;
	width: 170px;
	height: 200px;
	line-height: 18px;
	padding: 5px 0px 0px 15px;
    margin: 1px;
	top: 0px;
    background-color: lime;
}
#dummy
{
	width: 100%;
	height: 10px;
	clear: both;
}
#locatie dt
{
	display: block;
}
#locatie dt.Country1
{
	color: #fe181b;
	font-size: 1.2em;
	font-weight: bold;
}

.country1 {
    tag: country1;
    desc: Rode kop;
    color: #fe181b;
	/*font-size: 1.2em;*/
	font-weight: bold;
}

#locatie dt.Country2
{
	color: #003361;
	font-size: 1.2em;
	font-weight: bold;
}
#locatie dt.Contact1
{
	font-weight: bold;
	padding: 2px 0px 3px 0px;
}
#locatie dt.Contact2
{
	color: #699bc9;
	font-weight: bold;
	padding: 2px 0px 3px 0px;
}
#locatie dt font
{
	/*display: inline-block;*/
	color: #000000;
	font-size: 0.97em;
	font-weight: normal;
	width: 16px;
}
/* EINDE ADRES TAGS */


/* BEGIN FORM TAGS */
#forms, #salesforms
{
	float: left;
	width: 212px;
	height: 223px;
	background-image: url(../images/service_forms_bg.jpg);
	background-position: 0px 22px;
	background-repeat: no-repeat;
	margin-top: 77px;
}

#forms span, #salesforms span
{
	display: block;
	background-image: url(../images/arrow_dot_red.jpg);
	background-position: 0px center;
	background-repeat: no-repeat;
	margin: 5px 5px 5px 10px;
	padding: 0px 0px 0px 15px;
}

#salesforms {
    background-position: top;
}

#forms input
{
	color: #075194;
	width: 61px;
	height: 17px;
	border: solid 1px #6598c1;
	border-top-color: #84bae6;
	border-left-color: #74aad6;
	background-color: White;
	margin: 3px 0px 0px 25px;
	font-size: 10px;
}

.formsubmit, .formreset {
    background-color: #FFFFFF;
    color: #004C93;
    margin: 0px 10px 0px 0px;
    border: 1px solid #6598c1;
}
/* EINDE FORM TAGS */

#product
{
	position: relative;
	left: -20px;
	background-color: #f1f8fe;
	padding: 4px 10px 10px 20px;
}

#product h1
{
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
}

#product a.pdf
{
	color: #404040;
	font-size: 0.9em;
	font-weight: bold;
}

.proppertieKolom {
    float: right;
    padding-right: 10px;
}

.proppertieKolom p {
    margin-bottom: 5px;
}

#partof a {
	display: block;
	color: #0053a0;
	margin: 2px 2px 3px 0px;
}

#partof a:hover
{
	color: #ed1c24;
}

.productli {
    list-style-image: url(../images/arrow_list2.jpg);
}


#features
{
	float: right;
	width: 340px;
	margin: 40px 0px 4px 0px;
}

#features div.image
{
	width: 100%;
	clear: both;
	display: block;
}

#features div.image td
{
	padding: 0px 10px 10px 0px;
}
#features div.defs
{
	margin: 0px;
	padding: 0px;
	clear: both;
}

.feature {
    padding-bottom: 5px;
}

.featurestippel {
    height: 15px;
    margin: 0px;
    padding: 0px;
    background-image: url('../images/featurestippel.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}

#homeimage
{
	position: relative;
	float: left;
	width: 343px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 122px;
	background-color: Transparent;
}
#newsframe
{
	position: relative;
	float: left;
	width: 251px;
	height: 209px;
	top: 123px;
}
#newsframe img
{
	margin: 20px 0px 20px 10px;
}
#newsframe a
{
	display: block;
	color: Black;
	text-decoration: none;
	height: 15px;
	background-position: 0px center;
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 15px;
}
#newsframe a.news
{
	background-image: url(../images/arrow_dot_red.jpg);
}
#newsframe a.event
{
	background-image: url(../images/arrow_dot_blue.jpg);
}
#newsframe a:hover
{
	color: #075095;
}

#worldimages
{
	float: right;
	text-align: right;
	position: relative;
	top: -30px;
	xcursor: hand;
}
#currentmap
{
	xdisplay: block;
	position: absolute;
	top: 45px;
	left: 1px;
}
#mapheader
{
	position: absolute;
	top: 95px;
}

#relitem {
    float: right;
    margin-top: 50px;
    margin-right: 10px;
    width: 190px;
    text-align: left;
}

#relitem dt
{
	display: block;
	color: #83a7c9;
	font-size: 0.95em;
	font-weight: bold;
	background-image: url(../images/list_line_dots.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 3px 0px;
}
#relitem dt span
{
	color: #83a7c9;
	background-image: url(../images/arrow_list.jpg);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding: 0px 0px 2px 18px;
}