/* !!! DON'T REMOVE !!! */
@import url("_basic.css");

*{ outline:none;}

html, body {
	width:100%; height:100%;
	background:#8b8589;
}

/* Custom CSS */
body {
	
	background:#8b8589;
	font-family:Arial, Helvetica, sans-serif;	font-size:13px;	color:#fff;
	height:100%; 
}

h1, h2, h3, h4, a, p, span, {
	FONT-FAMILY: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight: normal;
}

a {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#ff0066;
}
	
h1 {
	vertical-align:top;
	font-size: 15px;
	color: #fff;
	line-height:1em;
	text-decoration:none;	
}

#wrapper {
	width:925px; 
	min-height:490px; height:auto !important; height:490px;
	background:#786f74;
	margin:0 auto; margin-top:150px;
	padding-top:10px; padding-bottom:10px;
}

.content {
	width:900px; 
	min-height:465px; height:auto !important; height:465px;
	background:url(/images/bgr_content.gif) top no-repeat #7f7980;
	margin:0 auto; padding-top:25px;
}

.left {
	width:332px;
	float:left; 
	margin-right:30px;
}

.right {
	width:490px;
	min-height:520px; height:auto !important; height:520px;
	float:left;
}



.menuHolder {
	width:510px; height:85px; 
	border:2px solid #fff;
	margin-bottom:25px; margin-right:20px;
	float:right; 
}


ul#menu { 
	list-style:none;
	margin:0; padding:0;
	height:60px;
}

ul#menu li {
	float:left;
	padding:0;
}

ul#menu li a { display:block; height:50px; text-decoration:none; }

#menu li a:hover { background-position: 0 -60px; margin-top:30px; }
#menu li.m0 a { background-image:url(/images/menu/menu_0.png); width:115px; }
#menu li.m1 a { background-image:url(/images/menu/menu_1.png); width:190px; }
#menu li.m2 a { background-image:url(/images/menu/menu_2.png); width:205px; }

#menu_item_0_active { background-image:url(/images/menu/menu_1.png); width:115px; background-position: 0 -60px; margin-top:30px; }
#menu_item_1_active { background-image:url(/images/menu/menu_1.png); width:190px; background-position: 0 -60px; margin-top:30px; }
#menu_item_2_active { background-image:url(/images/menu/menu_1.png); width:205px; background-position: 0 -60px; margin-top:30px; }

/*
ul#menu { 
	list-style:none;
	height:85px;
	margin:0; padding:0;
}

#menu li			{ list-style: none;	display:inline;}
#menu li a 			
{ 
	background-repeat:no-repeat; 
	background-position:left top;
	float:left;
	display:block;
	height:60px;
}


a.menu_item_0 { background-image:url('/images/menu/menu_0.gif'); width:115px; height:20px; display:block; }
a.menu_item_1 { background-image:url('/images/menu/menu_1.gif'); width:190px; height:20px; display:block; }
a.menu_item_2 { background-image:url('/images/menu/menu_2.gif'); width:205px; height:20px; display:block; }
#menu a:hover {  background-position:left -30px; height:-60px;} 
**/

a.nieuwsbrief {
	width:520px; height:50px;
	margin-top:20px;
	background:url(/images/btn_nieuwsbrief.gif) no-repeat;
	display:block;
}


a.nieuwsbrief:hover {
	width:520px; height:50px;
	margin-top:20px;
	background:url(/images/btn_nieuwsbriefUp.gif) no-repeat;
	display:block;
}

p {
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#fff;
}

.footer {
	margin:0 auto; 
	height:50px; 
	vertical-align:middle; text-align:center; 
	padding-top:25px;
	color:#505050;
	background:#8b8589;
}