h1, h2 {font-family: "Verdana"; font-size: 14px}
p {font-family: "Verdana"; font-size: 10px}
a:link {color: white; text-decoration:underline}
a:visited {color: white; text-decoration:none}
a:hover {color: white ; text-decoration:none}

body {
	background-color: #663333;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.container {
text-align: left; 
margin: 0 auto; 
width: 900px;
height: 610px;
background-color: #663333;
borderstyle: none;
/* border: solid 1px black; */
overflow: visible;
}

.header {
height:150px;
width:900px;
/* border-bottom: solid 1px black; */
/* position: fixed;   niet voor ie 6, wel vanaf ie 7 en andere browsers; */
borderstyle: none;
}

.menu {
float: left; 
width: 160px;
height: 450px;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-align: center;
}

.content {
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 100%;
font-size: 10px;
color: #FFFFFF;
padding: 15 0 0 0; 
}

.footer {
background-color: #663333;
clear: left; 
/* border-top: solid 1px black; */
height: 10px;
}

.clsCMOn, .clsCMOver {
	font-size: 10px;
        padding: 2px 4px;
	color: white;
	}

.clsCMon2, .clsCMover2 {
	font-size: 10px;
        padding: 2px 4px;
	color: white;
	}
	
table {
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}