#body {
	width: 100%;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color: #000;
}

h1 {
	font-family: 'Droid Serif', serif;
	font-size: 32px;
	text-shadow: 4px 4px 4px #bbb;
    margin-left: 5%;
    background-color: white;
    display: inline;
    padding: 4px;
}

h2 {
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	display: inline;
	float: left;
	margin: 0;
}

h3 {
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	display: inline;
}

p {
	display: inline;
	overflow: visible;
    background-color: white;
	line-height: 1.5;
    padding: 1px;
}

#bgimgwrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#bgimg {
  -ms-interpolation-mode: bicubic;
  display: block;
  position: absolute;
}

#inhalt {
	width: 50%;
	text-align: left;
	margin: auto;
    left: 5%;
    top:20%;
    position: absolute;
    z-index: 3;
}

#footer {
    width: 50%;
    text-align: right;
	margin: auto;
    right: 5%;
    bottom: 5%;
    position: absolute;
    z-index: 2;
}

a:link, a:visited {
	font-weight: normal;
	color: #000;
	text-decoration:none;
}

a:focus, a:hover, a:active {
	font-weight: normal;
	color: #000;
	text-decoration:underline;
}

img {
	border: none;
}

.loader {
	text-align: center;
	vertical-align: middle;
}

.right {
	text-align: right;
	display: block;
}

.content {
	clear: left;
}

#ffeedlogo {
	width: 100px;
	height: 23px;
}
#ffeedheader {
	float: right;
	display: block;
	text-align: right;
	margin-top: 1.1em;
	margin-bottom: 0;
	vertical-align: bottom;
	font-size: 0.7em;
}

.small {
	font-size: 0.7em;
}
