/* goud: #c2a303 - grijs: #5f6062 */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background: #5f6062 url('../dev/i/menu-background_v3.gif') repeat-y;
	line-height: 140%;
	color: #373631;
}

img {
	border:none;
}

img.content {
	border: solid 2px;
	border-color: #c2a303;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

img.cushycms {
	border-bottom:	solid 30px;
	border-color: #c2a303;
	margin-bottom: 3px;
	z-index: -2;
}

img.contentleft {
	border: solid 2px;
	border-color: #c2a303;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

#garde {
	position: absolute;
	visibility:visible;
	top: 63px;
	left: 950px;
	height: 650px;
	width:82px;
/* 	background: url(/dev/i/garde_staand.gif) no-repeat top; */
}

/* Logo */ 

#logo {
	background-repeat: no-repeat;
	width: 200px;
	height: 75px;
	float: left;
	position:relative;
	top:64px;
	left:25px;
}

#logo h1 {
	display: none;
}


/* basis */

h1{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #fff;
	margin-top: -30px;
	margin-left: 4px;
	line-height: 70%;
	letter-spacing: 0px;
	font-size: 1.8em;
}
	
h2{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #bfbdbd;
	line-height:100%;
	margin-left: 4px;
	margin-top: -4px;
	letter-spacing: -1px;
	font-size: 1.67em;
}

h3	{
	color:#c2a303;
	}

h4	{
	color:#c2a303;
	font-size:14px;
	margin: 0px 0 0px 0;
	}

ul{
	margin: 2.4em 0 2.4em 0;
}

li{
	margin:1em 0 0em 0;

}

a:link	{	
	color:#c2a303;
	text-decoration: underline;
		}

a:visited	{	
	color:#373631;
	text-decoration: underline;
			}

a:hover	{	
	color:#c2a303;
	text-decoration: none;
		}

#maintext {
	margin-top: 15px;
}



/* linker menu */

#menuouter{
	margin: 170px 0 0 0;
	vertical-align: bottom;
}

#menuouter ul {
	vertical-align: bottom;
	width:261px;
	padding: 0px;
	margin:0;
	list-style-type: none;
	font-size:1.2em;
}

#menu li {
	vertical-align: bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2c2b26;
	font-weight: bold;
	margin:0;
}

#menu li li{
	font-size:.7em;
	display:block;
	border-bottom-width: 0;
	border-bottom-style: solid;
	font-weight: normal;
	background-color: #373631; 
}


#menu ul li:hover ul {
	display: none;
	} 

#menu a {
	display: block;
	line-height: 2em;
	color: #878683;
	text-decoration: none;
	padding:5px 0 8px 25px;
	background-color: #373631;
}

#menu .nonactiveSubmenu {
	font-size:.7em;
	display:block;
	border-bottom-width: 0;
	border-bottom-style: solid;
	font-weight: normal;
	background-color: #373631;
	}


#menu a.selected {
	display: block;
	line-height: 2em;
	color: #878683;
	text-decoration: none;
	padding:5px 0 0px 25px;
	background-color: #373631;
}

#selectedMenuItem {
	
background-image:url(../images/bgMenuItemOver.gif);
color:#C16400;
font-weight:bold;

}

#submenu a  {
	display: block;
	font-weight: normal;
	margin-left:15px;
	line-height: 1em;
	color: #878683;
	text-decoration: none;
	padding:5px 0 8px 25px;
	background-color: #373631;
}

#menu a:hover {
	background-color: #42413c;
	color:#fff;
}


#menu li.active a {
	//font-weight: bold;
	background-color: #c2a303;
	color:#fff;
}

#menu li.submenuItem a {
	//font-weight: bold;
	background-color: #373631;
	color:#fff;
}





/*** Main wrap and header ***/

#wrap {
	padding:0;
	width:920px;
}

#header {
	margin:0;
}


/* Linkerbalk */

#sidebar {
	float:left;
	line-height:1.4em;
	width:270px;
}

/* Main content */

#content {
	float:right;
	line-height:1.5em;
	margin:63px 0 0 0;
	padding:0;
	text-align:left;
	width:620px;
}


#content h3 {
	margin:10px 0 8px;
}


/* Footer */

#footer {
	background-image: url(../i/footer-punt.gif);
	background-repeat: repeat-x;
	width:620px;
	clear:both;
	color: #aaa;
	line-height:1.6em;
	margin:30px 0 10px 0;
	padding:10px 0;
	float:right;
}

#footer p {
	font-size: 10px;
	margin:0;
	padding:0;
}

#footer a:link	{	
	color:#aaa;
	text-decoration: underline;
		}

#footer a:visited	{	
	color:#aaa;
	text-decoration: underline;
			}

#footer a:hover	{	
	color:#aaa;
	text-decoration: none;
		}

.left {
	float:left;
	margin:0 15px 4px 0;
}

.right {
	float:right;
	margin:0 0 4px 15px;
}

.clear {
	clear:both;
}


