* {
	padding : 0px;
	margin : 0px;
	font-family : verdana, helvetica,arial,sans-serif;
	border:0;
}

body {

	background-color : #3F0404;
	color : #1D1A14;
	font-size : 11px;
	font-weight : normal;
}

p {
	padding : 2px;
	margin : 2px;
}

#container {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
}

#content {
position: absolute;
margin-left: -310px;
width: 620px;
left: 50%;
}
#header {
	background-image : url(../img/bg_header.gif);
	width:618px;
	height:190px;
	position:relative;
}

#footer {
	background-image : url(../img/bg_footer.gif);
	width:618px;
	height:8px;
	position:relative;
}
#logo {
	position: absolute;
	text-align: center;
	top: 73px;
	left: 262px;
}

#baseline {
	position: absolute;
	text-align: center;
	top: 86px;
	left: 444px;
}

#nav{
	position:relative;
	width: 558px;
	background-image : url(../img/bg_nav.gif);
	height:20px;
	padding-left:60px;
	padding-top:5px;
	left: 0;
}
.navItem{
	float:left;
	position:relative;
}
.navDivider{
	float:left;
	position:relative;
}

#pageContentHome{
	position:relative;
	width: 558px;
	background-image : url(../img/bg_home.gif);
	background-repeat : no-repeat;
	height:356px;
	padding-left:60px;
	padding-right:190px;
	padding-top:40px;
	left: 0;

}

#pageContent{
	position:relative;
	width: 558px;
	background-image : url(../img/bg_content.gif);
	background-repeat : no-repeat;
	min-height:300px;
	padding-left:60px;
	padding-right:190px;
	padding-top:40px;
	left: 0;
}

#textContainer {
	position:relative;
	width: 400px;
	text-align: left;
	left:80px;
}

#textContainerInfo {
	position:relative;
	width: 480px;
	text-align: left;
}

.row{
	clear:both;
}
.cell {
	background-color : #CCC;
	float : left;
	padding : 2px;
	margin:1px;
	font-size:1.3em;
}

.cellLabel {
/*	background-color : #DDD;*/

	float : left;
	padding : 2px;
	height : 22px;
	margin:1px;
	width:140px; 
	text-align:right;
	font-size:1.0em;
}
.cellLabelEmpty {
	float : left;
	padding : 2px;
	height : 22px;
	margin:1px;
	width:20%; 
	font-size:1.1em;
	text-align:right;
}
.cellInput {

	float : left;
	padding : 2px;
	min-height : 22px;
	margin:1px;
	width:320px; 
}
.cellTextarea {

	float : left;
	padding : 2px;
	height : 100px;
	margin:1px;
	width:75%; 
}

input.textfield {
	width: 500px;
	font-family : verdana, helvetica,arial,sans-serif;
	color : #18336F;
	font-size : 1.1em;
	font-weight : normal;
}
input.textArea {
	width: 300px;
	font-family : verdana, helvetica,arial,sans-serif;
	color : #18336F;
	font-size : 1.1em;
	font-weight : normal;
}

.cellLabelRow {
	clear:both;
	padding-bottom:5px;
	font-size:1.0em;
}
.cellInputRow {
	clear:both;
	position:relative;
	left :148px;
	padding-bottom:5px;
}

.checkboxLabel {

}

.checkboxInput {

}

td.optie {
	font-size:9px
}

a {
	color : #DE352C;
}

a.links { 
	color : #DE352C;
	text-decoration : none; 
	font-size:1.25em;
	}
	
a.links:hover { 
	color : #7D2524;
	text-decoration : underline; 
	font-size:1.25em;
	}
	
#ana {
	position:absolute;
	top:40px;
	left:-25px;
	width: 151px;
}

