html,body {
	min-height:100%;
	margin:0px auto;
	background-image:url(bgr.jpg);
	background-repeat:repeat-x;
}


	
	
#schatten {
	background-image:url(schatten.png); background-repeat:repeat-y;
	width:966px;
	margin:0px auto;
	min-height:100%;
	text-align:center;
	
	}
	
	

#rahmen {
	height:100%;
	background-color:#EDEDED;
	width:950px;
	margin-left:8px;
	
	}
#zeiten {
	background-color:#EDEDED;
	color:#626466;
	
	}
#impressum {

	text-align:left;
	height:100%;
    margin:0px auto;
	background-color:#EDEDED;
	color:#626466;
	font-size:13px;
	width:500px;
	
	}
	
#datenschutz {

	text-align:left;
	height:10000%;
    margin:0px auto;
	background-color:#EDEDED;
	color:#626466;
	font-size:13px;
	width:500px;
	
	}
	
h1 {
	
	background-color:#EDEDED;
	color:#626466;
	font-size:13px;
	text-align:center;
	
}
/* unvisited link */
a:link {
   color:#626466;
}

/* visited link */
a:visited {
    color:#626466;
}

/* mouse over link */
a:hover {
   color:#424446;
}

/* selected link */
a:active {
   color:#626466;
}