/* Body */
body {
	margin: 0px;
	background-image: url('img/bg.gif');
	background-color: #E0E0DC;
	font-family: Verdana;
	font-size: 12px;
	height: 100%;
}

div.small {
        font-size: 11px;
        color: #B3B3B3;
}

div.main {
	width: 850px;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
}
div.banner {
	background-image: url('img/banner.jpg');
	background-repeat: repeat-y;
	width: 100%;
}
div.logo {
	width: 200px;
	height: 120px;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
}
div.contents {
	padding: 5px;
	height: auto;
	min-height: 500px;
}
div.bottom {
	height: 60px;
	text-align: right;
	background-image: url('img/banner.jpg');
	color: #FFF;
	font-size: 9px;
}

.contents a, .contents a:visited {
	color: #000;
	text-decoration: none;
}
.contents a:hover {
	color: #933130;
}

/* Navigatie */
div.nav {
	width: 850px;
	background-image: url('img/nav.jpg');
	background-repeat: repeat-x;
	height: 30px;
}
div.nav a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
div.nav a:hover {
	color: #933130;
}

a img {
	text-decoration: none;
	border: 0px;
}
a.bold {
        text-decoration: none;
        border: 0px;
        font-weight: bold;
        color: #000;
}

/* Fieldsets */
fieldset legend {
	color: #933130;
	font-weight: bold;
}

/* Overige */
.red {
	color: #933130;
}
div.blockLeft {
	display: inline-block;
	width: 600px;
}
div.blockRight {
	display: inline-block;
	text-align: right;
	width: 50px;
}
.lijn dl { 
        margin: 0px 0px 0px 20px;
    }
    .lijn dd {
        padding-left: 80px;
    }
    .lijn dt  {
        float: left;
        margin: 0px;
        font-weight: bold;
        font-family: Verdana;
        font-size: 12px;
    }
    div.padding {
        padding: 7px;
    }
div.smallpadding {
	padding: 4px;
}
div.paddingbig {
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
}
div.paddingbig b {
	color: #7D7D7D;
}
div.niv {
	width: 305px;
	height: 55px;
	background-image: url('img/webhosting.png');
	background-repeat: no-repeat;
	float: left;
}
div.bottom a, div.bottom a:visited {
	color: #FFF;
	text-decoration: none;
}
div.bottom a:hover {
	color: #E0E0DC;
}
div.box {
	width: 720px;
	border: 1px solid #000;
}
div.boxS {
	width: 350px;
	border: 1px solid #000;
        display: inline-block;
        vertical-align: top;
}
div.divhead {
	background-image: url('img/barback.jpg');
	background-repeat: repeat-x;
	height: 20px;
	color: #FFF;
	font-size: 11px;
}
div.divhead i {
	font-style: normal;
	padding: 5px;
}

/* Nieuws caroussel */
#s3slider {
   width: 720px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: 0px;
   padding: 0px;
}

#s3sliderContent {
   width: 72px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   margin: 0px;
   padding: 0px;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   margin: 0px;
   padding: 0px;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 15px Tahoma;
   padding: 10px 13px;
   width: 700px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0px;
   height: 70px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
#s3slider a, #s3slider a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.clear {
   clear: both;
}

#newsItem {
	position: relative;
}
.newsImage {
   width: 720px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
	margin: 0px;
	padding-left: 50px;
}
#newsItem span {
   position: absolute; /* important */
   left: 50px;
   font-size: 25px;
   font-family: Tahoma;
   text-align: left;
   padding: 10px 13px;
   width: 694px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   font-weight: bold;
   bottom: 0;
   display: none;
}
#newsItem span i {
	font-size: 10px;
	color: #FFF;
}

/* Notifications */
div.mod_off {
	background-image: url('../../system/images/small_cross.png');
	background-repeat: no-repeat;
	padding-left: 22px;
	color: #ec3c3e;
	font-weight: bold;
}
div.mod_on {
	background-image: url('../../system/images/small_tick.png');
	background-repeat: no-repeat;
	padding-left: 22px;
	color: #579f4f;
	font-weight: bold;
}

div.cross {
	color: #cd0609;
	background-color: #f7cfd0;
	background-image: url('../../system/images/small_cross.png');
	background-repeat: no-repeat;
	padding-left: 22px;
	border: 1px solid #e5191b;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

div.tick {
	color: #006600;
	background-color: #ddffcc;
	background-image: url('../../system/images/small_tick.png');
	background-repeat: no-repeat;
	padding-left: 22px;
	border: 1px solid #457E3E;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}