@charset "utf-8";
@import url(browser.css);
@import url(edit.css);
@import url(gallery.css);
@import url(function.css);
/* CSS Document */

/* benodigde gegevens voor de layout,
   deze gegevens mogen gewijzigd worden,
   de id's en classes moeten blijven bestaan voor het goed weergeven van deze website.
*/

body{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS","Lucida Sans unicode",Arial,Helvetica,sans-serif,courier;
	font-size: small;
	background-image: url(media/sand-light.jpg);
}

a{
    color: #0066FF;
	text-decoration: none;
}

img{
	border:none;
}

input[type=submit],input[type=button]{
	background-color: #F3F3F3;
	padding: 5px;
	border: 1px solid #999;
	border-radius:3px;
	cursor: pointer;
}

input[type=submit]:hover,input[type=button]:hover{
	border: 1px solid #666;
	border-radius:3px;
	cursor: pointer;
	}

input[type=text],input[type=password], textarea{
	width: 200px;
	border: 1px solid #CCC;
	padding:1px;
	margin: 1px;
}

select{
	width: 204px;
	border: 1px solid #CCC;
	padding:1px;
	margin: 1px;
}

option{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#container{
	background-image: url(media/cbg.png);
	background-repeat: repeat-y;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	top: 0%;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#top{
	background-image: url(media/top.png);
	background-repeat: no-repeat;
	height: 284px;
	width: 920px;
	margin-left: -10px;
	margin-right: -10px;
}

#menu{
	background-image: url(media/menu.jpg);
	background-repeat: repeat;
	height: 50px;
	width: 900px;
	margin-top:-256px;
	z-index: 3;
}

.line{
	background-color: #CCCCCC;
	height: 1px;
	width: auto;
	margin-right: 15px;
	margin-left: 14px;
	display: none;
}

.lin{
	background-color: #E6E6E6;
	height: 1px;
	width: 75%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	clear: both;
}

label{
	height: 25px;
	width: 200px;
}

label a :hover{
	text-decoration: overline;
}

#header{
	height: 200px;
	width: 890px;
	background-color: #999;
	margin: 5px;
}


#content{
	height: auto;
	width: 590px;
	float: left;
	color: #666666;
	text-decoration: none;
	margin-left: 5px;
}


#side{
	float: right;
	height:auto;
	width: 260px;
	background-image: url(media/kerk.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 250px;
	margin-right:58px;
	margin-top:-250px;
	z-index: 1;
}

#footer{
	height: 24px;
	width: 920px;
	clear: both;
	background-image: url(media/bottom.png);
	background-repeat: no-repeat;
	margin-left:-10px;
	margin-right:-10px;
	background-position: bottom;
}

#footer p{
	margin-left:15px;
	margin-right:15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #CCC;
	}

/* gespecialiseerde menu gegevens*/

#menu_items{
	list-style-type: none;
	padding-left: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: absolute;
	z-index: 100;
}

#menu_items li{
	width: auto;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 16px;
}

#menu_items li a{
	font-family: calibri, Helvetica;
	font-size: 16px;
	font-weight: 600;
	color: #161515;
	text-decoration: none;
}

#menu_items li:hover{

}

#menu_items #active{
	background-color:#FFF;
}

#menu_items li a:visited{}

/* bericht styling */

.titel, .titel a{
	font-family: Calibri, Helvetica;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	color: #41B134;
	text-decoration: none;
	clear: left;
	margin-top: 10px;
}

.titel a:hover{
	text-decoration: underline;
}

.mess, .mess p{
}

.mess a {}

.writer{
	font-family: Calibri, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	float: left;
	margin-bottom: 25px;
}

.writer a{
    color: #0066FF;
	text-decoration: none;
}

.tags ,.tags a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
  }

.tags a:hover{
	text-decoration: underline;	
}

.holder{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

/* side */

.bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-variant: normal;
	color: #0066FF;
	text-decoration: none;
}

.side_label, .side_label a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #0066FF;
	text-decoration: none;
	width: 90%;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}

.side_label a:hover{
	text-decoration: underline;
}

.side_menu{
	margin: 0px;
	padding: 0px;
	width: 90%;
}

#mijn_menu{}

#side_menu{
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#side_menu a{
	font-family: calibri, Helvetica;
	font-size: 16px;
	font-weight: 500;
	color: #161515;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
}

#side_menu li{
	background-color: #ff9c00;
	height: 20px;
}

#side_menu #active {
	background-color: #FFF;
	height: 100%;
	width: 255px;
}

#side_menu li a:hover{

}

#login{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#login_content a{
}

.login_input{
	float: none;
	height: 20px;
	width: 150px;
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.beheer_menu{}
.beheer_menu .bold{
	color:#000;
	width:100%;
	background: #FFF;
	
}

#headlines{}

#news{}


/* edit rules */

.edit, .edit a{
	font-weight: normal;
	color: #999999;
	float: right;
	margin-top: 5px;
}

.edit_icon{
	height: 24px;
	width: 24px;
	float: right;
	margin: 2px;
}

.edit_icon2{
	height: 24px;
	width: 48px;
	float: right;
	margin: 2px;
}

.clap{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	clear: both;
}

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

.info{
	color: #0066FF;
	text-decoration: none;
	cursor: help;
}

#error{
	background-color: #B5D0F9;
	height: auto;
	width: auto;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 5px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:5px;
	border: 1px solid #0066FF;
}

.search{
	height:20px;
	width: 200px;
}


 .table1{
	background-color: #F2F2F2;
	}
	
 .table2{}
 
  #holder ul{
	height: 24px;
	width: 880px;
	clear: both;
} 

  #holder li{
	float: left;
	width: 195px;
	overflow: hidden;
	height: 23px;
	padding-top: 5px;
	padding-left: 5px;
}

.cheader{
	background-color: #FFFFFF;
	height: 100px;
	width: 200px;
	overflow: auto;
}

/* contact */

#contact{
	width: 100%;
	margin-right: 5px;
	margin-left: 5px;
}

#contact td{
	padding: 5px;
}

.c1{
	background-color: #F8F8F8;
	height: 25px;
}

.c2{
	height: 25px;
}

.c1 insert, c2 insert{
	width: 194px;
}

.links{display:none;}
