
/****************************************************************  all  */

html, body, span, a, table, td, form, textarea, h1, h2, h3, p, ul, li, label {
	margin: 0;
	padding: 0;
	font-family: helvetica, sans-serif;
	border: 0;
}

body {
	color: #fff;
	background-color:#31A181;
}

p {
	font-family: helvetica, sans-serif;
	letter-spacing: -6px;
	color: white;
	font-size: 68px;
	line-height: 60px;
}

.farbbloecke {
	float: left;
	left: 0px;
	height: 50px;
	/* width: 50px; */
	width: 5%;
	border: 0px;
	border-color: black;
	border-style: solid;
}

.text-footer {
	width: 400px;
	font-size: 10px;
	letter-spacing: 0px;
	color:#31A181;
	line-height: 25px;
	padding: 0 23px 0 23px;
	float: left;
}

a {
	color:#31A181;
}

.button-spektrum {
	width: 15px;
	height: 15px;
	line-height: 25px;
	background: url(../img/button-spektrum.gif) no-repeat;
	float: left;
	margin-top: 5px;
	border: 0;
}

.button-aktuell {
	width: 15px;
	height: 15px;
	line-height: 25px;
	background-color:#31A181;
	float: left;
	margin-top: 5px;
	border: 0;
}

.clearit {
	clear: both;
}


#links {
	float:left;
}

#likebutton{
	float: right;
	padding-top: 2px;
	/* padding-right: 25px;
	 width: 128px; */
}

#fblike, #glike{
	padding-left: 10px;
	float:left;
}


#fb-root{
	display: none;
}

/* hide comments popup */
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr{
display: none !important;
}

/****************************************************************  divs  */


#main {
	padding: 23px 0 0 23px;
}

/* Sticky Footer Solution by Steve Hatcher http://stever.ca http://www.cssstickyfooter.com */

* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 25px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;
	background: #fff;
	padding: 0 0 0 23px;
	} 


/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

