/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
         height: 100%;
}

body  {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	background: #D2DAD0;
}

#wrapper {
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #009900;
	width:900px;
	background: #E9E9E9;
} 

#kop {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center; 
	height: 150px;
}

#menu {
	width:100%;
}
#links {
	float:left;
	width:675px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	overflow:hidden;
         background: #FFFFFF;
}

#rechts {
	float: right;
	width: 200px;
}
#rechts-tekst {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
}
h1,h2,h3,h4,h5,h6,p,ol,ul {
	margin:0.5em 15px;
}

img {
	border:none;
}
hr {
  background: #009900;
  height: 1px;
  width: 100%;
}

a:link, a:visited {
	color: #669900; 
	text-decoration: none;
}

a:hover {
	color: #336600;
	text-decoration: none;
}
fieldset {
  border: none;
}
#form-login {
  font-size: 80%;
}
#form-login p {
	margin: 1px;
	padding: 1px;
}
#form-login ul {
    margin: 1px;
	padding: 1px;
	list-style:none;
}
.contentheading {
        color:#009900;
        font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
        font-weight:bold;
}



/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align:left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: left;

}

.latestnews, .eventlistmod, .module_toevoegen .menu {
	padding: 0;
	margin: 0;
}
.module{
	margin-top: 20px;
	margin-bottom: 20px;
}
.module_toevoegen {
	margin-top: 20px;
	margin-bottom: 40px;
}

.latestnews ul, .latestnews li, .module_toevoegen ul, .module_toevoegen li {
	list-style-type:none;
	height: 20px;
}
.eventlistmod ul, .eventlistmod li {
	list-style-type:none;
	height: 40px;
}

/* spacers */
span.article_separator {
display: block;
height: 20px;
}

.article_column {
padding-right: 5px;
}

.column_separator {
border-left: 2px dashed #e0e0e0;
padding-left: 10px;
}

/* Tooltips */
.tool-tip {
float: left;
border: 1px solid #D4D5AA;
padding: 5px;
background: #FFFFCC;
max-width: 200px;
z-index:100;
}