/* Start of CMSMS style sheet 'Standaard' */
/* Algemeen */
* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0px;
}

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #42423d;
	line-height: 20px;
	color: #000000;
	background-color: #015db2;
}

/* Specifieke DIVs */

div#container {
	margin: 0px auto;
	width: 960px;
}

div#bovenkant {
	height: 150px;
	margin-bottom: 10px;
	overflow: hidden;
}

a.logo-link {
	display: block;
	height: 150px;
	float: left;
}
div#slider {
    position: relative;
	height: 125px;
	width: 225px;
	margin-left: 570px;	
}

div#slider img {
    position: absolute;
    top: 0;
    left: 0;
}

div#content {
	background-color: #FFFFFF;
	float: left;
}

div#content ul {
	margin-left: 5px;
}

div#content ul li {
	padding: 3px;
}

div#content img {
	padding: 5px;
}

div.title {
	font-size: 130%;
	font-weight: bold;
}

div#content div#tekst {
	float: left;
	width: 675px;
	padding: 5px;
	margin: 5px;
}

div#tekst h1 {
        font-size: 120%;
        font-weight: bold;
        margin-top: 15px;
}

div#tekst h2 {
        font-size: 110%;
        font-weight: bold;
        margin-top: 10px;
}

div#tekst h3 {
        font-size: 105%;
        font-weight: bold;
}
div#content div#ads-right {
	float: left;
	width: 245px;
	margin: 5px;
	padding: 5px;
}
div#content div#ads-right a.piclinks {
	background-repeat: no-repeat;
	height: 115px;
	width: 225px;
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #FFFFFF;
        text-decoration: none;
        display: block;
}
div#content div#ads-right a {
	 font-size: 105%;
        font-weight: bold;
        text-align: center;
}

div#content div#ads-right a.blauw {
	background-image: url("images/ad-right-blauw.jpg");
}
div#content div#ads-right a.rood {
	background-image: url("images/ad-right-rood.jpg");
}
div#content div#ads-right a.groen {
	background-image: url("images/ad-right-groen.jpg");
}

div#footer {
	clear: both;
	padding: 5px;
}

/* MENU */

div#Mainmenu {
	background-image: url("images/achtergrond-menu.png");
	background-repeat: no-repeat;
	height: 35px;
}
div#Mainmenu ul {  width: 960px; }

div#Mainmenu a {
	text-decoration: none;
	display: block;
	font-weight: normal;
}

div#Mainmenu ul li{
	display: block;
	padding: 8px 5px 5px 5px;
	float: left;
	margin-left: 10px;
	height: 22px;
}

div#Mainmenu li.currentpage {
	background-image: url("images/Pijl-Actief.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
        font-weight: bold;
}
	
div#submenu {
	background-image: url("images/sub-menu-balk.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 950px;
	padding-left: 5px;
	padding-right: 5px;
	height: 35px;
}

div#submenu ul {
	list-style: none;
}

div#submenu ul li {
	display: block;
	padding: 8px 5px 5px 5px;
	float: left;
	margin-left: 10px;
	height: 22px;
	color: #FFFFFF;
}

div#submenu ul li a {
	display: block;
	float: left;
	margin-left: 10px;
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div#submenu ul li.currentpage  a{
     text-decoration:underline;
}

div#footer {

    font-size: 8px;
}

.infowindow {
   width: 450px;
}

.infowindowfoto {
   width: 50px;
   float: left;
}
div.uitleg5px {
	padding: 5px;
	background-color: #f0f0f0;
	border: 1px solid #cecfd0;
	font-size: 10px;
	margin: 10px;
}
div#producten {
	clear: both;
}

div#producten .webshopTitel {
	display: block;
	padding: 5px;
	border-bottom: 1px #CCCCCC solid;
	background-color: #F2F2F2;
}

div#producten div.product {
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#producten div.product img {
	float: left;
	padding: 10px;
}

.PrikbordNews {
	background-color: #FFF;
        border-bottom:1px solid black;
	margin: 5px;
}
.PrikbordPostdate {
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
}
.PrikbordSummaryLink a {
	text-decoration: none;
}
.PrikbordSummaryLink {
	font-weight: bold;
}
.PrikbordMorelink {
	text-align: right;
}li.comment {
	background-color: #F52837;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	margin: 10px 5px 10px 5px;
	list-style-type: none;
}

.error_message {
   color: #FF0000;
}

/* End of 'Standaard' */

