/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CCCCCC url(images/bg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
}

a {
	color: #b62708;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 1000px; /* vroeger 900 */
	height: 144px;
	margin: 0 auto;
	background: url(images/banner.gif) no-repeat center center ;
	border-top: 10px solid #e7310a;
	border-bottom: 10px solid #e7310a;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
padding-left: 80px;
padding-top: 40px;
}

#header h2 {
padding-left: 80px;
}

#header h1 a {
font-size: 24px;
}

#header h2 a {
font-size: 12px;
}


#menu
{
margin: 0 auto;
width: 980px;  /* vroeger 880 */
padding-left: 10px;
padding-right: 10px;
height: 38px;
background: url(images/buttons_back.gif) repeat-x;
border-top: 1px solid #ffffff}

#menu ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	float: left;
	width: 88px;
	height: 23px;
	background: url(images/buttons_back.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;

}

#menu a:hover {
	width: 88px;
    height: 23px;
	text-decoration: underline;
	background: url(images/buttons_back_r.gif);
}

/* Content */

#content {
	width: 1000px;   /* vroeger 670 px*/
	border-top: 1px solid #CCCCCC;
	background-image: url(images/img2.gif);
	background-repeat: repeat-y;
	background-position: center;
	/*padding-top: 107px;*/
	padding-top: 5px;
	padding-right: 107px;
	padding-bottom: 10px;
	padding-left: 107px;
	margin: 0 auto;
}

#news {
	width: 1000px;  /* vroeger 670 px*/
	border-top: 1px solid #CCCCCC;
	background-image: url(images/img2.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 5px;
	padding-bottom: 10px;
	padding: 20px;  /* vroeer 107 regelt de hoogte van een div*/
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 900px;
	padding: 50px;  /* vroeger 50  */

}

#colNews {
	float: inherit;
	width: 900px;
	padding: 50px;   /* vroeger 50 */
}

/* Footer */

#footer {
	width: 1000px;  /* vroeger 900 */
	margin: 0 auto;
	background: #000000;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}

.style1 {color: #FF3300}
.style2 {font-size: small}
.style4 {font-size: xx-large}

