html {
	height: 100%;
	background-repeat: repeat-x;
}

body {
	margin: 0px;
	color:rgb(136,36,49);
	height: 100%;
	background-color: rgb(220,220,230);
	position: center;
}
#copy {
	position:absolute;
	margin-left:354px;
	left:50%;
	top:59px;
	z-index:9;
}
#container {
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	margin-left: -350px;
	left: 50%;
	top: 0px;
	line-height: 1.6em;
	background-color: rgb(245,245,255);
	position: absolute;
	visibility: visible;
	z-index: 2;
	border-left: 1px solid rgb(90,90,100);
	border-right: 1px solid rgb(90,90,100);
}
#balk {
	width:100%;
	height:85px;
	top:59px;
	z-index: 1;
	position: absolute;
	background-repeat: repeat-x;
	background-color: rgb(90,90,100);
	background-position: 0 58px;
}	
#menu {
	width:100px;
	position:absolute;
	float:left;
	padding:0;
	line-height:3em;
	margin-top: 15px;
	z-index: 9;
	background-color: rgb(220,220,230);
}

#menu ul {
	display:block;
	padding: 0;
	margin:0;
	line-height:1.6em;
}
#menu ul a:hover {
	background-color:rgb(90,90,100);
	color:rgb(255,255,255);
}
#menu li a:link {
	color:rgb(136,36,49);
}
#menu li a:visited {
	color:rgb(136,36,49);
}
#menu li a:hover {
	color:rgb(255,255,255);
}

#nolink {
	background-color:rgb(242,53,72);
	padding:0 0.4em 0 1em;
	color:rgb(255,255,255);
	margin:0px;
	display:block;
	list-style: none;
	text-decoration: none;

}
#menu li {
	border-bottom:1px solid rgb(90,90,100);
	list-style: none;
}
#menu img{
	border-bottom:0;
	list-style: none;
}	
	
#menu a {	
	display:block;
	text-decoration:none;
	padding:0 0.4em 0 1em;
}
#inhoudkolom {
	height:100%;
}
#txtdiv {
	width:590px;
	left: 110px;
	position: relative;
	margin-top: 15px;
	height: 100%;
}
#txtdiv img {
	border:1px solid rgb(90,90,100);
}
#txtdiv p {
	margin:10px;
}
#txtdiv h1 {
	font-size:1.6em;
	color: rgb(90,90,100);
	margin: 0 10px;
	line-height: 1.4em;
	border-bottom: 1px red solid;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0.3em 0.3em 0;
}
#txtdiv h2 {
	font-size:1.1em;
	font-weight:bold;
	margin: 10px;
}
#txtdiv  a {
	color:rgb(90,90,100);
	text-decoration:none;
}
#txtdiv  a:link {
	color:rgb(90,90,100);
	text-decoration:none;
}

#txtdiv  a:visited {
	color:rgb(90,90,100);
}
#txtdiv  a:hover {
	color:rgb(90,90,100);
	text-decoration:underline;
}
hr {
	color: red;
	height: 1px;
	background-color: red;
}
.cdcontainer {
	width: 100%;
	line-height: 1.2em;
	clear: both;
}
.pic {
	float: left;
	width: 140px;
	margin: 5px 0 0 5px;
	border: 0;
}
.kopcd {
	color:rgb(0,20,100);
}
.cdcontainer p {
	margin:10px 0 10px 0;
}
.besteltabel {
	line-height:1.6em;
}

