/*==============================Algemeen=============================*/

body, div, h1, h2, h3  { 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
}

body {
	font-size:.75em;  
	margin: 0;
	padding: 0;
	background: #fff url("images/achtergrond.jpg") repeat-x left top;
	text-align: center;
}

a, a:link, a:visited {
	color: #A40000;
	text-decoration: underline;
	padding: 1px 2px;
}

#content a:hover, #smallmenu a:hover, #footer a:hover {
	background-color: #E1DED0;
	padding: 1px 2px;
}


h1 {
	font-size: 1.5em;
	color: #990000;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}


h2 {
	margin: 10px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	line-height: 1.5em;
}

h3 {
	color: #333333;
	margin: 10px 0 20px 20px;
	padding: 0;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
}

h4 {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
	text-align: left;
}

h4 a {
	color: #ccc;
}

p {
	font-size: 1em;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img {
	border: none;
}

img a: hover{
	border: none;
	text-decoration: none;
	background-color: #FFFFFF;
}

.divider {
	line-height: 0;
	height: 0;
	border-top:1px solid #ccc;
	margin: 5px 0;
}

.img_border {
	border: 1px solid #ccc;
	padding: 4px;
}
.hide {
	height: 0px;
	width: 0px;
	position: absolute;
}

/*==============================Navigatie=============================*/
#container {
	width: 85%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
}

/*==============================Header=============================*/


#header {
	background-image:  url("images/achtergrond.jpg");
	height: 77px;
}

#header #logo {
	position: absolute;
	top: 0;
}

#header h1 {
	font-size: 24px;
	_padding-top: 14px;
	color: #FFFFFF;
	margin-top: 2px;
	text-align: right;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	color: #999;
}

/*Smallmenu*/

#smallmenu {
	line-height:normal;
	float: right;
	position: relative;
	margin-top: -20px;
	font-size: 11px;
}
#smallmenu ul {
	margin:0;
	list-style:none;
  }
#smallmenu li {
	float:left;
	margin:0;
	padding:0;
}
#smallmenu a {
	text-decoration:underline;
	color:#333;
}

#smallmenu a:hover {
	color:#333;
}

/*==============================Navigatie=============================*/

#nav #current {
	background-image: url("images/left_on.gif");
}

#nav #current a {
	background-image: url("images/right_on.gif");
	color:#333;
	padding-bottom:5px;
}

#nav {
	float:left;
	width:100%;
	background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
	font-size:85%;
	line-height:normal;
}

#nav ul {
	font: normal 11px/16px "lucida grande", tahoma, arial, verdana, sans-serif;
	margin:0;
	padding:10px 5px 0;
	list-style:none;
  }
#nav li {
	float:left;
	background: url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #765;
}
#nav a {
	display:block;
	background: url("images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}

#nav a:hover {
	color:#333;
}

#nav #current {
	background-image: url("images/left_on.gif");
	border-width:0;
}

#nav #current a {
	background-image: url("images/right_on.gif");
	color:#333;
	padding-bottom:5px;
}

/*==============================Content=============================*/
#content {
	width: 100%;
	padding: 45px 0 0px;
}

#content ul {
	color: #666;
	margin: 0px;
	padding: 0px 20px 5px;
	padding: 10px 20px 5px;
}

#content li {
	margin: 0px 0 0px 20px;
	padding: 0;
	line-height: 1.5em;
	font-size: 1em;
}

/*Title - content*/

#title {
	margin-top: 5px;
	margin-bottom: 5px;
}

#title h1 {
	margin-bottom: 0px;
}

#title h2 {
	margin-top: 0px;
	padding-left: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}

#title h2 a {
	color: #999999;
}

/*style home*/

#maincontent {
	text-align: left;
	margin-right: 31%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#sidebar{
	float: right;
	padding: 0;
	width: 30%;
	margin-left: 10px;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 5px;
}

#sidebar h3 {
	margin: 4px 0px 5px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#sidebar p {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin: 8px 0px;
}

#rest {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	clear: both;
}

/*bottom*/

#bottom {
	position: relative;
	top: 0;
	left: 0;
}

/*==============================Footer=============================*/


#footer {
	height: 50px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 30px 0 0;
	margin-top: 25px;
	background-color: #FFFFFF;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer a{
	color: #999;
}

#footer_content {
	width: 85%;
	text-align: left;
	margin: 0 auto;
}

#footer_content p {
	color: #999;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
