﻿@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 {
	background-color:#303030;
	background:url("https://http.freetodo.de/img/linen.jpg") repeat scroll 0% 0%;
	scrollbar-base-color:#303030;
	scrollbar-3dlight-color:url(images/thumb0.jpg) 50% 50% no-repeat;
	scrollbar-arrow-color:#fa5;
	scrollbar-darkshadow-color:#303030;
	scrollbar-face-color:#353535;
	scrollbar-highlight-color:#303030;
	scrollbar-shadow-color:#303030;
	scrollbar-track-color:#303030;
	
}	
	::-webkit-scrollbar {background:#303030;}
    ::-webkit-scrollbar-button {background:url(images/thumb0.jpg) 50% 50% no-repeat;}
    ::-webkit-scrollbar-track {background:#303030;}
    ::-webkit-scrollbar-track-piece {background:#404040;}
    ::-webkit-scrollbar-thumb {background:#303030 url(images/thumb.jpg) 0 50% no-repeat;height:10%;}
    ::-webkit-scrollbar-corner {background:#303030;}
    ::-webkit-resizer {background:#303030;}
.frame{
    width: 780px;
    height: 786px;
    border: 0;

    -ms-transform: scale(0.55);
    -moz-transform: scale(0.55);
    -o-transform: scale(0.55);
    -webkit-transform: scale(0.55);
    transform: scale(0.55);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
a {font-family:Monda, Arial,sans-serif;font-size:0.8em;line-height:18px;color:#fa5;}

.page{
	display:inline-block;
	float:left;
	width:100%;
	padding-right:-200px;
	background:url("https://http.freetodo.de/img/linen.jpg") repeat scroll 0% 0%;
}
.sidebar{position:fixed;right:5px;width:;padding:10px 0 0 0px;background:transparent;}
.cal{height:600px; width:200px;border:0;frameBorder:0; scrolling:no;}
.head{
	background:transparent;
	width:auto;
	height:100px;
}
#head{height:100px;}
.side{
	float:left;
	width:25px;
	padding-right:0px;
}
.blank{height:700px;width:30px;border:0;scrolling:no;padding:0px;}
.content{
	display:inline-block;
	width:80%;
	float:left;
	background:transparent;
	margin-left:10px;
	margin-right:10px;
}
.cont{height:700px; min-width:100%;border:0;frameBorder:0; scrolling:auto;
	-ms-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -o-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
#header {
	background:transparent;
	text-align:center;
	width:auto;
	height:auto;
	margin:-8px -8px 20px -8px;
	padding:5px;
	border:1px solid #000;
	-moz-box-shadow: 6px 6px 12px rgba(00,00,00,0.7) inset, -6px -6px 12px rgba(00,00,00,0.7) inset;
	-webkit-box-shadow: 6px 6px 12px rgba(00,00,00,0.7) inset, -6px -6px 12px rgba(00,00,00,0.7) inset;
	box-shadow: 6px 6px 12px rgba(00,00,00,0.7) inset, -6px -6px 12px rgba(00,00,00,0.7) inset;
}
img.google {
	width:120px;
	padding:5px 0;
}
#google-box {
	background-image: transparent;
	margin: -0px 0px 0px 0px;
	text-align: center;
	width:100%;
}
form.google {
	text-align: center;
}
.gbox-text {
	font-size: 12pt;
	}
#meineip {
	background-image: transparent;
	margin: 20px 0px 20px 10px;
	text-align:;
	width: 500px;
	height:100px;
}
#counter{
	position:fixed;
	right:18px;
	text-align:center;
	width:170px;
	height:40px;
	background:transparent;
}
/*@media screen and (max-width: 1265px) /* Desktop */ {*/
  .sidebar{
    display:block;
  }

