/* Start Template */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #3a0000;
}

#wrapper {
	width: 1000px;
	min-width: 1000px;
	margin:0 auto;	
}


/* End Template */

/* Groups*/
#wrapper #header, #menu, #content, #footer {
	overflow:hidden;
}

#wrapper #headerFoto, #menu,#content{
	float:left
}

#wrapper #header {
	margin-top: 50px;
}

#wrapper #logo {
	width: 241px;
	height: 150px;
	float: left;
}

#wrapper #headerFoto {
	margin-left: 10px;
}

#wrapper #header{
	width:100%;
}

#wrapper #body {
	width: 100%;
	height: 200px;
	margin: -10px 0 0 0; /* NEEDS TO FIX NEGATIVE */
}

#wrapper #body #vlak {
	height: 200px;
	background:  url(../img/body.png) repeat-x center 50%;
}

#wrapper #menu {
	width:223px; 
	height: 368px;  
	background: url(../img/menu.png);
}

#wrapper #menu ul {
	margin: 10% 0 0 12%;
	line-height: 160%;
	list-style: none;
	font-family: Helvetica, Arial;
}

#wrapper #menu ul a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#wrapper #menu ul a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#wrapper #content {width:75%; margin: 0 0 0 2.5%; min-height: 300px;}

/* FOOTER */
#wrapper #footer {
	border-top: 1px solid #a54a93;
	width: 98%;
	margin:0 auto;
	margin-top: 20%; /* DEF 200px*/
	clear:left;
}

#wrapper #footer .tekst {
	float:left;
	width: 28%;
	font-family: Helvetica, Arial;
	color: #565656;
	font-size: 1.0em;
	text-align: center;
	margin: 2% 0 0 3%;
}

#wrapper #footer #girl {
	margin: 2% 0 0 0;
}

#wrapper #copyright {
	margin: 2% 0 0 0;
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	float:left;
}

/* Nifty (Rounded corners / borders)*/

#wrapper #body #content div#nifty {
	width: 95.5%;
	background: #FFFFFF;
	min-height: 10%;
}
#wrapper #body #content div.rounded div {
	height: 1px;
	overflow: hidden;
	min-height: 10%;
}

#wrapper #body #content div#nifty div#contentTekst{
	font-family: Helvetica, Arial;
	padding: 16px;
	color: #2e2e2e;
	font-size: 0.9em;
}

#wrapper #body #content div#nifty div#contentTitel h1{
	font-family: ChunkFive;
	color: #a03f8c;
	border-bottom: 2px dotted #a64c94;
	margin: 0 0 0 2%;
	width: 96%;
	font-size: 1.4em;
}




.itemErrorField {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #FF3D37;
	border: 2px solid #FF0000;
	padding: 15px;
	font-weight: bold;
	font-family: Tahoma;
}

.itemErrorInput {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #FF3D37;
	border: 1px solid #FF0000;
	padding: 3px;
	font-family: Tahoma;	
}

.itemField {
	vertical-align: top;
	font-weight: bold;
	font-size: 90%;
	font-family: Tahoma;

}

/* ========= nieuws ============= */
#nieuws {
	font-family: Verdana;
	color: #615853;
	font-size: 1.0em;
	margin: 5% 0 0 0;
}

#nieuwsItem {
	background-color: #CCCCCC;
}

#nieuws h1 {
	font-size: 1.8em;
	color: #ffff00;
	font-family: Georgia, Verdana;
	margin-top: -18px;
	font-weight: bold;
}

.newsDate, .newsTitle {
	font-size: 1.0em;
}

.newsDate {
	color: #77d1f4;
	font-family: Georgia, Verdana;
}


.newsTitle {
	color: #77d1f4;
	font-family: Georgia, Verdana;
	font-weight: bold;
}

.newsThumb {
	float: left;
	margin-top: 5px;
}

#nieuws .newsThumb img {
	border: 4px solid #615853;
}

#nieuws .newsDescription {
	font-family: Verdana;
	float: left;
	width: 60%;
	color: #615853;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 0.9em;
}

#nieuwslink:link, a#nieuwslink:visited, a#nieuwslink:active {
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}

#nieuws a#nieuwslink:hover {
	text-decoration: underline;
}

#nieuwsMore a#nieuwsMoreLink:link, a#nieuwsMoreLink:visited, a#nieuwsMoreLink:active, a#nieuwsMoreLink:hover {
	color: #77d1f4;
	font-size: 1.0em;
	font-family: Verdana;
	text-decoration: none;
}

a#nieuwsMoreLinkSmall:link, a#nieuwsMoreLinkSmall:visited, a#nieuwsMoreLinkSmall:active, a#nieuwsMoreLinkSmall:hover {
	color: #615853;
	font-size: 1.0em;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

.clear{
	clear: both;
}

/* ========= nieuws ============= */
