#menu {
	position:relative;
	width:200px;
	top:140px;
	left:0;
//	height:600px;
	padding-top:50px;
	padding-bottom:50px;
//	margin-top:140px;
}

h1 {
	font-size:50pt;
	color: #C00;
}
h3 {
	color: #C00;
}

//#header_img {
//	height:100px;
//	position:relative;
//	float:none;
//	margin-left:auto;
//	margin-right:auto;
//	//display:block;
//	-moz-border-radius-topright: 50px;
//	border-top-right-radius: 50px;
//	-moz-border-radius-topleft: 50px;
//	border-top-left-radius: 50px;
//}
h3:link {
	color: #C00;
	text-decoration: none;
}

#header {
	position:absolute;
	height:140px;
	width:1000px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	background-image: url(images/header.gif);
	margin: 0px;
}

#content {
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	//display:block;
	height:800px;
	width:1000px;
	background-color:#A0A2A2;
	left:0;
	top:0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

body {
	background-color:#CCC;
	color: #000;
	background-image: url(images/black_linen_v2.png);
	background-attachment:fixed;
	font-size: 14px;
}

#content #main {
	position:absolute;
//	height:600px;
	width:700px;
	left:202px;
	padding:50px;
	top: 140px;
	font-size: 18px;
	text-align: left;
	
}

.go_away{
	display: none;
}
.list {
	list-style-type: none;
	font-size: 18px;
	color: #000;
}
#content #main table {
	text-align: left;
}
.main_image {
	display: block;
	position: absolute;
}
.thispage {
	color: #C00;
	font-weight: bold;
}
.notthispage {
	color: #000;
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
.notthispage:link {
	text-decoration: none;
}
#bestelknop {
	margin-left: 40px;
	padding: 10px;
}
.round {
		border-radius: 15px;
}
