*{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	text-decoration: none;
	
}

body{
	background-color: #f1f6e6;
}

#header{
	height: 150px;
	width: 100%;
	background-image: url("images/headerbg.png");
}

#headercontent {
	width: 800px;
	margin: 0 auto 0 auto;
	position: relative;
}

#headerleft {
	position: absolute;
	top:0;
	left: 0;
}

#headerright{
	position: absolute;
	top: 0;
	right: 0;
}

#content {
	background-color: #f9fbf5;
	width: 800px;
	height: 720px;
	margin: 0 auto 0 auto;
	padding-top: 17px;
	position: relative;
	border-left: 1px solid #e1e4da;
	border-right: 1px solid #e1e4da;
}

h2 {
	font-weight: normal;
	font-size: 12pt;
}

h3, h4 {
	font-weight: normal;
	font-size: 10pt;
}

p {
	font-size: 9pt;
	}

#left{
	width: 600px;
	position: relative;
	left: 0;
	top: 0;
}

.contentheader{
	height: 52px;
	width: 463px;
	background: url("images/contentbgtop.png") no-repeat;
	margin: 17px 0 0 21px;
	position: relative;
	
}

.contentheader h2, .contentheader h3 {
	width: 418px;
	height: 39px;
	position: absolute;
	top: 13px;
	left: 9px;
}

span {
	font-weight:bold;
}

#main .contentcenter {height: 100px;}

#news .contentcenter {height: 100px;}

#open .contentcenter {height: 90px;}

.contentcenter {
	width: 463px;
	
	background: url("images/contentbgcenter.png") repeat-y;
	margin-left: 21px;
	position: relative;
}

.contentcenterp {
	width: 418px;
	position: absolute;
	left: 9px;
	top: 13px;
}
 .contentfooter {
 	width: 463px;
	height: 19px;
	background: url("images/contentbgbottom.png") no-repeat;
	margin-left: 21px;
 }
 
 #open1 {
 	width: 200px;
	height: 90px;
	float: left;
 }
  
 #open2 {
 	width: 200px;
	height: 90px;
	margin-left: 25px;
	float: left;
	}
 
#open1 p, #open2 p{
 	margin-left: 7px;
 }
 
.h4dudingen {
	background: left center no-repeat url("images/signteeegge.png");
	height: 25px;
	padding-left: 12px;
	margin: 0 0 5px 2px;
}

.h4spiez {
	background: left center no-repeat url("images/signvivera.png");
	height: 25px;
	padding-left: 12px;
	margin: 0 0 5px 2px;
}

#right {
	width: 199px;
	height: 720px;
	position: absolute;
	right: 0;
	top: 0;
}

#contact {
	position: relative;
}

.contactheader{
	height: 52px;
	width: 166px;
	background: url("images/contactbgtop.png") no-repeat;
	position: absolute;
	right: 21px;
	top: 34px;
	
}

.contactheader h3 {
	width: 127px;
	height: 39px;
	position: absolute;
	top: 13px;
	right: 20px;
}

#contact .contactcenter {height: 300px;}

.contactcenter {
	width: 166px;
	background: url("images/contactbgcenter.png") repeat-y;
	position: absolute;
	top: 85px;
	right: 21px;
}

.contactcenter h4, .contactcenter p {
	margin-left: 30px;
}


a {
	color: black;
}
 .contactfooter {
 	width: 166px;
	height: 19px;
	background: url("images/contactbgbottom.png") no-repeat;
	position: absolute;
	top: 385px;
	right: 21px;
	
 }
 
 #contentimage {
 	position: absolute;
	bottom: 0px;
	right: 0px;
 }

#footer {
	border: 1px solid #e1e4da;
	width: 800px;
	height: 30px;
	background: url("images/footerbg.png") repeat-x;
	margin: 0 auto 0 auto;		
}

