
html {overflow-y: scroll;} /* altijd scrollbar in beeld */
* {
margin: 0px;
padding: 0px;
line-height: 18px;
}

p{
	padding: 15px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #c6c6c6 url(/img/UITIVMLELIJK_bgtop.gif) top repeat-x; /* bg was  #e7ede7 */
}

a {
	color: #c00000;
}


input, textarea {
	background: #e8e8e8;
	border: 1px solid #808080;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 1px;
	color: #000;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
	color:#FFFFFF;
	padding-top: 36px;
	padding-left: 39px;
	padding-bottom: 15px;
}

#main
{
width: 1000px;
margin: 0 auto;
background: url(/img/conbg.gif) repeat-y center;
}


/* Header */

#header {
	height: 129px;
	width: 1000px;
	margin: 0 auto;
}

#logo {
width: 1000px;
height: 129px;
background: url(/img/header.jpg) no-repeat;
}

#menu {
height: 47px;
width: 100%;
/*margin: 0 auto;*/
background:url(/img/menubg.gif) repeat;
float: left;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 160px;
	height: 37px;
	padding-top: 13px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #264617;
	
}

#menu a:hover {
	
	text-decoration:none;
	color: #910101;
}

#menu a.current {
	color: #910101;
}

/* Page */

#page {
	width: 976px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 503px;
	margin: 10px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

.post H2
{
width: 503px;
height: 25px;
font-size: 14px;
font-weight: bold;
text-align:left;
padding: 14px 0 0 16px;
text-transform: uppercase;
color: #ffffff;
background: url(/img/contitle.gif) no-repeat;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 226px;
	margin-top: 10px;
	color: #000000;

}

.sidebar ul {
	margin-top: 15px;
	margin-left: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
	padding-right: 30px;
	
}

.sidebar ul li a{
	color:#000000;
	text-decoration: none;
}

.sidebar ul li a:hover{
	color:#c00000;
}


.sidebar li {
	display: block;
	margin-bottom: 15px;
}

.sidebar h2 {
width: 226px;
height: 25px;
font-size: 14px;
font-weight: bold;
text-align:left;
padding: 14px 14px 0px 14px;
text-transform: uppercase;
color: #ffffff;
background: url(/img/title.gif) no-repeat;
}

.bottom_small
{
height: 2px;
background: url(/img/left_bottom.gif) no-repeat bottom left;
margin-bottom: 20px;
}


#leftbar .line1, #rightbar .line1
{
background: url(/img/left_bg.gif);
padding: 14px;
}

/* Left Sidebar */

#leftbar {
/*float: left;*/
}

/* Right Sidebar */

#rightbar {
/*float: right;*/
}


/* Footer */

#footer {
	clear: both;
	padding-top: 15px;
	height: 12px;
	background: url(/img/footer.gif) #e7ede7 no-repeat top;
	text-align: center;
	font-size: smaller;
	color: #000;
}

#footer a {
	color: #c00000;
}

#nws a {
	text-decoration: none;
}

#nws a:hover {
	text-decoration: none;
	color: white;
	background: red;
}

#clb:hover {
	text-decoration: none;
	color: white;
	background: silver;
}


#nwsitems  {
	width: 200px;
	margin: 12px 0px 3px 0px;
	padding: 4 2 4 2;
	border-bottom: 1px dashed #f2f2f2;
}

#nwsitems a {
	text-decoration: none;
}

#nwsitems:hover {
	text-decoration: none;
	color: white;
	background: silver;
}

/* STIPPENLIJN */
#stippenlijn { width: 300px; text-align: left; padding-left: 10; margin: 10px 0px 0px 0px; border: dashed 1px #008fc1; background-color: #e5f9ff; color: #008fc1; }
	#stippenlijn p { padding: 2px; }
#stippenlijngroot { width: 100%; text-align: left; padding-left: 10px; margin: 0px; border: dashed 1px #f09403; background-color: #f5f5f5; color: #000; }
	#stippenlijngroot p { margin: 0px 0px 0px 0px; }
/* STIPPENLIJN EIND */
