html {
	margin:0px;
	overflow-y: scroll;
	height:100%;
	width:100%;
}

body
{
	margin:0px;
	padding:0px;
	background-color: #AEB6C4;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#0072CA;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}

a:focus { outline:none; }

input, select, textarea
{
	border:1px solid #999;
	background-Color:#fff;
	color:#666;
	float:left;
}

form {
	margin:0px;
	padding:0px;
}

/* Handles the position of the website */
div#webhandle
{
	position: relative;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	padding-top:5px;

	background-image: url('../images/body_back_flow.jpg');
	background-position: center;
	background-repeat: repeat;

	z-index:0;
}

div#backstyler
{
	position: absolute;
	left: 20px;
	width: 960px;
	top:-5px;

	background-image: url('../themes/backgrounds/598.jpg');
	background-position:top;
	background-repeat: no-repeat;
}

div#userinfo
{
	color:#fff;

	cursor:pointer;
	float:right;
	padding:2px 10px 0px 10px;
	margin:1px 0px 0px 0px;
}

div#smallinfohead
{
	width:950px;
	height:20px;
	margin:0px 25px;
	z-index:5;
}
div#smallwebheader
{
	width: 956px;
	height: 64px;

	background:transparent url('../images/webheadback_flow.jpg') repeat;

	padding:2px;
	padding-left:10px;
	margin:7px 15px 0px 15px;
	overflow:hidden;
	z-index:5;
	border:1px solid #666;
}

div#smallwebheader div#clock
{
	float:left;
	width:60px;
	padding:4px;
	background:transparent url('../images/clock_back.png') no-repeat;
}
div#smallwebheader div#datetime
{
	width:150px;
	float:left;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	margin:5px 0px 0px 5px;
}
div#smallwebheader div#datetime span.day
{
	color:#bbb;
}
div#smallwebheader div#datetime span.date
{
	color:#999;
}
div#smallwebheader div#datetime span.time
{
	color:#777;
}

div#smallwebheader div#suche
{
	width:447px;
	margin:10px;
	height:50px;
	float:left;

	background:transparent url('../images/suche_back.jpg') 0% 0% no-repeat;
}
div#smallwebheader div#suche div#provider
{
	padding:0px 0px 5px 65px;
}
div#smallwebheader div#suche div#provider div.single
{
	float:left;
	padding:2px 8px;
	cursor:pointer;
}
div#smallwebheader div#suche div#provider div.Active
{
	font-weight:bold;
	background-Color:#0072CA;
	color:#fff;
}
div#smallwebheader div#suche div#suchschlitz input#suche
{
	position:relative;
	background:transparent;
	font-size:14px;
	top:1px;
	left:74px;
	width:290px;
	border:0px;
	color:#0072CA;
	float:left;
}

div#smallwebheader div#suche div#button
{
	float:left;
	margin-left:85px;
	width:56px;
	height:23px;
	cursor:pointer;
}

div#smallwebheader div#newwidget
{
	float:left;
	margin:10px 5px;
}
div#smallwebheader div#newlink
{
	float:left;
	margin:10px 5px;
}

div#webheader
{
	width: 969px;
	height: 77px;
	background-Color:#fff;
	margin:7px 15px 0px 15px;
	border:1px solid #666;
}

div#logo
{
	position:relative; top:5px; left:20px;
	width:273px;
    height:65px;
	background-image: url('../images/logo.jpg');
    float:left;
    cursor:pointer;
}
div#logo div#beta
{
	position:relative; top:5px; left:220px;
	width:25px;
    height:7px;
	background-image: url('//static.switchtoeco.org/images_main/beta.jpg');
	background-repeat: no-repeat;
}

div#registerfree
{
	width:69px;
	height:68px;
	position:relative;
	top:8px;
	left:220px;
	background-image: url('../images/register_free.jpg');
    float:left;
    cursor:pointer;
}

div#registerforfree
{
	padding:7px 10px;
	background-Color:#FF4D00;
	color:#fff;
	cursor:pointer;
	text-align:center;
	float:left;
	position:relative;
	top:8px;
	left:30px;
	font-size:16px;
	letter-spacing:-0.5px;
	line-height:18px;
}

div#oder
{
	float:left;
	position:relative;
	top:30px;
	left:235px;
}
div#loginbox
{
	width:347px;
	height:63px;
	position:relative;
	top:7px;
	left:248px;
	background-image: url('../images/loginbox.jpg');
    float:left;
}

div#loginbox input#email
{
	position:relative;
	top:20px;
	left:10px;
	width:117px;
	border:0px;
	background-Color:#fff;
	color:#666;
	float:left;
}
div#loginbox input#pass
{
	position:relative;
	top:20px;
	left:30px;
	width:117px;
	border:0px;
	background-Color:#fff;
	color:#666;
	float:left;
}
div#loginbox div#loginbutton
{
	position:relative;
	height:24px;
	width:57px;
	top:17px;
	left:45px;
	float:left;
	cursor:pointer;
}

div#loginbox div#permanentImage
{
	float:left;
	position:relative;
	top:19px;
	left:10px;
	width:15px;
}
div#loginbox div#permanentLogin
{
	float:left;
	position:relative;
	top:18px;
	left:10px;
	height:15px;
	width:300px;
}

input.clear
{
	border:none;
}

div#footer
{
	height:100px;
	width:950px;
	background:transparent url('../images/body_footer_back.jpg') 0% 0% no-repeat;
	background-Color:#AEB6C4;

	padding:10px 25px 5px 25px;
}
div#footer div.block
{
	color:#3F5274;
	float:left;
	width:315px;
}

div#horizontalspacer
{
	clear:both;
	height:5px;
}

.pagenavdefault    { border:1px solid #bbbbbb; padding:0px 5px; background-color:#fff; color:#bbbbbb; font-size:14px; font-weight:bold; }
.pagenavcurrent    { border:1px solid #0072CA; padding:0px 5px; background-color:#2478A7; color:#ffffff; font-size:14px; font-weight:bold; }
