Body{
Background-color: white;
font-family: Arial, Verdana, "times new roman", sans-serif, Helvetica;

}

p{
font-size: 90%;

} 

p.midden
{
width:100%;
text-align: center;
}

#container {
width:900px;
height: 100%;

}  

div#menu
 {
float: left; 
background-image: url(menu.png); 
background-repeat: no-repeat;
width: 300px;
height: 900px;
margin-right:25px

}

div#menu ul
{
 list-style: none;
 width: 160px;
}

div#menu li
{
    margin-top: 2px;
    padding: 0,5px;
    font-size:xx-large;
    font-weight:bold;
}

div#menu li a {
color: black;
display: block;
height: 40px;
width: 100%;
}

div#menu li a:hover {
background: white;
color: #000000;
border: #000000 dotted 02px;
display: block;
}


div#tekst
 {
float: right; 
width: 575px;
height: 600px;

}

div#header
 {
float: right;
width: 550px;
height: 100px;
background-image: url(beastar.png); 
background-repeat: no-repeat;
margin-left:25px;
margin-bottom:15px;

}

div#footer
 {
 clear: both;
width:900px;
height: 20px;
padding: 5px;
position: fixed; 
bottom: 15px;
left: 800px;
font-size:medium;
font-weight:bold;

}

a:link, a:visited{
color: #000000;
text-decoration: none;
}

a:hover, a:active{
color: #E93041;
text-decoration: underline;
} 


.ienlarger {
	float: left;
	padding-bottom: 5px;
	padding-right: 5px; 
}

.ienlarger a { 
	display:block;
	text-decoration: none;
}

.ienlarger a:hover{ 
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; 
	margin-bottom: 8px; 
}

.ienlarger a span { 
	position: absolute;
	display:none;
	color: #E93041;
	text-decoration: none;
	font-family: "times new roman", Arial, Helvetica, sans-serif;
	font-size: 18 px;
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { 
border: #000000 3px;

}

.ienlarger a:hover span { 
	display:block;
	top: 15px;
	left: 20px;
	z-index: 100;
	
}

.resize_thumb {
	width: 150px;
	height: auto;
}


ul#lijst {
list-style: none;
width: auto;
border: #E93041 dotted 3px;
padding: 30px;
margin-bottom: 10px;
}

li.lijstje{
list-style: none;
padding-left:20px;
    
}

ul#lijst .spring
{
 margin-top:2px;
 margin-bottom:10px;
}



