body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url(../content_images/hg.jpg);
}
div#all{
	clear: both;
	width: 1000px;
	text-align: center;
	margin:0 auto;
}
div#header {
	/*text-align:left;*/
  clear: both;
	height: 100px;
	font-family: Arial, Helvetica; font-size: 40px; font-weight: bold;
	color: red;
}

div#left {
	padding: 5px 10px;		/*(oben/unten)   (rechts/links)*/
	float: left;
	width: 150px;
	height: 600px;
	text-align: left;
}
div#right {
	padding: 5px 10px;		/*(oben/unten)   (rechts/links)*/
	float: right;
	width: 0px;
	min-height: 200px;
}
div#content {
	padding: 10px;
	margin: 0px;
	margin-left: 170px;
	text-align: left;
/*   height: 600px; */
    min-height: 600px;
}
div#footer {
	display:none;
        margin:0px;
        text-align: right;
	clear: both;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#088000;
	font-family: Arial, Helvetica; font-size: 10px; 
	color: #5b9a69;
	width: 1000px; 
}
div#footer a {
	font-family: Arial, Helvetica; font-size: 10px; 
	color: #5b9a69;

}
div#footer a:hover {
	font-family: Arial, Helvetica; font-size: 10px; 
	font-weight: bold;
	color: #136b26;

}
div#footer a:active {
	font-family: Arial, Helvetica; font-size: 10px; 
	text-decoration: underline;
	font-weight: bold;
	color: #136b26;
}
div#footer a:checked {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #136b26;
}