body {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 1px;
	text-align: left;
	background-image: url(../content_images/background.jpg);
/*	background-repeat: repeat-y;*/
	background-position: center;
}
div#all{
	clear: both;
	width: 1000px;
/*	text-align: center;*/
	margin: auto;
}
div#header {
  clear: both;
	height: 150px;
	widht: 1000px;
	padding: 0px;
	font-family: Arial, Helvetica; font-size: 40px; font-weight: bold;
	color: #e6e6e6;
}
div#left {
	padding: 0px;		/*(oben/unten)   (rechts/links)*/
	float: left;
	width: 243px;
	height: 631px;
	min-height: 631px;
	text-align: left;
	background-image: url(../content_images/menu.jpg);
	background-repeat: repeat-no;
}
div#content {
	background-image: url(../content_images/content.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
/*	margin: -13px; */
	margin-left: 243px;
	padding: 1px;
}
div#footer {
	margin-left: 90px;
	display: none;
        text-align: left;
	clear: both;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
	font-family: Arial, Helvetica; font-size: 10px;
}
div#footer a {
	font-family: Arial, Helvetica; font-size: 10px; 
	color: #1235ff;

}
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;
}
/*div#up{
/* position: relative; */
}

div#down{
/* position: relative; */
}

div#main{
/* position: relative; */
}
*/
