/* Start of CMSMS style sheet 'standaard_home' */
body {
	background: #4e4e4e url(./uploads/images/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #505050;
	font-weight: normal;	
}

div#container {
	border: none;
}

div#page {
	position: relative;
	top: 0px;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}

div#header {
	background: #666;
	width: 100%;
	height: 97px;
}

div#header img {
	position: relative;
	left: 0px;
	top: 0px;
}

div#mainmenu {
	background: #000 url(./uploads/images/menu_background.jpg) repeat-x;
	width: 1000px;
	height: 51px;
	color: #D7D7D7;
	font-size: 15px;
        z-index: 9999;
}

div#mainmenu div {
	position: relative;
}

div#mainmenu a{
	color: #D7D7D7;
	font-size: 14px;
        text-decoration: none;
}

div#subheader {
	height: 348px;
	background: #fff;
}

div#subheader img {
	position: relative;
	top: 4px;
}

div#buttonbar {
	height: 195px;
	width: 102%;
	text-align: center;	
}

div#buttonbar div {
	background: url(./uploads//images/buttonbar_background.jpg) repeat-x;
	position: relative;
	float: left;
	height: 182px;
	width: 248px;
	border-left: #2F2F2F solid 1px;
	border-right: #2F2F2F solid 1px;
	border-bottom: #600182 solid 7px;
	border-top: #600182 solid 7px;
}

div#buttonbar div a {
	position: absolute;
	bottom: 15px;
	left: 80px;
	display: block;
	border: none;
	background: url(./uploads/images/button.png) no-repeat;
	height: 30px;
	width: 90px;
	text-decoration: none;
}

div#buttonbar div a:hover {
        background: url(./uploads/images/button_hoover.png) no-repeat;
}

div#buttonbar div a span{
	position: relative;
	border: none;
	font-size: 0px;
}

div#buttonbar div h2 {
	position: relative;
	top: 15px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #fff;
}

div#buttonbar div p {
	position: relative;
	top: 10px;
	text-align: justify;
	color: #D7D7D7;
	margin-left: 15px;
	margin-right: 15px;
}

div#content {
	background: #D7D7D7;
}

div#submenu {
	position: relative;
	float: left;
	width: 249px;
}

div#submenu ul{
       position: relative;
       left: 20px;
       top: 35px;
       margin: 0px;
       padding: 0px;
       list-style-type: none;
}

div#submenu ul li span {
        margin-left: 10px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
        color: #505050;
}

div#submenu ul li ul{
	position: relative;
	top: 15px;
	font-size: 14px;
	list-style-image: url(./uploads/images/dot.png);
	list-style-type: none;
}

div#submenu ul li ul li{
	margin-bottom: 10px;
}

div#submenu ul li ul li a {
        margin-left: 5px;
	font-size: 14px;
        font-weight: normal;
	color: #505050;
	text-decoration: none;
}

div#nieuwsbrief {
	position: relative;
	top: 70px;
	left: 10px;
	background: url(./uploads/images/addnews_background.png) no-repeat;
	width: 229px;
	height: 119px;
	color: #fff;
	font-size: 11px;
}

div#nieuwsbrief p {
	position: absolute;
	top: 5px;
	left: 20px;	
	text-align: center;
}

input#email {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 178px;	
	height: 20px;
	border: #000 solid 1px;
}

input#news-submit {
	position: absolute;
	bottom: 15px;
	right: 25px;
}

div#sidebar-images {
        position: relative;
        top: 55px;
        left: 9px;
        width: 231px;
        text-align: center;
        padding-bottom: 55px;
}

div#sidebar-images a {
        margin: 0px;
        padding: 0px;
}

div#sidebar-images img {
       margin-bottom: 10px;
       border: none;
}

.foto-left {
        position: relative;
        left: 0px;
        margin-right: 10px;
}

div#html-content {
	position: relative;
	float: left;
	width: 690px;
        min-height: 400px;
	border-left: #8B8B8B solid 2px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


div#html-content input {
     
}

div#html-content textarea {
       
}

div#html-content h1 {
	font-size: 18px;
}

div#clear {
	clear: both;
	height: 0px;
	width: 100%;
}

div#footer {
	background: #000 url(./uploads/images/footer_background.jpg) repeat-x;
	width: 100%;
	height: 51px;
	clear: both;
	text-align: center;
}

div#footer span{
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 20px;
	color: #fff;
	font-size: 10px;
}

div#footer a {
	text-decoration: none;
	color: #fff;
}
/* End of 'standaard_home' */

