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


/***INFO***
donkerblauw: #091434
blauwgroen: #00819F
lichtblauw: #8FA2B7
blauw:  #7189A4

(purper: #8C7AA5)
***/

html {
height: 100%;
}

* {
margin: 0;
padding: 0;
}

body {
position: relative;
margin: 0 auto;
text-align:center;
width: 100%;
height:100%;
min-height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #091434;
}

table {
width: 100%;
}

td {
vertical-align: top;
height: 100%;
}

tr {
height: 100%;
}


a:link, a:visited {
color: #00819F;
text-decoration: underline;
}

a:hover {
color: #00819F;
text-decoration: none;
}

#address a:link, #address a:visited {
color: #FFFFFF;
text-decoration: underline;
}

#address a:hover {
color: #FFFFFF;
text-decoration: none;
}

p {
text-align: justify;
margin: 5px 0 10px 0;
}

.light {
color: #00819F !important;
}

#wrapper {
text-align: left;
position: relative;
height: 100%;	
min-height: auto;
width: 100%;
padding: 0;
}



#menu ul li {
list-style: none;
list-style-image: none;
list-style-type: none;
line-height: 20px;
width: 120px;
}

#menu li a:link, #menu li a:visited {
color: #FFF;
background-color: #7189A4;
margin: 2px 0 3px 0;
padding: 1px 10px;
text-decoration: none;
width: 120px;
}

#menu li a:hover, #menu li a.active, #menu li a:active {
background-color:  #00819F;
}

.title {
color: #FFF;
background-color:  #00819F;
padding: 1px 10px;
text-decoration: none;
width: 100px;
font-weight: normal;
}

h1 {
clear: both;
margin: 30px 0 15px 0;
font-size: 15px;
font-weight: bold;
color: #00819F;
}

h2 {
clear: both;
font-size: 13px;
font-weight: bold;
color: #9999CC;
margin-bottom: 20px; 
}

#left {
width: 45%;
background: #091434 url(images/topleft.jpg) repeat-x;
color: #FFFFFF;
text-align: right;
padding: 100px 0 0 0;
}

#right {
padding: 100px 20px 0 20px;
width: 45%;
}

#menu {
margin: 0 0 40px 0;
}

#address {
margin-top: 40px;
padding: 0 20px 0 0;
color: #FFF;
border-right: 7px solid #9999CC;
}

#logo {
padding: 0 20px 20px 0;
display: block;
text-align: right;
border-right: 7px solid #9999CC;
height: 60px;
}


.imgleft {
margin: 0 20px 20px 0;
float: left;
width: auto;
}
