/* CSS Document */


body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-image: url('../images/bg_lijn.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

#full{
	height: auto;
	min-height: 100%;
	width: 100%;
	min-width: 1000px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-image: url('../images/bg_lijn.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

#width_top{
	height: 407px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	background-image: url('../images/bg_balk.jpg');
	background-repeat: repeat-x;
}


/* header */
#full_top{
	height: 206px;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;	
}
#header00{
	height: 206px;
	width: 1135px;
	min-width: 1000px;
	margin: 0px auto;
}

#header001{
	height: 206px;
	width: 1135px;
	margin: 0px auto;
	background-image: url('../images/headers/header_001.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#header002{
	height: 206px;
	width: 1135px;
	margin: 0px auto;
	background-image: url('../images/headers/header_002.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#header003{
	height: 206px;
	width: 1135px;
	margin: 0px auto;
	background-image: url('../images/headers/header_003.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}


/* menu-login blok */
#full_middel{
	height: 206px;
	width: 990px;
	margin: 0px auto;
}

#menu_container{
	height: 201px;
	width: 640px;
	margin-left: 84px;
	float: left;
}

#login_container{
	height: 201px;
	width: 265px;
	float: left;
}


/* content containers blok */
#full_content{
	height: 100%;
	width: 990px;
	margin: 0px auto;
}

#main_container{
	height: 100%;
	width: 629px;
	margin-left: 95px;
	float: left;
}

#nieuws_container{
	height: 100%;
	width: 265px;
	float: left;
	padding-top: 20px;
}


/* content */
#content_main{
	width: 600px;
	margin: 0;
	padding-top: 40px;
	overflow: hidden;
}

#content_nieuws{
	width: 245px;
	margin: 0;
	margin-left: 10px;
	padding-top: 20px;
	border-bottom: 1px dotted #484848;
}

#overzichtLeden{
	position: relative;
	height: 100px;
	width: 550px;
	margin-bottom: 20px;
}
#ledenLogo{
	position: relative;
	float: left;
	height: 130px;
	width: 120px;
	margin-right: 50px;
}
#ledenTitel{
	position: relative;
	float: left;
	height: 130px;
	width: 380px;
}

#album{
	height: 100px;
	width: 550px;
	border: 1px solid #afafaf;
	cursor: pointer;
	margin-bottom: 20px;
}
#album:hover{
	border: 1px solid #f1940c;
}

#albumTitel{
	height: 100px;
	width: 263px;
	margin-left: 20px;
	float: left;
}
#albumFoto{
	height: 88px;
	width: 267px;
	float: left;
	margin-top: 12px;
}
.albumFotoRight{
	margin-right: 12px;
}

#albumFotoView{
	height: 80px;
	width: 80px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}


/* headlines ul li */
div#headlines{
	height: auto;
	width: 240px;
	margin: 0px;
	padding: 0px;
	margin-top: 32px;
	margin-left: 10px;
	margin-bottom: 25px;
}


#headlines ul{
	border-bottom: 1px dotted #484848;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

#headlines ul li{
	width:240px;
	line-height: 18px;
	margin: 0px;
	padding:8px 0px;
	border-top: 1px dotted #484848;
	
}

#headlines ul li a{
	height: 100%;
	width: 220px;
	display: block;
	text-decoration: none;
	padding: 0px 10px;
}
#headlines ul li a:hover{
	height: 100%;
	width: 220px;
	display: block;
	text-decoration: none;
	background-color: #f5f5f5;
}