@import url(https://fonts.googleapis.com/css?family=Monda:400,900);
html{background:url("https://http.freetodo.de/img/linen.jpg") repeat scroll 0% 0%;}
body {
	font: 11px Arial, Helvetica, sans-serif;
	/*background: #ffffff url(images/main-bg.gif);*/
	background-color:transparent;
	background:url("https://http.freetodo.de/img/linen.jpg") repeat scroll 0% 0%;
	padding: 0;
	margin: 0;
	height:;
	width:70%;
}
img {
	border: none;
}
.clearer {clear: both;}
/* dock - top */
.dock {
	background:/*url(images/logo_sun.png) 0 0px no-repeat*/;
	position: relative;
	margin:0px 0px 0px 40px;
	height: 50px; 
	width:780px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: /*url(images/dock-bg2.gif)*/;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #fa5;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font: bold 13px Monda, Arial, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: /*url(images/dock-bg.gif)*/;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
#counter{
	position:fixed;
	top:5px;
	right:20px;
	text-align:center;
	height:40px;
	width:170px;
	background:transparent;
}
#box0{
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	float:right;
	width:169px;
	height:80px;
	margin:-40px 8px 0px 0px;
	background:url(images/kopf.png) 0px -60px no-repeat;
	border:1px solid #DFA360;
}
@media (max-width: 1000px) {
#box0{
	display:none;
	}
}
