* {
	padding: 0;
	margin: 0;
	
	font-weight: normal !important;
}

img {
    border: 0;
}

.clr {
	clear: both;
}

html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	background: url(../images/bg_body.png) repeat #ececec;

	color: #a2a2a2;
	font-family: 'Source Sans Pro', verdana, arial, sans-serif;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	line-height: 1.5em;
}

header {
	margin: 10% auto 5% 10%;
}

section {
	overflow:auto;
	clear: both;

	padding: 20px 8px 18px 8px;

	background: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	
	text-align: center;
}

h1 {
	float: left;
	font-size: 2.5em;
	font-family: 'Raleway', verdana, sans-serif;
	letter-spacing: 0.15em;
	color: #82c25e;
}

img #flocke {
	float: left;
	
	border: none;
	outline: none;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	
	display: none;
}

footer p {
	font-size: 0.8em;
	text-align: center;
}

a, a:active {
	text-decoration: none;
	color: #333;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #82c25e;
}