body{
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 11px;
	color: #313239;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}

#container{
	width: 800px;
	min-height: 800px;
	margin: 0 auto;
}

#header{
	height: 92px;
	clear: both;
}

#content{
	width: 840px;
	height: 796px;
	clear: both;
	padding: 10px;
	margin-top: 20px;
	background-image: url(../img/content_bg.png);
}

#content_header{
	width: 842px;
	height: 290px;
	background-image: url(../img/home_header.png);
}

#content_subject_home{
	width: 750px;
	height: 465px;
	padding-top: 15px;
	margin: 0 auto;
}

#content_subject{
	width: 770px;
	height: 720px;
	padding-top: 50px;
	margin: 0 auto;
}

#content_footer{
	width: 800px;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	font-size: 11px;
	color: #8b8d9e;
	border-top: 1px #CCCCCC solid;
}

#gegevens{
	word-spacing: 1px;
	float: left;
	width: 680px;
	margin-top: 5px;
}

#banner{
	float: right;
	width: 120px;
	margin-top: 5px;
}

#header_img{
	width: 316px;
	height: 92px;
	float: left;
	margin-left: 20px;
	background-image: url(../img/header_titel.png);
}

#header_navbar{
	width: 410px;
	height: 82px;
	float: right;
	margin-left: 30px;
	margin-top: 28px;
}

.left_bar{
	width: 260px;
	height: 720px;
	float: left;
}

.submenu{
	width: 260px;
	min-height: 100px;
	margin-bottom: 25px;
}

.submenu_head{
	width: 255px;
	height: 25px;
	clear: both;
	font-size: 14px;
	color: #FFF;
	line-height: 25px;
	padding-left: 5px;
	background-color: #14a2dc;
}

.submenu_content2{
	width: 260px;
	min-height: 130px;
	clear: both;
	padding-bottom: 10px;
}

.submenu_content{
	width: 260px;
	min-height: 130px;
	clear: both;
	padding-bottom: 10px;
}

.submenu a{
	color: #313239;
	text-decoration: none;
	cursor: pointer;
}

.submenu a:hover{
	color: #313239;
	text-decoration: underline;
}

.right_bar{
	width: 510px;
	height: 720px;
	float: left;
	background-image: url(../img/right_bar_bg.png);
}

.show_content{
	width: 450px;
	height: 400px;
	margin-left: 50px;
}

.content_text{
	line-height: 20px;
}

.show_content h2{
	margin-top: 0px;
}

.list_item{
	height: 10px;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 15px;
}

.list_item_links{
	height: 10px;
	clear: both;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
}

.list_item img{
	float: left;
	width: 10px;
}

.list_item div{
	float: left;
	margin-left: 10px;
	line-height: 12px;
	width: 650px;
}

.naarboven_wrap{
	width: 800px;
	height: 35px;
	clear: both;
	margin: 0 auto;
}

.naarboven{
	width: 75px;
	height: 35px;
	float: left;
	position: absolute;
	margin-left: 10px;
}

.naarboven a{
	height: 34px;
	text-indent: -9000px;
	display: block;
}

a#boven {
	width: 75px;
	height: 34px;
}	

a#boven {
	background-image: url(../img/naarboven.png);
}

a#boven:hover
{ background-position: 0 -34px; }	



img{
	border: none;
}

a{
	outline: none;
	color: #09acef;
}

.blauw{
	color: #09acef;
}

h2{
	color: #09acef;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}

/* navigation
------------------------------------------*/
#examplenav {
	margin: 0;
	padding: 0;
}

#examplenav li {
	list-style: none;
	height: 36px;
	float: left;
	position: relative;
}

#examplenav li a {
	height: 36px;
	text-indent: -9000px;
	display: block;
}
#examplenav .current a { background-position: 0 -36px; }

/* buttons
------------------------------------------*/

a#welkom {
	width: 80px;
	height: 36px;
}

a#activiteiten {
	width: 100px;
	height: 36px;
}

a#achtergronden {
	width: 120px;
	height: 36px;
}

a#beheer {
	width: 80px;
	height: 36px;
}



a#welkom { background-image: url(../img/welkom_btn.png); }
a#activiteiten { background-image: url(../img/activiteiten_btn.png); }
a#achtergronden { background-image: url(../img/achtergronden_btn.png); }
a#beheer { background-image: url(../img/beheer_btn.png); }


a#welkom:hover,
a#activiteiten:hover,
a#achtergronden:hover,
a#beheer:hover
{ background-position: 0 -36px; }