/*------------------------------------------------------------------
	[Master Stylesheet]
	
	Project:		Fraam
	Version:		1.0
	Assigned to:	Frederik van den Dool
    Company:		WIS Services BV http://www.wis.nl/
	Primary use:	Web
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Typography]

	
	
	[Colors]
	
	
	
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
	[Table of contents]
	
	[1. kop]
	[2. menulinks]
	[3. tekst]
	[4. menurechts]
---------------------------------------------------------------------*/


/*-------------------------------------------------------------------
[1. body]
---------------------------------------------------------------------*/

body, button, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td, hr 
{
	padding: 0;   
	margin: 0;
}
img
{
	border: none;
}

body 
{
	font: normal 12px/16px Verdana,Tahoma,Geneva,sans-serif;
}

h1 
{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 14px;
	margin-top: 8px;
	color: #DF091A;
}

h2
{
	font-size: 12px;
	color: #DF091A;
	padding-top: 10px;
}

a
{
	text-decoration: none;
	color: #66b6db;
	outline: none;
}

a:hover
{
	text-decoration: none;
}


/*-------------------------------------------------------------------
[1. container]
---------------------------------------------------------------------*/

div#container 
{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

/*-------------------------------------------------------------------
[1. kop]
---------------------------------------------------------------------*/

div#kop {
	width:900px;
	height:285px;
	background: url(/images/kop_restyle.png) no-repeat;
	z-index: 1;
	position: relative;
}

div#kop .nieuws {
	width: 320px;
	height: 285px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2
}

div#koptekst {
	left: 0;
	height: 85px;
	top: 90px;
	width: 300px;
	z-index: 1;
	position: absolute;
	text-align: center
}

div#koptekst span {
	color: #fff;
	font: bold 24px/30px Comic Sans MS, Arial, sans-serif;	
	width: 200px;
}
div#koptekst span.link {
	position: absolute;
	left: 190px;
	width: 100px;
	top: 55px;
	font-size: 18px;
}

div#koptekst a{
	position: absolute; 
	top:0; 
	right:0; 
	bottom:0; 
	left: 0;
	z-index: 3;
	display: block;
}

/*-------------------------------------------------------------------
[2. menulinks]
---------------------------------------------------------------------*/

div#menulinks {
	width: 187px;
	height: 100%;
	margin-left: 43px;
	float:left;
}

div#menulinks ul {
	font: bold 17px Comic Sans MS, Arial, sans-serif;	
	list-style: none;
}

div#menulinks ul li {
	margin-bottom: 5px;
}

div#menulinks ul li a {
	color: #66b6db;	
	text-decoration: none;
}

div#menulinks ul li.active a, div#menulinks ul li ul li.active a {
	color: #DF091A;
}

div#menulinks ul li.active ul li a, div#menulinks ul li ul li a  {
	padding-left: 20px;
	color: #66b6db;
}

div#menulinks ul li ul li.active a {
	color: #DF091A;
}

/*-------------------------------------------------------------------
[3. tekst]
---------------------------------------------------------------------*/

div#tekst {
	width:455px;
	height:100%;
	min-height: 1px;
	float:left;
	margin: 0 30px 10px 0;
	}

div#tekst ul {
	margin-left: 35px;
}

table .nieuws tr td.bijschrift
{
	padding-left: 30px;
}
	
	
/*-------------------------------------------------------------------
[4. menurechts]
-------------------------------------------------------------------*/

div#menurechts {
	width:185px;
	height:100%;
	float:left;
	line-height:16pt;
}
div#menurechts .agenda {
	font-family: Comic Sans MS, Arial, sans-serif;
	margin-bottom: 5px;
	color: #96BD0D;
	font-size: 25px;
	font-weight: bold;
}

div#menurechts ul.nieuws, div#menurechts ul.agenda {
	margin: 10px 0 10px 0;
	font-size: 11px;
	list-style: none;
}
div#menurechts ul.nieuws li .datum, div#menurechts ul.agenda li .datum
{
	color: #96BD0D;
	font-weight: bold;
	margin-right: 3px;
}

div#menurechts ul.nieuws li {margin-top:15px; line-height:12px;}
div#menurechts img {
    float: left;
    height: 29px;
    margin-right: 12px;
    margin-top: 4px;
    width: 39px;
}

