/* CSS Document */
	/*Made by Bert Palm Rijken*/
/*Algemeen*/
* {
	margin: 0;
	padding: 0;
}

body{
	font : normal normal 62.5%/1.5 Arial, Verdana, "Times New Roman", sans-serif;
	text-align: center;
	background:#fffc98;
}
ul{
	list-style: none;
}
img{
	border: 0;
}
p{
	padding-bottom: 10px;
}

a, a:link {
	color: #f00;
	text-decoration:none;
	border-bottom: 1px solid #f00;
}
a:hover {
	color: #000;
	border-color:#000;
}


#contain{
	width: 969px;
	margin: 0 auto;
	text-align:left;
	background: url(../../i/menu_bg.gif) repeat-y left;
	font-size: 1.3em;
}
	#header_left{
		width: 214px;
		height:210px;
		float: left;
	}
	#header_mid{
		width: 544px;
		height:210px;
		float: left;
		background:url(../../i/header_center.jpg) no-repeat top center;
	}
	#header_right{
		width: 211px;
		height:210px;
		float: left;
	}
	#body_menu{
		clear: both;
		width: 969px;
	}
		#menu{
			width: 180px;
			margin:5px 0 5px 15px;
			float:left;
		}
			.btn{
				margin-top: 5px;
				width: 180px;
				height: 30px;
				/*margin: 5px 0 0 0;*/
				/*background:url(../../i/menu_lnk.jpg) repeat-x top;*/
			}
			.btn a{
				width: 160px;
				height: 30px;
				display:block;
				float:left;
				background:url(../../i/menu_bg2.jpg) repeat-x bottom;
				color: #000;
				font-size: 1.3em;
				text-decoration:none;
				font-weight: bold;
				border:0;
				/*padding: 5px;*/
			}
			.btn a:hover{
				background: url(../../i/menu_bg2.jpg) repeat-x top;
			}
			.btn span{
				float: left;
				padding: 2px 8px;
				cursor:pointer;
			}
			.btn img{
				float: right;
				text-align:justify;
			}
		#content{
			width: 741px;
			padding: 10px 0;
			float:right;
		}
			#content_top{
				height: 19px;
				background:url(../../i/content_hf.gif) repeat-x top left;
			}
			#tekst{
				/*border-left: 5px solid #f00;
				border-right: 5px solid #f00;*/
				padding: 0 10px;
				background:url(../../i/content_hor.gif) repeat-y left;
			}
			#content_bottom{
				height: 19px;
				background:url(../../i/content_hf.gif) repeat-x bottom left;
			}
		#footer{
			height: 30px;
			color: #fff;
			background:#000;
			text-align:center;
			margin-bottom:10px;
		}
			#footer .left{
				float: left;
			}
			#footer .right{
				float: right;
			}
			#footer span{
				margin: 3px;
				font-size:0.7em;
			}
			a.login_lnk{
				border: 0;
				margin-bottom: 1px;
				color: #fff;
			}
			a.login_lnk:hover{
				color: #fff;
				border-bottom:1px solid #fff;
			}
		
		#titel{
			font-size: 1.5em;
			margin-bottom: 5px;
			color: #333;
		}	
		.editlnk{
			font-size:0.8em;
			text-align:right;
			font-style:italic;
		}
		.editlnk a{
			border:0;
		}
		.links{
			margin-left: 10px;	
		}
		.links li{
			padding: 4px;
		}
		
		
/*succes en fail*/

#fail, #succes{
	border: 1px solid #f00;
	padding: 5px 5px 5px 35px;
	background:url(../../i/icons/fail.gif) no-repeat 10px center;
	margin-bottom: 10px;
	color: #f00;
	font-weight:bold;
}
#succes{
	border-color: #090;
	background:url(../../i/icons/succes.gif) no-repeat 10px center;
	color: #090;
}