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