/* ################################################## */
/*  MADE BY: WWW.VOLARIS.NL                           */
/*  DENNIS PRKIC                                      */
/* ################################################## */

/* ### GENERAL ### */
body { background: url('images/body2Bg.png') #fff repeat-x; }

a:hover {
	color:#000000;
	text-decoration:underline;
}

/* ### HEADER CONTAINER ### */
#headerCntr { height: 206px; }
 
/* ### NP CONTAINER ### */
#npCntr {
	height: 25px;
	border-bottom: 1px solid #e3e3e3;
	padding-top:14px;
	z-index:98;}
 
 #npCntr a{
	color:#666;}

	
 #npCntr a:hover{
	color:#000000;}
	
	#npCntr ul {
		overflow: hidden;
		width: 960px;
		list-style: none; }
 
	#npCntr li {
		float: left;
		display: inline;
		height: 44px;
		line-height: 44px;
		font-size: 13px;
		color: #828282; }
 
		#npCntr li.first a, #npCntr li.first span { padding-left: 0px; }
 
		#npCntr li a {
			padding: 0px 5px 0px 5px;
			color: #b5b5b5; }
 
			#npCntr li a:hover { text-decoration: none; }
 
		#npCntr li span { padding: 0px 5px 0px 5px; }
 
/* ### CONTENT CONTAINER ### */
#contentCntr {
	padding: 0px;
	position: relative;
	background: none; }
 
	#contentCntr h1.large {
		margin-bottom: 25px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		font-weight: normal;
		color: #616161;
		border-bottom: 1px solid #e3e3e3; }
 
	#contentCntr a.print {
		position: absolute;
		top: 24px;
		right: 2px;
		display: block;
		width: 14px;
		height: 12px;
		text-indent: -9999px;
		background: url('images/print.gif') no-repeat; }
 
/* ### LEFT CONTAINER ### */
#leftCntr {
	float: left;
	width: 710px; }
 
/* ### CAT BOX ### */
.catBox { width: 710px; }
 
	.catBox ul {
		overflow: hidden;
		width: 710px;
		list-style: none; }
 
	.catBox li {
		padding: 0px 4px 5px 0px;
		float: left;
		display: inline; }
 
		.catBox li.last { padding-right: 0px; }
 
		.catBox li a {
			padding: 0px 17px 0px 17px;
			display: block;
			float: left;
			width: 200px;
			height: 271px;
			line-height: 14px;
			font-size: 13px;
			text-decoration: none;
			color: #828282;
			background: url('images/catBg.png') no-repeat top; }
 
			.catBox li a:hover {
				color: #3c3c3c;
				background-position: bottom; }
 
				.catBox li a:hover strong { color: #fff; }
 
			.catBox li a strong {
				display: block;
				width: 200px;
				height: 42px;
				cursor: pointer;
				line-height: 14px;
				font-size: 18px;
				font-weight: normal;
				color: #616161; }
 
			.catBox li a img {
				padding: 10px 0px 15px 0px;
				cursor: pointer; }
				
				

				
				/* ### LEFT CONTAINER ### */
#leftCntr2 {
	float: left;
	width: 960px; }
 
/* ### CAT BOX ### */
.catBox2 { width: 960px; }
 
	.catBox2 ul {
		overflow: hidden;
		width: 960px;
		list-style: none; }
 
	.catBox2 li {
		padding: 0px 4px 5px 0px;
		float: left;
		display: inline; }
 
		.catBox2 li.last { padding-right: 0px; }
 
		.catBox2 li a {
			padding: 0px 17px 0px 17px;
			display: block;
			float: left;
			width: 200px;
			height: 215px;
			line-height: 14px;
			font-size: 13px;
			text-decoration: none;
			color: #828282;
			background: url('images/catBg3.png') no-repeat top; }
 
			.catBox2 li a:hover {
				color: #3c3c3c;
				background-position: bottom; }
 
				.catBox2 li a:hover strong { color: #fff; }
 
			.catBox2 li a strong {
				display: block;
				width: 200px;
				height: auto;
				cursor: pointer;
				line-height: auto;
				font-size: 18px;
				font-weight: normal;
				color: #616161; }
 
			.catBox2 li a img {
				padding: 5px 0px 2px 0px;
				cursor: pointer; }
 
/* ### RIGHT CONTAINER ### */
#rightCntr {
	float: right;
	width: 240px; }
 
/* ### OFF BOX ### */
.offBox { width: 240px; }
 
	.offBox h3 {
		padding: 0px 15px 0px 15px;
		height: 37px;
		line-height: 37px;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		background: url('images/offH3.png') repeat-x; }
 
	.offBox h2 {
		padding: 0px 15px 0px 15px;
		height: 44px;
		cursor: pointer;
		line-height: 44px;
		font-size: 15px;
		font-weight: normal;
		color: #494a4a;
		background: url('images/offH2.png') repeat-x; }
 
	.offBox div.slider { padding: 10px 10px 5px 10px; }
 
		.offBox div.slider p {
			padding-bottom: 10px;
			line-height: 20px;
			font-size: 13px;
			color: #828282; }
			
	.offBox div.open { padding: 10px 10px 5px 10px; }
 
	.offBox div.open p {
			padding-bottom: 10px;
			line-height: 20px;
			font-size: 13px;
			color: #828282; }
 
	.offBox a { color: #48b5d9; }
 
		.offBox a:hover { text-decoration: none; }
