@charset "UTF-8";
/* CSS Document */

body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
margin: 0;
padding: 0;
}


/*Contenttitel*/
h1
{
font-size: 13pt;
text-transform: uppercase;
font-weight: normal;
background-image: url(../../img/algemeen/lijnen.jpg);
color: #FFFFFF;
width: 485px;
height: 27px;
padding-left: 15px;
padding-top: 8px;
}

/*Nieuwstitel*/
h2
{
font-size: 13pt;
text-transform: uppercase;
font-weight: normal;
background-image: url(../../img/algemeen/lijnen.jpg);
color: #FFFFFF;
width: 195px;
height: 27px;
padding-left: 15px;
padding-top: 8px;
}

/*Titels van de items in de content-sectie */
h4
{
color: #054649;
border-bottom: 1px solid #054649;
font-size: 11pt;
margin-top: -5px;
font-weight: normal;
}


/*divs*/
#container
{
position: absolute;
width: 750px;
left: 50%;
top: 50px;
margin-left: -375px;
}

#nav
{
color: #054649;
text-align: right;
position: absolute;
top: 65px;
right: 0;
width: 750px;
font-size: 9px;
}

	#nav a
	{
	text-decoration: none;
	color: #054649;
	}

	#nav a:hover
	{
	color: #19BBCE;
	}
	

#mainnav
{
position: absolute;
width: 735px;
left: 0px;
top: 78px;
height: 33px;
color: #054649;
text-transform: uppercase;
font-size: 10pt;
padding-left: 15px;
padding-top: 17px;
background-image: url(../../img/algemeen/lijnen.jpg);
}

	#mainnav a
	{
	text-decoration: none;
	color: #054649;
	}

	#mainnav a:hover
	{
	color: #FFFFFF;
	}
	
	
#content
{
position: absolute;
width: 500px;
height: 550px;
top: 150px;
left: 0px;
}

	#content p
	{
	line-height: 130%;
	}

#nieuws
{
position: absolute;
width: 210px;
top: 150px;
right: 0;
}

	#nieuws p
	{
	line-height: 130%;
	}

#footer
{
position: absolute;
margin-bottom: -60px;
bottom: 0;
font-size: 7pt;
background-image: url(../../img/algemeen/lijnen.jpg);
color: #FFFFFF;
width: 750px;
height: 15px;
padding-left: 15px;
padding-top: 5px;
}


/* Links */
a
{
text-decoration: none;
color: #19BBCE;
}

a:hover
{
color: #054649;
}

a img
{
border: 1px solid #19BBCE;
margin-left: 10px;
}

a:hover img
{
border: 1px solid #054649;
}


/* List-items */
ul
{
line-height: 150%;
}


/* Tabel */
table
{
width: 100%;
border-collapse: collapse;
}

th
{
color: #054649;
text-align: left;
border-bottom: 1px solid #054649;
}

td
{
vertical-align: top;
height: 40px;
border-bottom: 1px solid black;
}


/* Classes */
.rechts
{
text-align: right;
}

.nieuwsbericht
{
border-bottom: 1px solid #19BBCE;
padding-bottom: 20px;
margin-top: -10px;
}

.update
{
padding-bottom: 10px;
margin-top: -10px;
}

.groen
{
color: #054649;
font-weight: bold;
}

.info
{
background-image: url(../../img/algemeen/info.jpg);
background-repeat: no-repeat;
width: 460px;
padding-left: 40px;
min-height: 30px;
}

.award
{
background-image: url(../img/algemeen/award.jpg);
background-repeat: no-repeat;
width: 460px;
padding-left: 40px;
height: 24px;
padding-top: 2px;
margin-top: 20px;
}

.award2
{
background-image: url(../../img/algemeen/award.jpg);
background-repeat: no-repeat;
width: 460px;
padding-left: 40px;
height: 26px;
margin-top: 20px;
}

.view
{
background-image: url(../../img/algemeen/view.jpg);
background-repeat: no-repeat;
width: 470px;
padding-left: 30px;
margin-top: 20px;
margin-bottom: 30px;
}

.sup
{
vertical-align: super;
font-size: 9px;
}

.fotolinks
{
float: left;
margin-right: 30px;
}

.gemeente
{
margin-left: 40px;;
}

#overmij
{
margin-left: 115px;
}

#logo
{
margin: 0;
}

#logo a img
{
border: none;
}


/* Portfoliopagina */
#portfolio
{
position: absolute;
left: 0px;
top: 80px;
}
