
/* Force scrollbars */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
body {	
	height: 100%;
	background: url(../IMG/bg.jpg) repeat-x top left #666666;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 18px;
}
#flags {
	background:url(../IMG/bg_flags.jpg) no-repeat;
	width: 99px;
	height: 30px;
	padding: 7px 0  0 18px;
	margin-left: 793px;
	position:absolute;
}
#flags a{
	margin: 1px;
}

#social{
	float: left;
	padding:3px 0 0 60px;
}
/* Disable outline */
a:active, a:focus {
    outline: none;
}
* {
	outline: none;
}
#bg_img {
	z-index:-1;
	position: absolute;
	left:0;
}
a img {
	border: 0;
}
a {
	color: #EE4611;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #F30;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#form {
	border:#CCCCCC solid 1px;
	padding: 20px;
}
table td {
	padding: 0 10px 0 0;
}
.table_ph {
	border: solid #CCC 1px;
	padding: 10px 5px;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	  font-size: 100%;
}
/* TEXT */
h1 {
	color: #EE4611;
	font-size: 19px;
	line-height: 22px;
	font-style:normal;
}

h2 {
	color: #EE4611;
	font-size: 15px;
	margin: 10px 0;
	
}
h3 {
	color: #EE4611;
	font-size: 13px;
	margin: 0;
	
}
h4 {
	color: #EE4611;
	font-size: 16px;
	margin:0px;
	padding: 0px;	
}

/* CONTENT */
#container {
	width: 931px;
	margin: auto;
	text-align: left; 
}
#logo {
	margin: 100px 0 0 600px;
	position: absolute;
}

#header {
	height: 200px;
}
#Content {
	width: 483px;
	min-height: 466px;
	padding: 20px 30px 50px 30px;
	margin: 0 0 0 69px;
	background:#FFF;
}
#teaser {
	width:809px;
	margin: 0 0 5px 59px;
}
/* RECHTER KOLOM*/
#kolomRight {
	margin: 0 0 0 614px;
	*margin: 0 0 0 544px;
	position: absolute;
}
	#kolomRight #calender {
	background:url(../IMG/bg_kalender.png) no-repeat;
	width: 278px;
	margin-bottom: 1px;
	height: 167px;
	}
	#kolomRight #hoofdsponsor{
		background: url(../IMG/bg_hoofdsponsor.png) no-repeat;
		width: 278px;
		height:121px;
	}
	#kolomRight #links{
		background:url(../IMG/bg_links.png) no-repeat;
		width: 278px;
		height:62px;
	}
#footer {
	background:url(../IMG/bg_footer.png) no-repeat;
	height: 70px;
	font-size:11px;
	color: #666666;
	width: 830px;
	margin: 10px auto 0 auto;
}
#footer div{
	margin: 0 auto;
	width: 95px;
}
#footer span{
	margin: 15px 30px 0 30px;
}
/* NAVIGATIE */

#nav {
	background:url(../IMG/bg_nav.png) no-repeat center;
	width: 931px;
	height: 53px;
}
/*
#nav ul {
	margin: 0 auto;
	*margin: 0 0 0 80px;
	width: 830px;
}
#nav ul li{
	list-style:none;
	float:left;
	text-decoration:none;
}
#nav ul li a{
	list-style:none;
	clear:both;
	color:#45494C;
	font-size: 12px;
	display:block;
	padding: 12px 12px;
	margin:0;
	z-index: 3;
	text-transform: uppercase;
	font-weight:bold;
	
}
 ul li a:hover{
	list-style:none;
	color: #FFFFFF;
	display:block;
}

#nav ul li a.active{
	
	list-style:none;
	color: #FFFFFF;
}
*/

/* GASTENBOEK */
form#formgb {
	width: 450px;
	padding:15px;
	margin: 10px 0;
	background: #FBFBFB;
	border: #CCCCCC 1px solid;
}
form#formgb input, form#formgb textarea{
	width: 250px;
	border: #CCCCCC 1px solid;
	font:Arial, Helvetica, sans-serif 12px;
}
ul#gastenboek {
	margin: 0;
	padding:0;
}
ul#gastenboek li{
	text-decoration:none;
	list-style:none;
	width: 450px;
	padding: 0 15px 0 15px;
	border: #CCCCCC 1px solid;
	margin: 2px 0;
}
/* NIEUWS ARCHIEF*/
#Nieuws {
	background:url(../IMG/nieuws_bg.jpg) no-repeat bottom right #F9FBFC;
	min-height: 150px;
	margin: 0 0 0 -20px;
	padding: 0 20px 0 20px;
}
ul#archief{
	margin: 0;
	padding:0;
}
ul#archief li{
	line-height: 16px;
	text-decoration:none;
	font-size: 11px;
	list-style:none;
	border-bottom: #CCCCCC solid 1px;
	padding: 10px 20px;
	background: url(../IMG/bullit.png) 0px 13px no-repeat;
}
ul#archief li:hover{
	background: url(../IMG/bullit.png) 0px 13px no-repeat #F5F5F5;
}
ul#archief a{
	text-decoration:none;
	display:block;
}
ul#archief a:hover{
	text-decoration:none;
	display:block;
}
.date {
	color: #666666;
	font-weight:normal;
	font-size: 11px;
}
.pagination {
	padding: 10px 0 0 0;
	font-size: 11px;
}
.pagination a{
	border: #F9FBFC solid 1px;
	text-decoration:none;
	line-height: 15px;
	padding: 5px;
	text-align:center;
	
}
.pagination a:hover{
	border: #333 solid 1px;
	text-decoration:none;
	line-height: 15px;
	padding: 5px;
	text-align:center;
	background: #EE4611;
	color:#FFFFFF;
}
.pagination a.active{
	border: #333 solid 1px;
	text-decoration:none;
	line-height: 15px;
	padding: 5px;
	text-align:center;
	background: #EE4611;
	color:#FFFFFF;
}
#dateTop {
		position: relative;
		z-index: 1;
		text-align:right;
		margin: -30px 0px 0 0;
		color: #666666;
		font-weight:normal;
		font-size: 11px;
		}
