/* Start of CMSMS style sheet 'SisZta' */
/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Verdana; font-size: 12px; color: #363636; }
input, select, textarea { font-family: Verdana; font-size: 12px; color: #363636; }
body { background: url('images/bodyBg.png') #81121e repeat-x; }
img { border: 0px; display: block; }

hr {color: #cfcfcf; border-style:solid;}

.button {
	color:#d31e31; background-color:#e6e7e8;
	height:20px;
	border:1px #6d6e71 solid; margin:5px;
        font-size: 12px;
        font-weight: bold;
}


.button_small {
	color:#d31e31; background-color:#e6e7e8;
	height:20px;
	border:1px #6d6e71 solid; margin:5px;
        font-size: 10px;
        font-weight: normal;
}


/* ### GLOBAL CLASSES ### */
.clear { clear: both; }

/* ### WRAPPER ### */
#wrapper { display: block; position: relative; width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 911px; border: 2px solid #fff; border-top: 0px; background: #e6e7e8; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 911px; height: 332px; background: url('images/headerBg.png') no-repeat; }
	#headerCntr h1 { display: none; }
	#headerCntr p { position: absolute; bottom: 5px; right: 10px; font-size: 18px; color: #cfcfcf; }
	#headerCntr p a { text-decoration: none; color: #fff; }
	#headerCntr p a:hover { text-decoration: underline; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { padding: 30px 0px 0px 30px; width: 300px; }
		#menuCntr ul { list-style: none; }
		#menuCntr li { padding-bottom: 5px; }
		#menuCntr li a { text-decoration: none; color: #fff; }
		#menuCntr li a:hover { color: #000; }
		#menuCntr li a.selected { font-weight: bold; color: #fff; }
		#menuCntr ul ul { padding: 5px 0px 10px 10px; }
		#menuCntr ul ul li a { color: #cfcfcf; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { overflow: hidden; width: 911px; background: url('images/contentBg.gif') repeat-y; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { float: left; width: 253px; color:#fff; }
               #leftCntr  p {padding: 15px 15px 15px 15px;}
              #leftCntr h1 { padding: 15px 15px 15px 15px; font-size: 18px; font-weight: normal; color: #fff; }

		
			/* ### BANNER BOX ### */
			.bannerBox { width: 253px; }
			.bannerBox ul { list-style: none; }
			.bannerBox li { padding-bottom: 15px; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { padding: 20px 0px 20px 0px; float: right; overflow: hidden; width: 630px; }
		#rightCntr div.left { float: left; width: 388px; border-right: 1px solid #626467; }
		#rightCntr div.right { float: right; width: 222px; }

/* Startpagina */

#content {
	padding: 0px 0 0 0px;
	margin: 0 0 0 0px;
	width: 800px;
}

#content .item h3 {
	width: 550px;
	height: 40px;
	color: #fff;
	font-size: 11px;
	padding: 10px 0 0 30px;
}

#content .item h3.blauw {
	background: url('images/kopblauw.jpg') no-repeat;
}

#content .item li a {
	color: #333333;
}

/* Einde Startpagina */

		
			/* ### TEXT BOX ### */
			.textBox { padding-bottom: 10px; overflow: hidden; width: 610px; }
			#rightCntr div.left div.textBox { padding: 0px; width: 370px; }
			.textBox h1 { padding-bottom: 20px; font-size: 18px; font-weight: normal; color: #df1f34; }
			.textBox h2 { font-weight: bold; font-size: 12px; }
			.textBox p { padding-bottom: 20px; line-height: 17px; }
			.textBox ul { padding-bottom: 20px; list-style: none; }
			.textBox li { padding-left: 20px; line-height: 17px; }
			.textBox a { color: #df1f34; }
			.textBox a:hover { text-decoration: none; }
			.textBox img.right { margin: 30px 0px 0px 10px; float: right; }
			
			/* ### GREY BOX ### */
			.greyBox { margin-bottom: 30px; padding: 15px; overflow: hidden; width: 578px; border: 1px solid #b7b8ba; background: #dadbdc; }
			.greyBox h2 { padding-bottom: 2px; font-size: 18px; font-weight: normal; color: #df1f34; }
			.greyBox p { padding-bottom: 20px; line-height: 18px; color: #363636; }
			.greyBox span { display: block; float: left; width: 200px; line-height: 14px; color: #6d6e71; font-size: 10px;}
			.greyBox a { display: block; float: right; line-height: 14px; font-size: 14px; text-decoration: none; color: #df1f34; }
			.greyBox a:hover { text-decoration: underline; }
			
			/* ### WHITE BOX ### */
			.whiteBox { margin-bottom: 30px; padding: 15px; overflow: hidden; width: 578px; border: 1px solid #df1f34; background: #fff; }
			.whiteBox h2 { padding-bottom: 2px; font-size: 18px; font-weight: normal; color: #df1f34; }
			.whiteBox p { padding-bottom: 20px; line-height: 18px; color: #363636; }
			.whiteBox span { display: block; float: left; width: 200px; line-height: 14px; color: #6d6e71; font-size: 10px;}
			.whiteBox a { display: block; float: right; line-height: 14px; font-size: 14px; text-decoration: none; color: #df1f34; }
			.whiteBox a:hover { text-decoration: underline; }	
					
			/* ### NIEUWS BOX ### */
			.nieuwsBox { width: 205px; }
			.nieuwsBox img { margin-bottom: 20px; }
			.nieuwsBox div.nieuws { padding-bottom: 20px; line-height: 17px; }
			.nieuwsBox h1 { font-size: 12px; font-weight: bold; color: #6d6e71; }
			.nieuwsBox p { color: #8f8f8f; }
			.nieuwsBox p.right { text-align: right; }
			.nieuwsBox a { text-decoration: none; color: #df1f34; }
			.nieuwsBox a:hover { color: #df1f34; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { overflow: hidden; width: 911px; height: 26px; line-height: 26px; background: url('images/footerBg.gif') no-repeat; }
	#footerCntr ul { padding-left: 20px; float: left; overflow: hidden; width: 233px; list-style: none; }
	#footerCntr li { float: left; display: inline; font-size: 11px; color: #6d6e71; }
	#footerCntr li a { padding: 0px 5px 0px 5px; text-decoration: none; color: #6d6e71; }
	#footerCntr li a:hover { text-decoration: underline; }
	#footerCntr p { padding-right: 20px; float: right; font-size: 11px; color: #2f2f32; }

/* End of 'SisZta' */

