/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
background-color: #FBFFE3;
background-image: url(/images/basis/bg_zeemijlen.gif);
background-repeat: repeat-y;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

#logo {
position: absolute;
margin-top: 0px;
margin-left: 0px;
width: 148px;
z-index: 1;
}

#navigatie {
position: absolute;
margin-top: 0px;
margin-left: 148px;
margin-right: 0px;
width: 100%;
background-image: url(/images/basis/bg_zeekaart.jpg);
background-repeat: repeat-x;
z-index: 1;
}

#content {
position: absolute;
margin-top: 200px;
margin-left: 200px;
width: 550px;
z-index: 1;
}

#contentinner {
	float: right;
	width:175px;
	z-index:2;
	background-color: #78D1FE;
	padding: 10px;
	margin-left: 15px;
}

#content_left {
position: absolute;
margin-top: 225px;
margin-left: 20px;
width: 128px;
z-index: 1;
}

#content_right {
position:absolute;
margin-left:800px;
margin-top:225px;
width:200px;
z-index:1;
}

#footer {
font-size: 10px;
color: #C0CCB0;
}

.border {
border: 1px solid #003E82;
}

/* teksten */

H1 {
font-size: 18px;
color: #003E82;
}

H2 {
margin: 0px;
font-size: 16px;
color: #003E82;
}

p {
margin: 0px;
}

.kop1 {
color: #003E82;
font-weight: bold;
}

.tekst10 {
font-size: 10px;
}

/* afbeeldingen */
 
.floatrigth {
float: right;
margin: 0 0 0 10px;
}

.floatleft {
float: left;
margin: 0 10px 0 0;
}

/* linken */

a:link {
color: #003E82;
text-decoration: underline;
	}

a:active {
color: #003E82;
text-decoration: underline;
	}
	
a:visited {
color: #003E82;
text-decoration: underline;
	}	
	
a:hover {
color: #003E82;
text-decoration: none;
	}
	
a.footer1:link {
color: #C0CCB0;
text-decoration: none;
}	

a.footer1:active {
color: #C0CCB0;
text-decoration: none;
}	

a.footer1:visited {
color: #C0CCB0;
text-decoration: none;
}	

a.footer1:hover {
color: #C0CCB0;
text-decoration: none;
}

