/* ------------------------------------------------------- 

	general stylesheet  /  www.ridefortheroses.nl
	
	development by

	tableaux
	www.tableaux.nl
	
	oktober 2008

---------------------------------------------------------- */


/* ------------------------------------------------------------- body */
html {
	height:100%;
}
body {
	margin:0 auto;
	padding:0px;
	text-align:center;
	height:100%;
	*height:auto;
	overflow-x:auto;
	*overflow-x:hidden;
	background:url(../images/structure/background.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#000000;
	}


/* ------------------------------------------------------------- structure */	
div#center{
	position: relative;
	width: 989px;
	*width: 990px;
	margin: 0 auto;
	text-align: left;
}

div#headerlogo{
	position: absolute;
	top: 0;
	left: 0;
	height: 243px; 
	width: 990px;
	z-index: 10;
	overflow: hidden;
}

div#headerimage{
	position: relative;
	padding-top: 96px;
	height: 276px;
	width: 990px;
	overflow: hidden;
}

div#contentcontainer{
	position: relative;
	display: table;
}

div#contentvak{
	position: relative;
	width: 661px;
	background-color: #FFFFFF;
	margin-top: -60px;
	float:left;
}

div#menuvak{
	position: relative;
	width: 290px;
	float: left;
}

div#menuvakinner{
	position: relative;
	margin: 30px;
}

div#contentvakinner{
	position: relative;
	margin: 40px;

	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #2F1404;
}