@import url(gallery.css);
@import url(nav.css);
html { height: 100%; }
body {
    margin: 0;
    background-color:#0d5063;
    background-image:  url(/media/layout/body_bg.png);
    
    background-repeat: repeat-x;
    
}
a img { border: 0; }

div#header {
	position: relative;
	width: 811px;
	margin: 0 auto;
	height: 298px;
 	background-image: url(/media/layout/header.png);

}
div#top-nav {
	position:absolute;
	top:15px;
	left:525px;
	width:280px;
	height:30px;
	border:0px solid;

}
div#links-nav {
		position:absolute;
	top:95px;
	left:15px;
	width:320px;
	height:30px;
	border:0px solid;

}
div#rechts-nav {
		position:absolute;
	top:95px;
	left:490px;
	width:320px;
	height:30px;
	border:0px solid;

}
div#content {
background-image: url(/media/layout/bg_content_.png);
width: 809px;
margin: 0 auto;
min-height: 400px;
overflow:hidden;

}


div#content a {
	text-decoration: none;
	color:rgb(128, 128, 128);
}
div#content a:hover {
	text-decoration: underline;
}

	
	
div#content-text {
margin-left: 40px;
margin-top: 20px;
margin-bottom:20px;
width:730px;

border:0px solid;
}

div#footer {
	position:relative;
width: 809px;
margin: 0 auto;
height: 40px;
background-image: url(/media/layout/footer_neu.png);

overflow:hidden;
border-color:#fff;
}
div#footer p {
text-align: center;
margin-top:15px;
color: #fff 
 
}

div#footer_logo {
position: absolute;
background-image: url(/media/layout/heli-logo.png);
left: 660px;
top: -3px;
height: 40px;
width: 145px;

}


* html div#footer {
	height: 45px;
		
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/layout/footer_neu.png',sizingMethod='scale');

	background: none;
  }

  * html div#footer_logo {
	   top: -6px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/layout/heli-logo.png',sizingMethod='scale');

	background: none;

}
