/* NED.HERV.Kerk Putten CSS*/
/*Author: Jasper Geertsma*/
/*Datum: 08-04-2008*/

@charset "utf-8";

/*Major style*/

	body{
		background:url(../images/bg.png) repeat;
		padding:0px;
		margin:0px;
		color:#000000;
		font-size:12px;
		font-family:"Trebuche MS", Tahoma;
}
	
	#main{
		background:#ffffff;
		width:970px;
		margin:0 auto;
		height:auto;
		overflow:auto;
}
	
	#header{
		background:url(../images/header.png);
		width:785px;
		height:300px;
		float:left;
		border-bottom:1px solid #bf5f12;
}

	div#date-to-next-boeldag{
		background: #DFDDCE;
		font-size: 30px;
		color: #bf5f12;
		position: relative;
		margin: 125px 0 0 150px;
		padding-left: 19px;
		width: 235px;
	}
	
	div#date-to-next-boeldag p{
		font-size: 12px;
		margin: 0;
	}
	
	#menu{	
		background:#ffffff;
		float:right;
		width:168px;
		height:300px;
		border-bottom:1px solid #bf5f12;
}
	
	#content{
		background:#ffffff;
		width:850px;
		float:left;
		padding:10px;
}
	
	#subContent{
		background:#ffffff;
		width:190px;
		float:right;
		padding:10px;
		border-left:1px solid #bf5f12;
}
	
	#footer{
		width:100%px;
		height:12px;
		position:fixed;
		bottom:0px;
}

/* Link styles*/
	
	a.menu:link, a.menu:active, a.menu:visited{
		color:#bf5f12;
		font-size:12px;
		text-decoration:none;
}
	
	a.menu:hover{
		color:#9da7b0;
		font-size:12px;
}

	#footer a{
		color:#bf5f12;
	}
	
	#footer a:hover{
		color:#9da7b0;
	}
	
	a:active, a:visited, a:link{
		border-color:#bf5f12;
		text-decoration:none;
	}
	
	img{
		border:none;
		margin:0px;
	}

/* SUB styles: P, H, SPAN, UL, LI, HR */
	
	.title{
		color:#bf5f12;
		margin:0 0 20px 0;
		font-size:10px;
}
	
	.subTitle{
		color:#9da7b0;
		margin:0 0 20px 0;
		font-size:10px;
}
	
	.headSpan{
		color:#f3a829;
}
	
	.subHeadSpan{
		color:#9da7b0;
}
	
	#menu ul{
		list-style-type:none;
		margin:0px;
		padding:0px;
}
	
	#menu ul li{
		background:url(../images/menu_bg.png);
		padding:2px 0 0 15px;
		margin-top:5px;
		width:153px;
		height:18px;
}

div#announce{
	border: 1px dotted #000; 
	background-color: #bf5f12;
	width: 773px;
}

h1{
		font-size:16px;
		font-style:italic;
		color:#bf5f12;
}

h2{
		font-size:16px;
		font-style:italic;
		color:#fff;
}

h2 a{
		text-decoration: underline !important;
		color: #fff;
}

/*form*/

/* FORM*/

input, textarea, input.submit{
	padding:3px;
	border:1px solid #bf5f12;
	background:#FFFFFF;
}
input:focus, textarea:focus{
	border:medium solid #9da7b0;
}
textarea{
	overflow:auto;
}

input.submit:focus{
	border:medium solid #9da7b0;
	background:#ffffff;
	width:130px;
}

input.submit{
	border:1px solid #bf5f12;
	background:#ffffff;
	width:130px;
}

.thumbs{
	border:3px solid #9da7b0;
	margin:7px;
}

.thumb-image:hover img{
	border:3px solid #BF5F12;
}

hr{
	border: none;
	height: 1px;
	background: #BF5F12;
}
