html, body, #page
{
	min-height:				100%;
	width: 					100%;
	height: 				100%;

}


html>body, html>body #page
{
	height: 				auto;
}


body {
margin:				0px;
background-color: 		#D3D4E5;
font-family: 			Trebuchet MS, MS Sans Serif, Arial, Helvetica;
font-size: 			10pt;
color: 				#666666;
}

#container {
position:			absolute;
margin-left:			-335px;
top:				0px;
left:				50%;
width:				670px;
height:				100%;
background-image:		url(container.png);
}


#container2 {
position:			absolute;
margin-left:			-335px;
top:				0px;
left:				50%;
width:				670px;
background-image:		url(container.png);
}

#left {
position:			absolute;
margin-left:			-300px;
top:				20px;
left:				50%;
width:				160px;
}

#right {
position:			relative;
margin-left:			-175px;
top:				0px;
left:				50%;
width:				500px;
}

#rightcol {
position:			absolute;
margin-left:			0px;
top:				100px;
left:				669px;
width:				160px;
}
#bovenmenu {
position:			relative;
top:				0px;
left:				0px;
height:				120px;
width:				160px;
}


#menu {
position:			relative;
margin-left:			0px;
top:				0px;
left:				0px;
width:				160px;
}

#menuspacer {
position:			relative;
top:				0px;
left:				0px;
width:				160px;
height:				20px;
}

#menutitel {
position:			relative;
top:				20px;
left:				-1px;
width:				150px;
height:				20px;
padding-left:			10px;
background-image:		url(kalk.png);
}

#menuitem {
position:			relative;
top:				0px;
left:				0px;
width:				150px;
padding-left:			10px;
}

#header {
position:			relative;
top:				0px;
left:				0px;
width:				500px;
height:				120px;
text-align:			center;				
}

#contents {
position:			relative;
top:				20px;
left:				0px;
width:				490px;
padding-left:			10px;
}

.titel {
font-family: 			Trebuchet MS, MS Sans Serif, Arial, Helvetica;
font-size: 			12pt;
color: 				#666666;
font-weight:			bold;
}

ul {
	list-style: circle;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: -1em;
}


.copy {
font-family: 		  	Trebuchet MS, MS Sans Serif, Arial, Helvetica;
font-size: 			8pt;
color: 				#bbbbbb;
/* margin-left:			175px; */
}
.pale {
font-family: 		  	Trebuchet MS, MS Sans Serif, Arial, Helvetica;
font-size: 			8pt;
color: 				#bbbbbb;
margin-left:			4px;

}

a { color: #666666; text-decoration: underline; font-family: Trebuchet MS, MS Sans Serif, Arial, Helvetica;font-size:10pt}
a:link { color: #666666; text-decoration: underline; font-family: Trebuchet MS, MS Sans Serif, Arial, Helvetica;font-size:10pt}
a:hover { color: #666666; text-decoration: underline;font-family: Trebuchet MS, MS Sans Serif, Arial, Helvetica; font-size:10pt}

a:active { color: #666666; text-decoration: underline ;font-family: Trebuchet MS, MS Sans Serif, Arial, Helvetica;font-size:10pt}

a.menu { color: #666666; text-decoration: none; font-family: Trebuchet MS, MS Sans Serif, Arial, Helvetica;font-size:10pt}
a.menu:link { color: #666666; text-decoration: none; font-family: Trebuchet MS, MS Sans Serif, Arial, Helvetica;font-size:10pt}
a.menux:hover { color: #666666; text-decoration: underline;font-family: Trebuchet MS, MS Sans Serif, Arial, Helvetica;font-size:10pt}
a.menu:hover { background-color: #EBEAED; color: #222A4D; text-decoration: none;font-family: Trebuchet MS,MS Sans Serif, Arial, Helvetica;font-size:10pt; font-weight:normal;}
a.menu:active { color: #666666; text-decoration: none ;font-family: Trebuchet MS, MS Sans Serif, Arial, Helvetica;font-size:10pt}


