/* 
easyCss~screenCss 
Copyright (C) 2010 Joachim Doerr, easyCssframework.com
Creative Commons Attribution-Share Alike 3.0 License
*/
/* ----------------------------------------------------- ~ html, body Defaults */
html,
body {
	width: 100%;
	height: 100%;
}
body {
/*	font-family: Georgia, "Times New Roman", serif; */
	font-family: Arial, Verdana, sans-serif;
	background: white;
	font-size: 76%;
	line-height: 1.5;
}
/* ----------------------------------------------------- ~ header */
#header {
	height: 90px;
}
#header .logo {
	position: relative;
	top: 15px;
	left: 8px;
	display: block;
	height: 26px;
	width: 137px;
	background: transparent url(../img/logo-easycss.png) no-repeat center center;
	text-indent: -9999em;
}
* html #header .logo {
	background-image: url(../img/logo-easycss.gif) ;
}
#header .style-switche {
	position: absolute;
	top: 22px;
	right: 9px;
}
/* ----------------------------------------------------- ~ wrapp */
#wrapp {
	padding: 100px 0;
}
p {
	padding-left: 10px;
	margin-bottom: 18px;
}
hr.text {
	border: none;
	background: none;
	width: 400px;
	border-bottom: 1px solid #ccc;
}
/* ----------------------------------------------------- ~ navigation */
#navi {
	padding-left: 20px;
	padding-top: 130px;
}
#navi ul {
	list-style: none;
	clear: both;
}
#navi ul li {
	float: left;
	list-style: none;
}
#navi ul li a.current,
#navi2 ul li a.current {
	color: #000;
}

#navi2 {
	clear: both;
	padding-left: 25px;
	padding-top: 30px;
}
#navi2 ul {
	list-style: none;
}
#navi2 ul li {
	list-style: none;
}
/* ----------------------------------------------------- ~ footer */
#flashspruch {
	position: absolute; 
	top: 0;
	left: 10px;
}
#flashspruch p {
	padding: 20px;
	margin: 1em 0;
	font-size: 16px;
}
#footer {
	height: 90px;
	padding-left: 10px;
}
#footer .copyright {
	padding-left: 90px;
	background: transparent url(../img/creative-commons.png) no-repeat left -10%;
	position: relative;
	top: 23px;
}
* html #footer .copyright {
	background: transparent url(../img/creative-commons.gif) no-repeat left top;
}
* + html #footer .copyright {
	background-position: left top;
}
.back-to-top {
	position: relative;
	right: 18px;
	top: -13px;
}
