html,body{
	height: 100%;
}

body {
	background-image: url('/images/main-bg.gif');
	font-family: arial;
	font-size: 9pt;
	color: #444444;
	line-height: 23px;
	margin: 0px;
	overflow-x: hidden;
}

p{

}
h1 {
	font-weight: normal;
	font-size: 250%;
	line-height: 40px;
}
h2 {
	color: #96172E;
	font-weight: normal;
	line-height: 30px;
}
h3 {
	
}
h4 {

}
h5 {

}

.highlight{
	color: #96172E;
	text-transform: uppercase;
}

#container{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url('/images/bg_container.png');
	background-repeat: repeat-y;
	width: 1089px;
	left: 50%;
	margin-left: -544px;
}

#menu{
	float: left;
	width: 247px;
	background-image: url('/images/bg_nav.jpg');
	background-repeat: no-repeat;
	margin-left: 56px;
	padding-top: 210px;
}

#menu .nav{
	float: right;
	width: 220px;
	margin-right: 0px;
}

#menu .nav li{
	text-align: right;
	padding-right: 30px;
	background-image: url('/images/nav_inactive.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

#menu .nav li a{
	color: white;
	text-decoration: none;
}


#diaDiv{
	float: left;
	background-image: url('/images/diaBg.jpg');
	width: 545px;
	height: 192px;
}
#diaDiv #hoekstukje{
	position: absolute;
	z-index: 20;
	background-image: url('/images/diaTopLeft.png');
	width: 177px;
	height: 69px;
}
#diaDiv #images{
	position: absolute;
	z-index: 2;
	width: 545px;
	height: 192px;
	border: 0px solid red;
}
#diaDiv #images{
    position:relative;
    height:150px;
    width: 775px;
}

#diaDiv #images IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0.0;
    display: none;
}

#diaDiv #images IMG.active {
    z-index:10;
    opacity:1.0;
    display: block;
}

#diaDiv #images IMG.last-active {
    z-index:1;
	
}



#rightColumn{
	float: right;
	background-image: url('/images/logo.jpg');
	background-repeat: no-repeat;
	margin: 0px 55px 0px 0px;
	padding: 216px 0px 0px 0px;
	width: 186px;
	text-align: center;
}

#rightColumn input{
	height: 25px;
	background-color: #e2e2e2;
	border: 1px solid #c3c3c3;
	padding: 5px 0px 0px 0px;
	color: #96172E;
}

#rightColumn hr{
	color: #858585;
	background-color: #858585;
	border: 1px solid #858585;
}

#content{
	background-image: url('/images/bg_content.jpg');
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	border: 0px solid red;
	margin: 10px 15px 10px 15px;
	width: 515px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content img{
	border: 1px solid #ABABAB;
	padding: 2px;
	background-color: #ECECEC;
}

#footer{
	position: absolute;
	bottom: 0px;
	background-color: #222222;
	font-size: 70%;
	color: #444444;
	text-align: center;
	border: 0px solid red;
	width: 978px;
	margin-left: 56px;
}
#footer a{
	color: #555555;
}

.error{
	color: red;
}

.note{
	font-style: italic;
	font-size: 85%;
}

#poll{
	width: 156px;
	background-color: #FEFEFE;
	border: 1px solid #EDEDED;
	padding: 0px;
}

#poll .pollResultRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	background-color: #EFEFEF;
}

#poll .pollQuestionRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	padding: 3px 0px 3px 0px;
	background-color: #EFEFEF;
}

#poll .smallRight{
	margin: 3px 3px 3px 3px;
	font-size: 70%;
	float: right;
}

#poll h2{
	font-size: 110%;
	margin: 3px;
}

#contact fieldset{
	border: 0px;
}

#contact fieldset label{
	float: left;
	border: 0px solid red;
	width: 150px;
	display: block;
}

#contact fieldset label.error{
	float: none;
	clear: right;	
}

.menuCat{
	width: 100%;
	cursor: pointer;
}

.menuCat h3{
	margin-top: 5px;
}

.menuCat .selectCat{
	border-bottom: 1px solid #eeeeee;
}

.menuCat .infoDiv{
	background-color: #EFEFEF;
	padding: 10px;
	cursor: text;
}

.generatedDataTable{
	width: 100%;
	font-size: 0.9em;
}
.generatedDataTable td{
	padding: 4px;	
	vertical-align: top;
	line-height: 0.9em;
	border-bottom: 1px solid #777;
}
.generatedDataTable .odd{
	background-color: #ECECEC;
}
.generatedDataTable .even{
	color: black;
}
.datum{
	color: #96172E;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 0.9em;
}
