* {
     margin: 0;
     padding: 0;
}

html {
	overflow-y:scroll;
}


body {
     background-image: url(images/back.jpg);
     background-repeat: repeat;
	 color:#FFF;
	 font-family:"Myriad Pro", Tahoma, Arial, "trebuchet MS", "Gill Sans MT", sans-serif;
}

.midden {
     position: relative;
     width: 772px;
     /* 
	 left: 50%;
     margin-left: -386px;
	 */
	 margin:0px auto;
	 background-repeat:repeat-y;
	 background-image:url(images/midden.jpg);
}

.logo{
	background-image:url(images/logo.jpg);
	width:772px;
	height:160px;
	position:relative;
	display:block;
}

.menu{
	width:772px;
	height:124px;
	background-image:url(images/menu.jpg);
}

.boven{
	width:772px;
	background-image:url(images/boven.jpg);
	background: scroll center top;
	background-repeat:no-repeat;
}

.content{
	width:650px;
	padding-left:58px;
	padding-right:20px;
	padding-top:20px;
}

.footer{
	width:772px;
	height:157px;
	background-image:url(images/onder.jpg);
	background-repeat:no-repeat;
	line-height:150px;
	text-align:center;
	clear:right;
}

/*MENU*/

.menu ul {
     list-style: none inside none;
	 text-align:center;
	 line-height:134px;
}

.menu li {
     display: inline;
}

.menu a {
     color: #FFF;
	 font-size:25px;
     text-decoration: none;
	 border-left:solid #999999 1px;
	 padding-left:30px;
	 padding-right:30px;
}

.streep{
	border-left:1px solid #fff;
}

#geenstreep{
	border-left:none;
}

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

#rss{
	border-left:none;
	top: 40px;
	background-image:url(images/rss.png);
	width:12px;
	height:12px;
	padding:0px;
	display:block;
	position:absolute;
	top: 265px;
	right:50px;
	border:none;
}

/*CONTENT scroll */

a{
	color:#FFF;
}

.goto{
	font-size:14px;
	float:right;
	background-color:#cc3300;
	border:1px solid #fff;
	padding:2px 10px 0px 0px;
}

.goto:hover{
	border:1px solid #fff;
	/*#1f1f1f;*/
}

.goto img{
	padding-left:7px;
	padding-right:7px;
	border:none;
}

.goto a{
	text-decoration:none;
}

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

h1{
	font-size:28px;
	padding:10px 0px 10px 0px;
	text-decoration:none;
	font-weight:normal;
}

h2{
	font-size:18px;
	margin-bottom:10px;
	text-decoration:none;
}

.scroll{
	padding:0px 0px 40px 0px;
}

.youtube{
	text-align:center;
}

.info{
	font-size:16px;
	padding-left:10px;
}

.imglinkborder{
	padding:1px;
	background:#FFF none repeat scroll 0 0;
	border:2px solid #1f1f1f;
}

.imglinkborder:hover{
	padding:1px;
	background:#1f1f1f none repeat scroll 0 0;
	border:2px solid #1f1f1f;
}

.imgborder{
	padding:1px;
	background:#FFF none repeat scroll 0 0;
	border:2px solid #1f1f1f;
}

/*INDEX linkerkant */

.mante{
	padding:1px;
	background:#FFF none repeat scroll 0 0;
	border:2px solid #1f1f1f;
	float:left;
	margin-right:14px;
	margin-top:5px;
}

.overmezelf{
	font-size:14px;
	width:230px;
	padding-right:10px;
}

.tabeltop{
	vertical-align:top;
}

/*BLOG index rechterkant */


.blog{
	padding-left:15px;
	padding-right:10px;
}

.titel {
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	width:300px;
}

.titel a{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

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

.datum{
	font-size:12px;
	font-weight:normal;
	right:80px;
	position:absolute;
	line-height:25px;
}

.bericht, .comment{
	font-size:14px;
}

.comment{
	width:230px;
	background-color:#FFF;
	padding:10px;
	color:#000;
	border-bottom:1px #000000 solid;
	border-right:1px #000000 solid;
	margin-left:120px;
	margin-bottom:20px;
}

.pijl{
	vertical-align:text-top;
	padding:0px 6px 00px 0px;
	float:left;
	background-image:url(images/tekstpijl.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:120px;
}

.navigatie{
	position:absolute;
	bottom:150px;
	font-size:15px;
	width:360px;
	text-align:center;
}

.navigatie a{
	text-decoration:none;
}

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

.actief{
	font-weight:bold;
}

.navigatielinks{
	position:absolute;
	bottom:150px;
	font-size:15px;
	text-align:left;
	text-decoration:none;
}

.navigatielinks:hover{
	font-weight:bold;
}

.navigatierechts{
	text-align:right;
	position:absolute;
	bottom:150px;
	font-size:15px;
	left:675px;
	text-decoration:none;
}

.navigatierechts:hover{
	font-weight:bold;
}

.navigatievorige{
	font-size:15px;
	text-align:left;
	font-weight:bold;
	padding-top:20px;
	text-decoration:none; 
}

.navigatievorige:hover{
	text-decoration:underline;
}

.door{
	font-size:14px;
	text-decoration:none;
	color:#999;
	text-align:right;
	display:block;
	padding-top:10px;
}

.pijl a{
	text-decoration:none;
}

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

.aantalcomments, {
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}

.aantalcomments:hover, .meer:hover{
	text-decoration:underline;
}

/*FOOTER */

.footer a{
	font-size:12px;
	text-decoration:none;
}

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

.footer p{
	font-size:12px;
}

.footer p a img{
	border:none;
}



/*FORM */

.contact{
	width:500px;
	padding-left:15px;
}

fieldset {
	border:none;
}
	
input{
	margin-bottom: 5px;
	padding: 4px;
	margin-right:20px;
}


textarea{
	margin-bottom: 5px;
	padding: 4px;
	overflow:auto;
	width:255px;
	height:120px;
}

textarea.focus, input.focus {
    background: none #fff;
    border: solid 2px #c74c14;
	padding:1px;
	margin-right:20px;
}
	 
textarea.idle, input.idle {
	border: solid 2px #7f1e06;
	background-image:url(images/bluebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding:1px;
	margin-right:20px;
}

#textareanormaal{
	margin-bottom: 5px;
	padding: 4px;
	overflow:auto;
	width:450px;
	height:200px;
}	

#button, #button2{
	height:30px;
	width:100px;
	background-image:url(images/bluebg_kn2.jpg);
	background-color:#FFF;
}

#button.idle, , #button2.idle{
	background-image:url(images/bluebg_kn1.jpg);
	background-color:#FFF;
	background-position:bottom;
}

span.error{
	padding:20px;
	font-size:15px;
	line-height:15px;
	background-image:url(images/error.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-right:0px;
}

label{
	font-size:18px;
}

.klein{
	font-size:12px;
}


/* BB code */

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.quotebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
   border: 1px solid #BFBFBF;
} 

/* BBknoppen aan invoerveld */
.btn {
	background: transparent url('images/bbbuttons.gif') no-repeat scroll 0 0;
	width:20px;
	height:20px;
	margin-right:5px;
	display:inline-block;
	float:left;
}

.bold {
	background-position:0 0;
}

.bold:hover {
	background-position:0 -25px;
}

.italic {
	background-position:-25px 0;
}

.italic:hover {
	background-position:-25px -25px;
}

.underline {
	background-position:-50px 0;
}

.underline:hover {
	background-position:-50px -25px;
}

.link {
	background-position:-75px 0;
}

.link:hover {
	background-position:-75px -25px;
}

.image {
	background-position:-150px 0;
}

.image:hover {
	background-position:-150px -25px;
}

.back {
	background-position:-250px 0;
}

.back:hover {
	background-position:-250px -25px;
}

.back_disable {
	background-position:-250px -50px;
}

.forward {
	background-position:-275px 0;
}

.forward:hover {
	background-position:-275px -25px;
}

.forward_disable {
	background-position:-275px -50px;
}