body {
	margin: 0px;
	padding: 0px;
	text-align: center;
        background-image: 
        url(../content_images/lur.jpg);
        background-repeat:repeat-x;
}
div#all{
	clear: both;
	width: 800px;
	text-align: center;
	margin:0 auto;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	border-color:#eb8410;

}
div#header {
	text-align:left;
        clear: both;
	height: 237px;
width: 800px;
	padding: 0px;
	font-family: Arial, Helvetica; font-size: 40px;                      font-weight: bold;
	color: red;
        
        background-image: 
        url(../content_images/oben_h.gif);
        background-repeat:no-repeat;
}
div#left {
	padding: 5px 10px;		/*(oben/rechts/unten/links)*/
	float: left;
	width: 200px;
        height: 100%;
        min-height: 700px;
	text-align: left;
	margin:0px;
background-color:#fdf2e7;
	border-style:dashed;
	border-width:0px 1px 0px 0px;
	border-color:#eb8410;

}

.left {
	padding: 0px 1px 0px 0px;		/*(oben/rechts/unten/links)*/
	}
div#content {
	padding: 11px;
	width: 650;
	height: 100%;
	min-height: 700px;
	text-align: left;
	margin: 0px;
	margin-left: 220px;

background-image: 
        url(../pictures/hgcontent.gif);
        background-repeat:repeat;

}
div#footer {
	display:none;
  margin:0px;
  text-align: right;
	clear: both;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#eb8410;
}
div#footer1 {

	width: 800px;
	text-align: center;
	margin:0 auto;


}
