/* Stylesheet Capetown2Rotterdam */

html,body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 1.5em;
	color: #D3D3D3;
	background-color: #080808;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 650px;
	z-index: 1;
	visibility: hidden;
	margin-top: 20px;
	background-color: #333333;
	border: 1px solid #D0D0D0;
}


#banner {
	position: absolute;
	left: 35px;
	top: 20px;
	height: 150px;
	width: 750px;
	background-color: #FF9933;
	z-index: 3;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#nav {
	position: absolute;
	left: -1px;
	top: 170px;
	height: 53px;
	width: 821px;
	z-index: 3;
	background-image:url(images/nav.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	text-align:left;
}

#main {
	position: absolute;
	left: 55px;
	top: 240px;
	width: 510px;
	text-align: left;
	overflow: hidden;
	z-index: 3;
}

#r_nav {
	position: absolute;
	left: 585px;
	top: 240px;
	width: 200px;
	z-index: 5;
}

#bottomline {
	position: absolute;
	left: 35px;
	top: 620px;
	width: 750px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	z-index: 3;
	font-size: 7pt;
}


#map {
	position: absolute;
	left: 590px;
	top: 207px;
	height: 370px;
	width: 230px;
	z-index: 4;
	/*background-image:url(images/map.gif);*/
	overflow: hidden;
}




/* Opmaak */ 

h1 {
margin: 0;
font-size: 14pt;
font-style: normal;
font-variant: normal;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 1.7em;
color: #FFCC33;
font-family: "Trebuchet MS", sans-serif;
}
h2 {
font-size: 11pt;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 1.7em;
color: #FFCC33;
font-family: "Trebuchet MS", sans-serif;
margin-bottom: 0px;
}

ul {
	margin-top: 0px;
}

p {
	margin-top: .2em;
	margin-bottom: 1em;
}

table {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

td.center {
	vertical-align: middle;
}

img {
	border: none;
}

A:link {color: #FFCC33; text-decoration: none;}
A:visited {color: #FFCC33; text-decoration: none;}
A:hover {color: #006600; text-decoration: underline;}
A:active {color: #FFCC33; text-decoration: none;}

/* De pagina teller */
.teller {
	margin-left: 0px;
	margin-right: 0px;
	display: none;
}

.knoppen {
	background-color: #D7D7D7;
	color: Black;
	font-size:8pt;
	border:1px solid #000000;
	width: 150px;
	margin-top: 5px;
	cursor: pointer;
}
