/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #3f192f;
	font-weight:bold;
	text-decoration:none;

}

a:hover {
	color: #8D3869;
	
}

body {
    /* mth
	background: #333 url(img/bg.gif);
	*/
	background: #303 url(img/hc_bg2.gif);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em; 
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li2.gif);}


h1,h2,h3 {color: #3f192f;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.0em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}



/* misc */
.clearer {clear: both;}

.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer2.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #222;
}

/* header */
.header {
	float: left;
	width: 640px;
	background: url(img/hc_header4.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 166px;
	text-align: center;	
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}

.main {
	float: left;
	width: 480px;
}
.main_right {
	float: right;
	width: 200px;
	color: #CCC;
}

.main_right .padded {
	padding: 6px 2px 6px 16px;
}

.main_right a{
	color: #CCC;
	font-weight: normal;	
}

.main_right h1 ,
.main_right h2,
.main_right h3 
{
	color: #f7f7f7;
}

.blijemensen {
	margin: 5px;
	padding: 20px;
}


.blijemensen .imageclass {
	margin-left:5px;

}

.imageclass {
	/* text-align: center; */
	border: 3px solid #f7f7f7;
	clear: both;
 	margin: 5px;
	width: 100px;	
	display: block;
}

.crumbs {
	text-align:right;
}

/* sub-navigation */

.subnav {
	float: left;
	width: 160px;
}

/* 
.subnav h1 {
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #9C997C;
	color: #000;
}
*/

.level1 a {
	color: #FFE;
	background-color: #222;
	line-height: 10px;
	display: block;  
	padding: 4px 0 4px 4px; 
	width: 156px;
	
	text-decoration: none;
	font-family: Verdana, sans-serif; 
	font-weight: bold; 
	/* font-size: 1.1em; */
}

.level1 a:hover {
/*	color: #80335F;
	background-color: #664592;  */
	color: #000;
	background-color: #80335F;
	/* text-decoration: underline; */
}

.level2 a {
	/* color: #111; */
	color:#eac6db;
	background-color: #3f192f;
	
    float:left;  /* new line voorkomen */
    margin-bottom: 1px;
	width: 148px;
	text-decoration: none;
	
	font-weight: normal;
	font-family: "Lucida Sans Unicode",sans-serif;

	/* padding: 8px 0px 8px 12px; */
	padding: 5px 0px 5px 12px; 
	
	/* border-bottom: 1px solid #696755; */

}

.level2 a:hover {
	color: #000;
	background-color: #80335F;
}

.subnav ul {
	margin: 0; 
	/* padding: 10px; */

}
.subnav li {
	display: block;
	list-style: none;
	margin:0;
	padding:0;
	/* float:left;  */
	clear:both;
}


/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}
