/* CSS Document */

body {
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
}

/* tabellen */
#overseas{
	background-image: url(/images/foto_schip01.gif);
	background-repeat: no-repeat;
	}

/* banner */
#menublok{
	width: 160px;
	height:95px;
	float: none; 
	/* edit by jeetee */
	position: fixed;
	/* /edit */
	z-index:1;
	left: 40px;
	top: 180px;
	background-color: #9C299C;
}

/* language switch*/

a.language {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.language:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.language:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C299C;
	font-weight: bold;
	text-decoration: underline;
}
a.language:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* End language switch*/


a {
	color: #333333;
	text-decoration: none;
}
a:active { 
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.h1 {
	font-size: 12px; 
	color: #9C299C; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.h2paars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C299C;
	font-weight: bold;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.hrood {
	color: #CC0000;
	font-weight: bold;
}
.hgroen {
	color: #009900;
	font-weight: bold;
}
.hgeel {
	color: #FF9900;
	font-weight: bold;
}
