/* Stylesheet */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
}

body a {
	color: #5C89C5;
}

form {
	margin: 0;
}

fieldset {
	-moz-border-radius: 8px; border-radius: px;	
	border: solid 1px #5C89C5;
}

fieldset legend {
	color: black;	
}

#left {
	float: left;
	width: 158px;
	padding-left: 25px;
	text-align: center;
}

#right {
	float: right;
	text-align: left;
	width: 452px;
	padding-right: 25px;
	padding-left: 20px;
}

#both {
	width: 633px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

.knoppen {
	width: 100%;
	text-align: right;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background-image: url(../image/kop1.jpg);
	margin-bottom: 3px;
}

h1 a {
	text-decoration: none;
	color: black;
}

h1 a:hover {
	text-decoration: underline;	
}

h2 {
	text-align: left;
	font-weight: bold;
	border-bottom: #5C88C5 solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;	
}

hr {
	border: 0;
	background-color: #5C89C5;
	height: 1px;
}

.worldclock1 {
	text-align: center;
	width: 158px;
}

.worldclock2 {
	width: 158px;
	font-size: 30px;
	font-weight: bold;
	color: #5C89C5;
}

#container {
	width: 683px;
	margin: 0px auto;
	/*padding-left: 21px;*/
}

#header {
	width: 683px;
	height: 130px;
	background-image: url(../image/topBack.jpg);
	background-repeat: repeat-x;
}

#nav {
	text-align: center;
	width: 391px;
	height: 33px;
	float: left;
	padding-top: 97px;
	padding-left: 15px;
	margin-right: 32px;
	color: white;
}

#nav a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#nav a:hover {
	color: #E8EEF7;
}

#zoeken {
	text-align: left;
	float: right;
	width: 245px;
	height: 39px;
	padding-top: 91px;
	color: #5C89C5;
}

#content {
	/*padding-left: 10px;*/
	width: 683px;
	vertical-align: top;
	background-image: url(../image/containerBack.jpg);
	background-repeat: repeat-y;
	float: left;
}

#bottom {
	background-image: url(../image/bottomBack.jpg);
	width: 683px;
	float: left;
	height: 36px;
}
