/* Layout Stylesheet */ 

body {
 background:#ffffff;
 }

#outer {
 width:1000px;
 margin-left:-500px;
 padding-left:50%;
 }

#header {
 height:324px;
 width:100%;
 background-image:url(images/header.jpg);
 background-position:center;
 background-repeat:no-repeat;
 }
 
 #headerberghaus {
 height:324px;
 width:100%;
 background-image:url(images/headerberghaus.jpg);
 background-position:center;
 background-repeat:no-repeat;
 }

#menu {
 float:left;
 margin-left:6px;
 }

#tekst {
 font-family:Calibri;
 color:#000000;
 padding-left:50px;
 padding-top:40px;
 width:440px;
 text-align:justify;
 float:left;
}

#tekst a {
 font-family:Calibri;
 color:#000000;
 text-decoration:none;
}

#content {
 width:100%;
}

#ads {
 float:left;
 margin-left:50px;
}

#footer {
	height:95px;
	width:100%;
	float:left;
 }
 
 /* Presentation Stylesheet */ 

.footer {
 color:#000000;
 font-size:12px;
 font-family:Calibri;
 padding-top:30px;
 text-align:center;
 }
 
.footer a{
 color:#000000;
 font-size:12px;
 font-family:Calibri;
 padding-top:30px;
 text-decoration:none;
 text-align:center;
 }
 
p {
  margin:0;
  }

.style1 {
	font-size: 18px;
	font-family: Calibri;
}
.style2 {font-family: Calibri}
.style4 {font-family: Calibri; font-size: 14px; }
.style4 a {font-family: Calibri; font-size: 14px;  text-decoration:none;  color:#445d1e; }
.style5 {color: #000000}
