body{
	background-color:#F99D9F;
	margin:0px auto;
	font-family:Verdana;
}

#wrapper{
		width:768px;
		margin:0px auto;
}

#header{
		width:768px;
		height:232px;
		background-image:url(../afbeeldingen/header.jpg);
		margin-top:20px;
}

#main{
		width:768px;
		margin-top:20px;
}

#left{
		width:225px;
		float:left;
		line-height:20px;
}

#contact{
	width:205px;
	height:205px;
	background-image:url(../afbeeldingen/left_column.jpg);
	padding:0px 10px;
}

#sponsoren{
	margin-top:40px;
	width:205px;
	height:185px;
	background-image:url(../afbeeldingen/left_column.jpg);
	padding:10px;
	margin-left:-10px;
}

#left a{
	color:#F36;
	font-size:12px;
}

#right{
		width:528px;
		float:left;
		background-image:url(../afbeeldingen/right_column.jpg);
		background-repeat:no-repeat;
		background-color:#fff;
		text-align:center;
		padding-top:10px;
		margin-left:14px;
		height:409px;
}



#nav{
		margin:0px; /* ruimte om de lijst weghalen */ 
		padding:0px; /* ruimte binnen de lijst weghalen */
		width: 758px; /* de breedte van het gehele menu */
		height: 39px; /* hoogte van het menu */
		background-image:url(../afbeeldingen/menu.jpg);
		font-family:Tahoma; /* lettertype kiezen voor het menu */
		list-style:none; /* haalt het balletje van de listitems (<li>) weg*/
		padding-left:10px;
}


#nav li{
		float:left; /* zorgt ervoor dat de menu items naar links plakken */
		margin:0px; /* ruimte om de listitems weghalen */ 
		padding:0px; /* ruimte binnen de listitems weghalen */
}

#nav li a{
		display:block; /* zorgt ervoor dat het menu item wordt gezien als een blok en dus mooi kan worden aangeklikt */
		font-size:13px; /* tekstgrootte */
		width:auto; /* pakt automatisch de breedte die nodig is */
		height:39px; /* hoogte van het menu item */
		padding:0px 10px; /* ruimte in het menu item zelf, 5px links+rechts toevoegen */
		line-height:39px; /* zorgt ervoor dat de text in het menuitem verticaal in het midden komt, zelfde hoogte geven als het menu */
		background-color:#969696; /* achtergrond kleur menu item */
		color:#fff; /* tekst kleur */
		margin-right:2px; /* een kleine ruimte tussen de menu items */
		text-decoration:none; /* onderlijning onder tekst weghalen*/
}

/* Als de muis over het menuitem heen gaat */

#nav li a:hover, #nav li a:active{
	background-color:#F36; /* achtergrondkleur veranderen */
}

                


#sidebar { 
position: absolute;
background-color: #FFFFFF;
font-family : Verdana;
color : #969696;
font-size : 14px;
text-align: usually center; 
width: 190px;
top: 340px;
left: 130px;} 

#large 
{position: absolute;
background-color: #FFFFFF;
font-family : Verdana;
color : font #969696;
font-size : 14px;
text-align: usually center; 
width: 470px;
top: 500px;
left: 370px;}


h1 
{border-bottom: 10px dotted #FFFFFF;
background-color: #FFFFFF;
color: #969696;
font-size: 14px;
font-family: Verdana;
text-align:usually center;}
a:link,a:visited,a:active
{color:#FFFFFF;
font-weight: normal;
font-family: Verdana;
font-size: 14px;}

a:hover
{color:#F99D9F;
font-size: 14px;
text-decoration: none;
text-transform: italic;}

a.ino, a.ino:active, a.ino:link, a.ino:visited
{color:#969696; 
background-color:#FFFFFF; 
display:block; 
font-size:16px; 
font: Verdana; 
font-weight:normal; 
text-align:usually center; 
margin0px 1px 0px 1px; 
padding:1px; 
text-transform: none;}
a.ino:hover 
{color:#969696; 
background-color:#FFFFFF; 
text-align:left; 
text-transform: none;}