body,p	{
		font-family: 'Roboto', sans-serif;
		font-family: 'Open Sans', sans-serif;
		font-size: 11px;
		color: #232a33; 
		line-height: 17px;
}

h1 		{
		font: arial;
		font-weight: bold;
		font-size: 18px;
		display: block;
		height: 7px;
		color: #232a33; 
		margin:2px 0px 0px 0px;
}

h3 		{
		font-family: arial; 
		font-size: 14px; 
		color: #232a33;
}
	
a, a:visited, a:active 	{
		color:#FF6651; 
		text-decoration: none;
		line-height: 16px;
}

a:hover 	{
		color: #38AADE;
		line-height: 18px;
}

*********positioning*********

#wrap	{
		position: relative;
		
		}

#maincontent	{
		position: absolute;
		background-color: #ffffff;
		border:1px #918F90 solid;
		width:728px;
		height:525px;
		margin-left: -364px; /* helft van breedte, dit is de maat van je website*/
		margin-top: -250px; /* helft van hoogte, dit is de maat van de website */
		left: 50%;
		top: 50%;
}

#header	{
		position: relative;
		height: 123px;
		width: 710px;
		padding: 9px;
}

#logo	{
		position: relative;
		top: 17px;
		left: 15px;
		height: 15px;
		width: 131px;
		background-color: #ffffff;
}

#center	{
		position: relative;
		height: 300px;
		width: 580px;
		padding: 0px 30px 0px 10px;
		top: 0px;
		left: 192px;
		border-left:1px #918F90 solid;
		z-index: 4;
}

#footerleft	{
		position: relative;
		height: 24px;
		width: 175px;
		top: 25px;
		left:130px;
		background-color: #ffffff;
		float: left;
		z-index: 5;
}

#footerright	{
		position: relative;
		height: 29px;
		width: 162px;
		font-size: 9px;
		font-weight: 700;
		color: #918F90;
		top: 60px;
		left: 192px;
		background-color: #transparent;
		float: left;
		z-index: 1;
}

#right	{
		position: relative;
		height: 24px;
		width: 190px;
		font-size: 9px;
		font-weight: 700;
		color: #918F90;
		top: 25px;
		left: 365px;
		background-color: #transparent;
		float: left;
		z-index: 1;
}