/*
(c)	Sebastiaan Kleiss
	www.kleiss.biz


kleuren:
	donkergeel: #FFE664
	lichtgeel:  #FFF096
	donkerrood: #CE0000
*/

body, html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #2D2F5F url("/img/bg_body.jpg") no-repeat left bottom;
	background-attachment: fixed;
	overflow-y: auto;
}

img {
	border:0px
}

hr {
	border: 1px solid #CE0000;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

p {
	margin: 0;
	padding-bottom: 10px;
}

div, h1, h2, h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

/********************* standaard opmaak *********************/

div#menu {
	position: fixed;
	left: 100px;
	bottom: 0;
	height: 100%;
	width: 170px;
	background: url("/img/bg_menu.jpg") no-repeat left bottom;
}

* html div#menu {
	position:absolute;
}

div#content {
	margin: 10px 0 0 280px;
	color: white;
	padding: 10px;
	width: 530px;
}

#breadcrumb {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 15px;
}

div#header {
	height: 120px;
	width: 570px;
	margin-left: 270px;
}

div#wrapper > div#header {
	background: url('/img/logo.png') no-repeat left top;

}

* html div#header {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='/img/logo.png',sizingMethod='scale');
} 

img.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

img.img-right {
	float: right;
	margin: 0 0 10px 10px;
}


/********************* menu *********************/

div#menu ul, div#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#menu a {
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	background-image: url('/img/menuitem.png');
	text-decoration: none;
	display: block;
	padding-left: 10px;
	height: 20px;
}

div#menu a:hover, div#menu a:active {
	background-image: url('/img/menuitem_over.png');
}

div#menu li ul {
	display: none;
}

div#menu li ul li {
	margin-bottom: 3px;
}

div#menu li ul li a {
	display: block;
	text-decoration: none;
	background-image: none;
	font-weight: normal;
	padding-left: 20px;
}

div#menu li ul li a:hover, div#menu li ul li.current a {
	background-color: #CB150A;	
	background-image: none;
}


/********************* formulieren *********************/

form .txtinput {
	background: #861409;
	border: 1px solid #000000;
	font-size: 80%;
	font-family: Arial;
	color: #FFFFFF;
	width:300px;
}

form .txtinputsmall {
	background: #861409;
	border: 1px solid #000000;
	font-size: 80%;
	font-family: Arial;
	color: #FFFFFF;
	width: 150px;
}

form .txtinput:focus , form .txtinputsmall:focus{
	background: #AD190F;
}

form .button {
	font-family: Verdana, sans-serif;
	background: #AD190F;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-size: 80%;
}

form .button:hover {
	background-color: #FFE664;
}


/********************* OVERIG *********************/

.nieuws .datum {
	font-size: 80%;
	margin-bottom: 5px;
}

.GBentry {
	margin-bottom: 10px;
	background-color: #AD190F;
	padding: 5px;
}

.formulier td {
	text-align: left;
	vertical-align: top;
}