/* CSS Document */

/* LAYOUT */

p, div, span, td {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#260108;
}

a:link, a:visited {
color:#A60A17;
}

a:hover {
color:#260108;
}

h2 {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #A60A17;
	margin: 0 0 5px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #E6DAD5;
}

html {
background-image:url(images/background.gif);
background-position:top;
width:100%;
height:100%;
overflow-y:scroll;
}

body {
background-image:url(images/background2.gif);
background-repeat:repeat-x;
background-position:top;
margin:0px;
padding:0px;
width:100%;
height:100%;
}

/* ELEMENTEN */

#top, #main, #bottom {
width:998px;
margin:0px auto;
}

#top {
background: bottom url(images/top.gif) no-repeat;
height:14px;
padding-top:10px;
}

#main {
background:url(images/background3.gif) repeat-y;
padding:0px 15px 10px 15px;
width:968px;
position:relative;
overflow:hidden;
}

#bottom {
	clear:both;
	background: top url(images/bottom.gif) no-repeat;
	height:34px;
	text-align:right;
	color:#C59497;
	padding:16px 12px 0px 0px;
}
#bottom a {
	color: #C59497;
}

#title {
margin:0px;
background:url(images/logo.jpg) no-repeat;
width:968px;
height:198px;
text-indent:-9000px;
padding-bottom:10px;
}

#col1 {
float:left;
width: 216px;
background-color:#E6DAD5;
}

#col2 {
float:left;
width: 476px;
margin-left:30px;
}
div.noblocks {
	width: 720px !important;
}

#col3 {
margin-left:752px;
background-color:#E6DAD5;
}

.box_top {
background-image:url(images/box_top.gif);
width:216px;
height:8px;
}

.box_bottom {
background-image:url(images/box_bottom.gif);
width:216px;
height:8px;
}

.box_content {
margin:10px;
}

/* MENU */

#menu, #menu ul {
	width: 216px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-top: 1px solid #B69987;
	border-bottom: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu ul {
	border-bottom: 0px;
}

#menu li {
	line-height: 36px;
	border-bottom: 1px solid #B69987;
	border-top: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
}

#menu li.active {
	background-color: #CA3135;
	border-bottom: 1px solid #9B2629;
}

#menu li.active a {
	color: #ffffff;
}

#submenu li {
	line-height:24px;
	background-color:#F5F1EF;
	border-bottom:1px solid #B69987;
	border-top:1px solid #ffffff;
	margin:0px;
	padding:0px;
}

#menu li a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	color: #260108;
	font-weight: bold;
	outline: none;
}

#menu li a:hover {
	color: #A60A17;
}

#submenu li a {
	display: block;
	padding-left: 24px;
	font-size: 11px;
	color: #A60A17 !important;
	font-weight: normal;
}

#submenu li.active a {
	color: #ffffff !important;
}

#submenu li a:hover {
	color:#260108 !important;
}


#menu li.has_submenu {
	border-bottom: none !important;
}