/* CSS - WIWI WEBSOLUTIONS */

*{
font-family: arial;
color: white;
}

body{
margin: 0;
padding: 0;
background-image: url('../img/header.png');
background-repeat: repeat-x;
background-color: #018c9a;
}

p, span
{
font-size: 12px;			
}
			
h1{
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 0;
}

	
/******* ID's *******/
#page{
width: 900px;
margin: 0 auto;
}
			
#header{
height: 95px;
padding-left: 440px;
}
			
#menu{
background-image: url('../img/menu.png');
background-repeat: repeat-x;
margin: 0 30px 0 40px;
padding-top: 8px;
padding-bottom: 4px;
			
font-size: 13px;
font-weight: bold;
font-family: arial;
}
			
/******* Float links *******/
#tekst{
padding-left: 40px;
padding-top: 30px;
min-height: 273px;
width: 650px;
}

#onderkant{
margin-left: 2px;
}

#floatleft{
float: left;
}


/******* Float rechts *******/
#floatright{
width: 142px;
height: 424px; 
float: right;
margin-top:50px; 
margin-right: 31px;
}


/******* LINKS *******/			
a.menuLink, a.menuLink:active, a.menuLink:visited
{
text-decoration: none;
color: black;
margin-left: 20px;
}
			
a.menuLink:hover
{
	color: white;
}

.activeMenuItem
{
	color: white !important;
}

/* CSS - WIWI WEBSOLUTIONS */

input[type="text"], textarea, select, option
{
	border: 1px solid black;
	color: black;
	width: 255px !important;
	margin-bottom: 3px;
}

select, option
{
	width: 256px !important;
}

input[type="submit"]
{
	float: right;
	clear: both;
	margin-right: 92px;
}

input
{
	color: black;
}