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

	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-color:#707656;
	overflow:hidden;
	}
	

/* ------------------------------------------------------------- center */
div#center {
	display:block;
	margin:0px auto;
	width:992px;
	text-align:left;
}

/* ------------------------------------------------------------- header */	
div#top {
	width:100%;
	height:30px;
}
div#header {
	width:100%;
	height:137px;
	overflow:hidden;
	background-image:url(../images/structure/logo.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
div#header a {
	color:#ffffff;
}
div#adres {
	margin-left:70px;
	font-size:12px;
	line-height:16px;
}

div#adres em{
	font-size:10px;
}

.logotblx{
	margin-top:3px;
}

div#content {
	width:100%;
	position:relative;
}

div#contentLeft{
	width:275px;
	float:left;
}
div#contentMain{
	width:717px;
	float:left;
	height:480px;
	overflow:auto;
}
div#contentMain .inner{
	width:635px;
	margin:0px auto;
}

div#contentCenter{
	width:358px;
	float:left;
}
div#contentRight{
	width:338px;
	float:left;
	text-align:center;
}
div#contentRight .inner{
	width:254px;
	margin:0px auto;
	margin-top:50px;
}

	
/* ------------------------------------------------------------- contentcontainer intro */	
	
/* Menu */

div#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
div#menu ul ul{
	display:none;
}

div#menu li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	color:#acb585;
	height: 36px;
	filter: Shadow(Color=#4f543d, Direction=160, Strength=4);
	white-space: nowrap;
}
div#menu li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	color:#acb585;
	text-decoration:none;
	text-shadow:1px 3px #4f543d;
	height: 36px;
	white-space: nowrap;
}
div#menu{
	margin-top:50px;
	margin-left:70px;
	height:250px;
}

/* End Menu */