/***********************************/
/**    (c) Stefan Verkerk        **/
/**    (c) Hanzelijn-Hattem.nl  **/
/**     - Overname verboden -  **/
/*******************************/

body{
	margin:0;
	padding:0;
	text-align:center;
	background:url(gfx/background.png) repeat-y center #FFF;
	font-family:verdana, tahoma, arial;
	font-size:11px;
}

td{	
	font-size:11px;
}

/***********************************/
/**    DIV                       **/
/*********************************/

div#container{
	margin:auto;
	width:1100px;
	text-align: left;
}
div#logo{
	width:1100px;
	height:125px;
	background:url(gfx/logo_01.jpg) no-repeat;
}
div#menu{	
	background:url(gfx/menu.png) repeat-x bottom #d1001f;
	width:1100px;
	height:35px;
}
	div#menu a{
		font-size:12px;
		font-weight:bold;
		text-decoration:none;	
		color:#FFF;
		padding-top:9px;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:12px;
	}
	div#menu a:hover{
		background:url(gfx/menu-onmouse.png) repeat-x #FF8091;
		cursor:pointer;
	}
div#submenu{
	width:1100px;
	height:20px;
	background:url(gfx/menu-2.png) repeat-x;
    font-size:11px;
	color:#999999;
}
	div.submenu_item{
		display:none;
	}
	div.submenu_item_welkom{
		display:block;
	}
div#content{
	background:#FFFFFF;
	width:800px;
	float:left;
	text-align:left;
	border-right:1px solid #E3E3E3;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}
div#right-menu{
	background:#FFFFFF;
	width:282px;
	float:right;
	text-align:left;
}
div#nieuws-info{
	width:790px; 
	padding:5px;
	background:url(gfx/menu-2.png) top #E3E3E3 repeat-x;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#999;
}
	div#nieuws-info a{
		color:#999;
		text-decoration:none;
	}
	div#nieuws-info a:hover{
		color:#000000;
		text-decoration:underline;
	}


/***********************************/
/**    TYPOGRAFIE                **/
/*********************************/

h1{
	color:#0082C9;
	padding:0px;
	padding-bottom:5px;
	margin:0px;
	font-size:20px;
}
h3{
	color:#0082C9;
	padding:0px;
	margin:0px;
	font-size:14px;
}

a{
	color:#0082C9;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#000;
}

a img.sponsor{
	border:1px dotted #0082C9;
	padding:3px;
	margin:3px;
}
a:hover img.sponsor{
	border:1px dotted #D1001F;
}


/***********************************/
/**    TABEL	                 **/
/*********************************/

td.grijs{
	color:#999999;
}

td.infoplaatjes a img{
	border:1px dotted #0082C9;
	padding:3px;
	margin:3px;
}
td.infoplaatjes a:hover img{
	border:1px dotted #D1001F;
}

td.meernieuws{
	padding:3px;
	background:url(gfx/menu-2.png) top #E3E3E3 repeat-x;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	color:#999;
}
	td.meernieuws a{
		color:#999;
		text-decoration:none;
	}
	td.meernieuws a:hover{
		color:#000000;
		text-decoration:underline;
	}
	
td.fade-f{
	background:url(gfx/fade-f.png) bottom repeat-x;
	text-align:center;
}
	td.fade-f:hover{
		background:url(gfx/fade-f-onmouse.png) bottom repeat-x;
		cursor:pointer;
	}
		td.fade-f:hover a{
			color:#D1001F;
			text-decoration:none;
		}
		td.fade-f:hover a:hover{
			color:#D1001F;
			text-decoration:none;
		}		
td.info-bar{
	background:url(/gfx/menu-2.png) repeat-x top #E3E3E3;
}
	td.info-bar a{
		color:#0082D3;
	}
	td.info-bar a:hover{
		color:#D1001F;
	}


textarea, input{
	background:url(gfx/fade-f-form.png) repeat-x bottom #FCFCFC;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	border:1px solid #999;	
	padding:5px;	
}
textarea:focus, input:focus{
	border:1px solid #0082C9;	
	padding:5px;
}

a.fotofancy{
	color:#FFF;
	text-decoration:underline;
}
