@charset "utf-8";
/* CSS Document */

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #D7E023;
	margin: 0; 
	margin-bottom:20px;
	padding: 0;
	color: #000000;
	line-height:1.7em;
}


#container { 
	width: 900px; 
	background: #FFFFFF url(../images/container.gif) repeat-y;
	margin: 0 auto; 
	
} 
#header { 
	background: #D7E023 url(../images/header.jpg) no-repeat; 
	height:140px;
} 

#menu	{
	width:900px;
	height:20px;
	margin:0;
	padding:120px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	

	}

	
#menu ul	{
	margin:0;
	padding:0 0 0 80px;
	list-style:none;
	}
	
#menu li	{
	float:left;
	text-align:center;
	color:#FFFFFF;
	width:auto;
	}
	
#menu a, #menu a:link, #menu a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 8px;
	}

#menu a:hover	{
	color:#5E2985;
	background:#FFFFFF;
	}	

.tell	{
	background:url(../images/mail.gif) no-repeat;
	}

h1, h2, h3, h4 {
	margin: 0;
	color:#5E2985;
	
}

h1	{
	font-size:22px;
	margin-bottom:14px;
	margin-top:20px;
	}

h2	{
	font-size:14px;
	}	

p	{
	margin:0 0 18px 0;
	display:block;
	width:490px;
	}
	
img	{
	border:0;
	}
	

#main { 
	padding: 20px 0 10px 90px;
	background:url(../images/main-backbollen.jpg) top left no-repeat;
} 


#main ul {
padding-right:320px;
	}

#main ol
{
margin-top:0px;
padding-right:320px;
}
	
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.gif) repeat-y; 
	height:12px;
	} 
	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

