body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:950px;/* for mozilla*/
	background-color: #FFFFFF;
	background-image:  url(img/bg3.gif);
	background-repeat: repeat-x;
	color: #000000;
    /*overflow-x: Hidden*/
}

	html {
    padding: 0;
    }
  
    

#header {
	height:131px;
	width:950px;
	margin: auto;
	left:0px;
	top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD9A82;
	background-color: #FFFFFF;

	position:relative;
	background-image:  url(../img/bg3.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

#hheader {
	height:131px;
	width:950px;
	padding: 0px;
	margin: 0px;
	left:0px;
	top:0px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../img/bg3.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}


a {	
        text-decoration: none;
}



#box1 {
	position:absolute;
	top:29px;
	left:0px;
	width:100%;
	margin:0px 0px 0px 0px;
	height: 104px;
	visibility: visible;
}
#box2 {
	position:absolute;
	top:0px;
	/*left:0px; */
	height:100%;
	width:100%;
	margin:0px 0px 0px 0px;
	padding: 0px;
	visibility: visible;
}

/*box3 {
	position:absolute;
	top:800px;
	left:0px;
	height:40px;
	width:100%;
	visibility: visible;
}*/
    #box3 {
    position: absolute;
    top: 0px; left: 0;
    width: 100%;
    
    }
  	html>body #box3 {  /* nur fuer moderne Browser! */
    position: fixed;
  	}
  	#box3 img {
    height: 58px; 
  	}
	
	
