/* Oude CSS Van Kavel Tot Kasteel */

body{
	/*background-image:url(../img/bg.jpg);*/
	background-color:#6E6754;
	background-position:center center;
	background-repeat:repeat-y;
	color:#403F3C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:44px 0 0;
}
a{
	
	color:#444;
}

img{
	border-color:#444;
}

.wrapper{
	width:980px;
	background-color:#FFF;
}
.header{
	background-image:url(../img/header.gif);
	width:980px;
	height:155px;
	position:relative;
}
.menu {
	float:right;
	width:600px;
}
.menu ul{
	bottom:4px;
	margin:0;
	padding:0;
	position:absolute;
}
.menu ul li{
	background-color:#F3F2E9;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;
	height:35px;
	line-height:35px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:4px;
	text-align:center;
	vertical-align:middle;
}
.menu ul li a{
	display:block;
	text-decoration:none;
	color:#c17a61;	
	padding:0 10px 0 10px;
}
.menu ul li a:hover{
	color:#FFF;
	background-color:#c7c5b1;
}
.menu li.highlighted{
	color:#FFF;
	background-color:#c7c5b1;
}
.content{
	float:left;
	padding-left:4px;
	width:692px;
}

.leftsidebar{
	float:left;
	margin:5px 0 0;
	width:220px;
}
.hyves{
	background-image:url(../img/hyves.jpg);
	background-repeat:no-repeat;
	background-color:#5d641f;
	padding:40px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:5px 0 0 0;
}

.updates{
	float:left;
	margin:5px 0 0 20px;
	width:435px;
}

.updatestitle{
	background-image:url(../img/headernews.jpg);
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	height:16px;
	margin-bottom:10px;
	padding:10px;
	width:425px;
}
.updatescontent{
	padding:10px 0 10px 0;
	width:445px;
	float:left;
}
.social{
	width:345px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	height:20px;
	padding:0 0 0 10px;
	margin:0 0 10px 10px;
	clear:both;
}
.sponsor{
	float:left;
	background-color:#FFF;
	width:271px;
	margin:0 0 11px 9px;	
}
.sponsortop{
	background-image:url(../img/sponsorheader.jpg);
	background-color:#FFF;
	height:26px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#448aa6;
}
.sponsorbottom{
	background-image:url(../img/sponsorbottom.jpg);
	background-position:bottom;
	background-color:#FFF;
	background-repeat:no-repeat;
	padding:10px 10px 15px 10px;
}
.sponsortopgreen{
	background-image:url(../img/sponsorheader.jpg);
	background-color:#FFF;
	height:26px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#658712;
}

.footer{
	background-color:#FFFFFF;
	clear:both;
	color:#6E6754;
	font-size:11px;
	height:20px;
	line-height:20px;
	text-align:center;
}
