/* 
---------------------------------------------		
De Css voor het tekstformaat
---------------------------------------------
 */

@import url(small.css);


/* 
---------------------------------------------		
De Css voor de opbouw van de site
---------------------------------------------
 */
 
body {
	font-family: arial;
	background-color: #ccffcc;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/back_container.jpg');
	background-repeat: repeat-y;
	padding: 0px 12px 0px 12px;
	
}

	#header {
		background: url('../images/header.jpg');
		width: 980px;
		height: 98px;
	}
		#header_box {
			float: right;
			font-size: 8pt;
			font-weight: bold;
			color: #c06900;
			margin-right: 23px;
		}
			#header_box a {
				color: #c06900;
				text-decoration: none;
			}
		#text_size{
			clear: right;
			float: right;
			font-size: 9pt;
			font-weight: bold;
			color: #000000;
			margin-top: 53px;
			margin-right: 5px;
			line-height: 14pt;
		}
			.plusmin {
				font-size: 14pt;
				position: relative;
				bottom: -2px;
			}
			.plusmin a {
				color: #000000;
				text-decoration: none;
			}
		.zoek_veld {
			background-image: url('../images/back_zoek.jpg');
			width: 76px;
			height: 13px;
			border: 0px;
			padding: 3px 6px 3px 6px;
			font-size: 8pt;
			color: #757575;
			margin: 0px;
		}
		
		.zoek_image {
			padding: 0px;
			margin: 0px;
			position: relative;
			top: 4px;
			left: 2px;
		}
		#header form {
			padding: 0px;
			margin: 0px;
			display: inline;
		}
	
	#left {
		width: 190px;
		float: left;
		padding-top: 15px;
		
	}
		.menu_top {
			background-image: url('../images/back_menu_top.jpg');
			width: 186px;
			height: 18px;
		}
		
		.menu_bottom {
			background-image: url('../images/back_menu_bottom.jpg');
			width: 186px;
			height: 18px;
			clear: left;
		}
		
		ul#menu{
			background-image: url('../images/back_menu_middle.jpg');
			width: 174px;
			padding: 6px;
			margin: 0px;
			float: left;
			list-style: none;
			font-size: 105%;
			
		}
		
			
			#menu li { /* all list items */
				position : relative;
				float : left;
				height : 36px;
				margin-bottom : -1px;
				width: 174px;
			}
			
			#menu li ul { /* second-level lists */
				position : absolute;
				z-index: 10;
				left: -999em;
				margin-left : 174px;
				margin-top : -36px;
				list-style: none;
				border: 1px solid #c0ad8b;
				padding: 0px;
				background-color: #ffffff;
			}
			#menu li ul li {
				width: 150px;
				height: 27px;
			}
			
			#menu li a {
				width: 174px;
				w\idth : 174px;
				display : block;
				color : #a25e03;
				font-weight : bold;
				text-decoration : none;
				border : 0px solid black;
				height: 26px;
				padding-top: 10px;
				text-align: center;
			}
				a.menu_item2 {
					background-color: #fef8e7;
				}
			
			#menu li a:hover {
				color : white;
				background-color : #c56c05;
			}
			
			#menu li ul li a {
				width: 150px;
				w\idth : 150px;
				display : block;
				color : #a25e03;
				font-weight : bold;
				text-decoration : none;
				height: 20px;
				padding-top: 6px;
				text-align: center;
				font-size: 90%;
			}
			
			#menu li:hover ul ul, #menu li.sfhover ul ul{
				left: -999em;
			}
			
			#menu li:hover ul,  #menu li.sfhover ul { /* lists nested under hovered list items */
				left: auto;
			}

		
		#left_box {
			width: 156px;
			height: 65px;
			background-image: url('../images/back_left_box.jpg');
			font-size: 8pt;
			font-weight: bold;
			color: #a25e03;
			line-height: 18px;
			padding: 18px 10px 10px 20px;
		}
		
			#left_box a{
				color: #a25e03;
				text-decoration: none;
			}
		
		#left_box2 {
			width: 156px;
			height: 73px;
			background-image: url('../images/back_left_box2.jpg');
			font-size: 8pt;
			font-weight: bold;
			color: #275620;
			line-height: 18px;
			padding: 10px 10px 10px 20px;
		}
		
			#left_box2 a{
				color: #275620;
				text-decoration: none;
			}
		
		#left_add {
			width: 190px;
			text-align: center;
			color: #bdb269;
			font-size: 8pt;
			margin-top: 15px;
			font-weight: bold;
		}
	
	#content {
		width: 640px;
		float: left;
		padding-top: 15px;
	}
		#content p {
			padding: 0px;
			margin: 0px;
		}
		#content h1 {
			position: relative;
			font-size: 18pt;
			font-family: arial;
			color: #dc7325;
			padding: 0px;
			margin: 0px;
			margin-bottom: 10px;
			text-shadow: #bbbbbb 1px 1px 0px;
		}
		
		h1 span{
			background: url(../images/gradient.png) repeat-x;
			position: absolute;
			display: block;
			width: 100%;
			height: 20px;
		}
		#content h2 {
			font-size: 14pt;
			font-family: arial;
			color: #3b8334;
			padding: 0px;
			margin: 0px;
		}
		
		#content h3 {
			font-size: 13pt;
			font-family: arial;
			color: #3b8334;
			padding: 0px;
			margin: 0px;
		}
		#page-body h3{
			font-size: 10pt;
			margin-top: 10px;
		}
		#content a{
			color: #e97416;
			font-weight: bold;
		}
	
		#content a:hover {
			color: #9c5215;
		}
		ul.contentlist  {
			margin: 0px; 
			padding: 0px;
			list-style: none;
		}
		ul.contentlist li {
			padding: 2px;
			margin: 0px;
			padding-left: 15px;
			background: url('../images/content_li.gif') center left no-repeat;
		}
		
		.divider {
			height: 30px;
			width: auto;
			clear: both;
			background: url('../images/divider.gif') center left repeat-x;
		}
		.go_image {
			position: relative;
			top: 5px;
			margin-bottom: 2px;
		}
		
		.stretch {
			clear:both;
		}
		.col_left {
			float: left;
			width: 375px;
		}
		.col_right {
			margin-top: 15px;
			float: right;
			width: 200px;
		}
		
		.inner_col_left {
			float: left;
			width: 250px;
		}
		.inner_col_right {
			float: right;
			width: 250px;
		}
				.clip {
			width: 150px;
			height: 110px;
			overflow: hidden;
			float: left;
			margin-right: 20px;
		}
			.clip img{
				width: 150px;
				border: 0px;
			}
		.clip_small {
			width: 60px;
			height: 40px;
			overflow: hidden;
			float: left;
			margin-right: 10px;
			margin-top: 3px;
		}
			.clip_small img{
				width: 60px;
				border: 0px;
			}

	#right_add {
		width: 150px;
		float: left;
		text-align: center;
		color: #a9c0a9;
		font-size: 8pt;
		padding-top: 25px;
		font-weight: bold;
	}
	#footer {
		width: 790px;
		padding-bottom: 16px;
		clear: both;
		background-image: url('../images/back_footer.jpg');
		background-position: bottom;
		background-repeat: no-repeat;
		font-size: 7pt;
		color: #a9c0a9;
		text-align: center;
		padding-left: 190px;
	}
	
		#footer a{
			color: #a9c0a9;
			text-decoration: none;
		}
		#footer a:hover {
			color: #80a180;
		}

	#breadcrumb {
		font-size: 9pt;
		color: #87bb87;
		font-weight: bold;
		position: relative;
		left: 20px;
		top: 10px;
	}
	#breadcrumb a{
		color: #528752;
		text-decoration: none;
	}
	
/* 
---------------------------------------------		
De Css voor de blokken
---------------------------------------------
 */
	.padding {
		padding: 15px;
	}
	.content_box {
		width: 625px;
		background-image: url('../images/back_content_box_middle.jpg');
		background-repeat: repeat-y;
		margin-left: 15px;
	}
	.content_box_top {
		width: 625px;
		background-image: url('../images/back_content_box_top.jpg');
		background-repeat: no-repeat;
		background-position: top;
	}
	.content_box_bottom {
		width: 605px;
		background-image: url('../images/back_content_box_bottom.jpg');
		background-repeat: no-repeat;
		background-position: bottom;
		padding: 10px;
	}

	.sub_content_box {
		margin-top: 20px;
		margin-left: 5px;
		width: 567px;
		background-image: url('../images/sub_content_box_middle.jpg');
		background-repeat: repeat-y;
	}
	.sub_content_box_top {
		width: 567px;
		background-image: url('../images/sub_content_box_top.jpg');
		background-repeat: no-repeat;
		background-position: top;
	}
	.sub_content_box_bottom {
		width: 567px;
		background-image: url('../images/sub_content_box_bottom.jpg');
		background-repeat: no-repeat;
		background-position: bottom;
		
	}
	.small_content_box {
		margin-top: 20px;
		margin-left: 5px;
		width: 200px;
		background-image: url('../images/small_content_box_middle.jpg');
		background-repeat: repeat-y;
	}
	.small_content_box_top {
		width: 200px;
		background-image: url('../images/small_content_box_top.jpg');
		background-repeat: no-repeat;
		background-position: top;
	}
	.small_content_box_bottom {
		width: 200px;
		background-image: url('../images/small_content_box_bottom.jpg');
		background-repeat: no-repeat;
		background-position: bottom;
		
	}	
	
/* 
---------------------------------------------		
De Css voor de losse pagina's en modules
---------------------------------------------
 */
 
/* 	
Module: Chat
 */
.chat_thumb {
	margin: 0px 5px;
}
 
/* 	
Module: Registratie
 */
.stap {
	font-weight: bold;
	float: right;
}

.stap ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.stap li {
	display: inline;
	padding: 4px;
	margin:0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: 1px solid #000000;
	border-style: solid solid solid none;
}

.stap .stap_1 {
	border: 1px solid #000000;
	border-style: solid solid solid solid;
	background-color: #ff5400;
	color: white;
}

.stap .stap_active {
	background-color: #ff5400;
	color: white;
}
.fout {
	color: red;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #c2c2c2;
	background-color: #fcffce;
}	