@charset "UTF-8";

body {
	font-family: georgia, verdana;
	font-size: 12px;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	background-color: #000000;
	}
	
p {
	font-family: georgia, verdana;
	font-size: 12px;
	color: #000000;
	}
	
#content p.intro {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#content p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 7px;
	line-height:125%;
	text-align: justify;
	}
		
#content p.textField{
	max-width: 397px;
	}
	
img.floatRight{
	float: right;
	}

#container{
	width: 900px;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	padding: 25px;
	padding-bottom: 12px;
	background-color: #FFFFFF;}

#header {

	}
	
#header table {
	width: 900px;
	height: 110px;
	background: url(/img/bovenbalk2.jpg) center no-repeat;
	border: none;
	}
	
	
#header table tbody tr td a {
	margin-left: 15px;
	vertical-align: middle;
	font-size: 19px;
	color: #FFFFFF;
	font-style:italic;
	}
		
#header table tbody tr td a span {
	font-weight:bold;
	color: #FFFFFF;
	}
	
#navContainer{
	border-bottom:1px solid #666666;
	/*border-top:1px solid #666666;*/
	text-align: left;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	}
	
#navContainer ul{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	}
		
#navContainer ul li { 
	display: inline; 
	}
#navContainer ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #000000; 
	/*padding-right: 5px;*/
	}
		
#navContainer ul li a:hover {
	text-decoration: underline;
	}
		
#navContainer ul li a:active {
	text-decoration: underline;
	}
		
#navContainer ul li a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#navContainer ul li span {
	font-size: 14px;
	/*font-weight: bold;*/
	font-style:italic;
	}
	
#content{
	margin-top: 20px;
	min-height: 250px;
	}
	
#content table {
	margin: 0px;
	padding: 0px;
	}

#content table tbody tr td.left{
	vertical-align: top;
	padding: 0px;
	padding-right: 21px;
	}
	
#content table tbody tr td.left img{
	margin-bottom: 21px;
	}
	
#content table tbody tr td.right{
	vertical-align: top;
	padding: 0px;
	}
	
	#content table tbody tr td.left ul {
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style-type: none;
		}
		
#footer{
	border-top: 1px solid #666666;
	}
	
#footer p {
	text-align: center;
	}
	
h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size:14px;
	font-weight:bold;
	} /*standard titles*/
	

a:link, a:visited {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
	

.flash {
	width:400px;
	}
	
	#bgContainer{
		position: absolute;
		z-index: -1;
	text-align:left;
	width: 100%;
	}

img.background{
position:absolute;
z-index:0; 
width:100%; 
}
	


