/* Global */
body{
	margin:30px 0 0 0; 
	background-image: url('../images/grass_pattern.jpg'); 
	width:100%;
	font-family:"Trebuchet MS", Helvetica, Arial;
}
img{
	border:none;
}
/* Text */

p.white{
	color:white;
	margin:0;
	line-height:20px;
	font-size:12px;
	margin:0 20px 0 20px; 
	text-align:justify;
}

p.green{
	color:#a1d71d;
	margin:0;
	line-height:20px;
	font-size:14px;
	margin:0 20px 0 20px; 
	font-weight:bold;
}

a.nav{
	margin:0;
	color:white;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

a.subNav{
	margin:0;
	color:white;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

a.news{
	margin:0;
	color:white;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

a{
	margin:0;
	color:gray;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a.footer{
	margin:0;
	color:white;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

a.green{
	margin:0;
	color:#a1d71d;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

a.green:hover{
	text-decoration:underline;
}

h2{
	color:white;
	margin:0;
	font-size: 18px;
	margin:0 20px 0 20px; 
}

/* Images */
img.title{
	margin:20px;
}

img.contentR{
	float:right;
	margin-left:20px;
	border:3px solid white;
}

img.contentL{
	float:left;
	margin-right:20px;
	border:3px solid white;
}

img.noBorder{
	border:none;
}

/* Elements */

#container{
	width:960px;
	margin:0 auto 0 auto;
}

/* Menu */
#menuWrapper{
	position:absolute;
}

#menuTop{
	background-image:url('../images/menu_top.png');
	width:249px;
	height:8px;
}

#logo{
	background-image:url('../images/logo.png');
	width:249px;
	height:111px;
}

#menuContent{
	background-image:url('../images/menu_bg.png');
	width:249px;
	background-repeat:repeat-y;
	min-height:100px;
}

#menuContent ul, li{
	margin:0 0 0 10px;
	padding:0 0 5px 5px;
	list-style:none; 
	color:green;
}

#menuContent ul li:hover{
	list-style-image:url('../images/arrow.png');
}

#menuBot{
	background-image:url('../images/menu_bot.png');
	width:249px;
	height:9px;
}

#overhetras{
	margin-top:10px; 
	display:none;
}

#pups{
	margin-top:10px; 
	display:none;
}

/* Content Box */
#contentWrapper{
	position:absolute;
	margin-left:290px;
	width:672px;
}

.contentTop{
	background-image:url('../images/content_top.png');
	width:100%;
	height:8px;
}

.content{
	background-image:url('../images/bg_grad.png');
	background-color:black;
	background-repeat:repeat-x;
	width:100%;
	text-align:left;
	padding:0;
	padding-bottom:5px;
}

.contentBot{
	background-image:url('../images/content_bot.png');
	width:100%;
	height:9px;
	margin:0 0 25px 0;
}

/* Laatste nieuws */
#news ul, #news li{
	margin:0 0 0 20px;
	padding:5px 0 0 0;
	line-height:20px;
}

#news li{
	color:white;
	list-style:disc;
}

#news li:hover a.news{
	border-bottom:1px solid white;
}

#icon{
	position:absolute;
	margin:-30px -15px 0 0;
	right:0;
}

/* Footer */
#footer{
	text-align:center;
}

#footer p{
	font-size:12px;
	color:white;
}

.foto{
	width:630px;
	margin:20px;
}

#bone{
	position:absolute;
	z-index:2000;
	right:100px;
	top:10px;
}



