body {
 	margin: 0; 
 	padding: 0; 
 	background: #fff url(../img/body.jpg);
 	font-family: Verdana, Arial, sans-serif;
   font-size: .8em; 
	text-align: center;
   color: #737373;
   
   /* Nur im IE, Opera und Konqueror sichtbar */
	scrollbar-face-color: #dee3e7;
	scrollbar-track-color: #efefef;
	scrollbar-arrow-color:  #737373;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #bbc6ce;
	scrollbar-3dlight-color: #d1d7dc;
	scrollbar-darkshadow-color: #98aab1;
}
#box {
	margin: 10px auto; 
	padding: 0;
	width: 850px; 
	height: auto;
	 order: 1px solid red;
}
#container {
	position: relative;
 	margin: 0 0 25px 0; 
	padding: 0;
	height: 630px;
	background: #fff;
}

	/* Anfang Datum und Zeit */
#zeit {
	float: left;
	margin-left: 20px;
	margin-top: -20px;
	padding: 0;
	height: 25px;
}
input.datum {
	font-size: 11px;
	color: #fff;
	text-align: right;
	width: 80px;
	font-family: 'courier new';
	background: transparent;
	border: solid 0;
}
input.zeit {
	font-size: 11px;
	color: #fff;
	text-align: right;
	width: 35px;
	font-family: 'courier new';
	background: transparent;
	border: solid 0;
}
	/* Ende Datum und Zeit */
	
	/* Anfang Navigation */
#nav {
	float: left;
	text-align: left;
	width: 140px;
	padding: 50px 0 134px 12px;
	 order: 1px solid red;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 128px;
	 order: 1px solid red;
}
#nav li {
	width: 128px;
	list-style: none;
	margin: 0;
	border-bottom: 1px dotted #c3c3c3; 
}
#nav li a {
	display: block;
	padding: 7px 0 7px 5px;
	text-decoration: none;
	width: 120px;
	color: #878787;
}
#nav li a:hover {
	color: red;
}
#nav a.aktiv {
	color: red;;
}
	/* Ende Navigation */
	
	/* Anfang Schatten der Bilder */
.schatten {
 	background: url(../img/shadow.gif) no-repeat right bottom;
 	float: left;
 	margin: 3px 5px;
}
.schatten-uli {
  	background: url(../img/bottom-left2.gif) no-repeat left bottom;
  	float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}
.schatten-ore {
  	background: url(../img/top-right2.gif) no-repeat top right;
  	padding: 0 5px 5px 0;
  	float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}
.schatten img {
  	background-color: #fff;
  	padding: 0;
  	display: block;
}
	/* Ende Schatten der Bilder */
	
#fuss {
 	position: absolute;
 	top: 630px;
 	left: 0;
 	width: 820px;
	height: 16px;
 	margin: 0;
 	padding: 4px 30px 0 0;
 	text-align: right;
 	font-size: 9px;
 	color: #fff;	
 	background: #fff url(../img/fuss.jpg) no-repeat 70% 0;
}
.counter {
	position: absolute;
	top: 580px;
	left: 17px;
	width: 110px;
	height: 30px;
	padding: 0;
}
#werbung {
 	height: 235px;
 	margin: 0;
    padding: 0;
	background: transparent; 
	 order: 1px solid red;
}
.adsense {margin: 0; padding: 0;}
.google {margin: 0; padding: 0; display: none;}
a:link {color: #232323;}
a:visited {color: #5f5f5f;}
a:hover {color: red;}
