@charset "utf-8";
@import url(browser.css);
@import url(foto.css);
@import url(openboek.css);
@import url(gallery.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;
	background-image: url(media/bg.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}

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

a img{
	border: none;

	}

p{
	font-family:"Comic Sans MS", cursive;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3333D5;
	text-decoration: none;
	}

#overal_holder{
	height: auto;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}

#container{
	position: relative;
	overflow: hidden;
	height: auto;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c9cbcc;
	border-left-color: #c9cbcc;
	min-height: 600px;
}



#menu{
	height: 20px;
	width: auto;
	margin-top: 5px;
	margin-left: 15px;
	margin-right:20px;
	z-index: 10001;
	position:relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.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: auto;
	width: auto;
	margin-bottom: 5px;
	overflow: hidden;
	margin-right: 15px;
	margin-left: 13px;
	margin-top:5px;
}

#header2{
	height: 236px;
	width: 900px;
	background-image:url(media/header_overlay.png);
	z-index: 10000;
	position:absolute;
	top:5px;
}

#content{
	height: auto;
	width: 75%;
	float: left;
	padding-left: 5px;
	margin-left: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#tiny_mce{
	width:647px;}


#side{
	padding: 5px;
	float: right;
	height: auto;
	width: 20%;
}

#top{
	background-image: url(media/top.png);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 25px;
	width: 901px;
	margin-top:20px;
	margin-left:20px;
}

#top ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:right;
	width: auto;
}

#top ul li{
	float: left;
	margin-right:5px;
	height:20px;
}

#top ul li .left{
	background-image: url(media/top_menu_left.png);
	background-repeat: no-repeat;
	background-position:top;
	width:8px;
	height:20px;
	float:left;
}

#top ul li .center{
	background-image: url(media/top_menu_center.png);
	background-repeat:repeat-x;
	background-position:top;
	height:20px;
	width:auto;
	float: inherit;

}

#top ul li .right{
	background-image: url(media/top_menu_right.png);
	background-repeat: no-repeat;
	background-position:top;
	width:8px;
	height:20px;
	float:left;
}

#top a{
	font-family: Calibri, Georgia;
	color: #999;
	font-size: 16px;
}

#top a:hover{
	color: #333;
}

#footer{
	width: 900px;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 15px;
	vertical-align: middle;
	word-spacing: normal;
}

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

#bottom{
	background-image: url(media/bottom.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 901px;
	margin-left: 20px;
}

/* gespecialiseerde menu gegevens*/

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

}

#menu_items li{
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

#menu_items li a{
	font-family: Calibri, Georgia;
	font-size: 14px;
	font-weight: 200;
	color: #999;
	text-decoration: none;	

}

#menu_items li a:hover{
	text-decoration: underline;
}

#menu_items li a:visited{}

/* bericht styling */

.titel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	color: #333399;
	text-decoration: none;
	clear: left;
}

.titel a{
	font-family: "Comic Sans MS", cursive ;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	color: #333399;
	text-decoration: none;
}



.mess {
}

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


.writer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: Verdana, 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: Verdana, 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: Verdana, 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{display:none;}

.links{display:none;}

#side_menu{}

#side_menu, #side_menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 450;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right:10px;
}

#side_menu li{
	
}

#side_menu li a:hover{
	background-color: #0099FF;
}

#login{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#login_content a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-variant: normal;
	color: #009900;
	text-decoration: none;}

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


#headlines{}

#news{}


/* edit rules */

.edit, .edit a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	float: right;
}

.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;
}

/* Head Menu */

#head_menu{
	height: auto;
	width: 20px;
	float:left;
	margin:0;
	padding:0;
}

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

#head_menu ul li{}

#head_menu ul li .top{
    background-image: url(media/side_menu_top.png);
	background-repeat: no-repeat;
	background-position:top;
	width:25px;
	height:4px;
	float:left;}

#head_menu ul li .middle{
	background-image: url(media/side_menu_middle.png);
	background-repeat: repeat-y;
	background-position:top;
	width:20px;
	height:auto;
	float:left;}

#head_menu ul li .bottom{
    background-image: url(media/side_menu_bottom.png);
	background-repeat: no-repeat;
	background-position:top;
	width:25px;
	height:9px;
	float: left;
}
