html{
	height:100%;
	background: #111313 url('../images/html-bg.jpg') repeat-x center top;
}
body{
	margin: 0;
	padding: 0;
	background: url('../images/body-bg.jpg') no-repeat center top;
	font: 11px "arial";
}
input,table,td{
        font: 11px "arial";
        color:#37484F;
}
br.clear { 
	clear: both;
	font-size: 0.1em;
}
/* Container */
#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 79px 0;
	background: url('../images/container-bg.jpg') repeat-x left bottom;

}
/* Container2 */
#container2 {
	height: auto;
	width: 751px;
	margin: 0 auto;
}
/* Top*/
#top {
	height: 58px;
	background: url('../images/top.jpg') no-repeat left bottom;
}
/* Topbalk */
#topbalk {
	height: 34px;
	background: url('../images/top-balk.jpg') no-repeat left bottom;
}

#topbalk p {
	margin: 0;
	text-align: right;
	padding: 10px 16px;
	color: #FFF;
	font: 9px "Verdana";
	font-weight: bold;

}
#container #topbalk p span {
	color: #efd7de;
	font-weight: normal;
}
/* wrapper */
#wrapper {
	background: #FFF url('../images/bottom.jpg') no-repeat left bottom; 
	padding: 0 5px 5px 5px;
}
/* left */
#lefttd {
	width: 203px;
	padding: 0;
	background: url('../images/menu-spacer.jpg') no-repeat left bottom;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left ul li {
	border-bottom: 1px SOLID #FFF;
	line-height: 24px;
}
#left ul li a {	
	display: block;
	height: 24px;
	background: url('../images/menu-li.jpg') no-repeat;
	padding: 0 0 0 15px;
	color: #37494e;
	text-decoration: none;
}
#left ul li a.dienst {	
	display: block;
	height: 24px;
	background: #D9DEE1;
	padding: 0 0 0 30px;
	color: #37494e;
	text-decoration: none;
}

#left ul li a:hover {	
	background: url('../images/menu-li-hover.jpg') no-repeat;
	color: #fff;
}

#right {
	background: #ebf2f3 url('../images/content-bg.jpg') no-repeat left bottom;
       }
#right .header { 
border-bottom: 1px SOLID #FFF;
margin-bottom: -5px;
}
#right h3 {
	height: 25px;
	background: url('../images/content-top.jpg') no-repeat;
	margin: 0;
	padding: 5px 0 0 10px;
	font: 11px "Arial";
	color: #FFF;
	font-weight: bold;
}
#right p {
	padding: 4px 8px;
	margin: 0;
	line-height: 14px;
	color: #37494e;
}
div#backgrounds {
	background: url('../images/backgrounds.jpg')  repeat-y;
}
/* Contact Gegevens */
.contactgegevens {
	height: 90px;
	background: url('../images/contact-gegevens-bg.jpg') no-repeat;
	margin: 0;
	padding: 9px 0 0 65px;
	font: 11px "Verdana";
	color: #37484F;
	line-height: 16px;
	border-top: 1px SOLID #FFF;
}
.contactgegevens address {
	font-style: normal;
}
.contactgegevens a {
	text-decoration: none;
	color: #37484F;
}
.contactgegevens a:hover {
	text-decoration: underline;
}

/* Footer */
p.footer {
	padding: 5px 0 0 20px;
	color: #FFF;
	font: 10px "Verdana";
}
a.grijs {
color:#37484F;
text-decoration: none;
}
a.grijs:hover {
text-decoration: underline;
}
a.wit {
color:#ffffff;
text-decoration: none;
}
a.wit:hover {
text-decoration: underline;
}
