﻿html, body 	{
	background: #EBEBEB;
}
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
#inhalt		{
	font-family: Arial, Helvetica, sans-serif;
    width:860px;
	margin:0 auto;
	padding-bottom:5em;
	padding-top:10em;
    font-size: 15px;
} 
#footer	 	{
	font-size: 13px;
	position: relative;
	bottom:0px;
	text-align:center;
	width:100%;
	background: #EBEBEB;
	padding-bottom:1em
}
div#button {
	text-align: center;
	margin-top: 10px;
	word-spacing: 3em;
}
#masthead {
	text-align: right;
	word-spacing: 5px;
	background: #EBEBEB;
	position:fixed;
    top:0; left:0; right:0;
    width:860px;
    margin:0px auto;
    padding-top:1em
}


/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
	background-repeat: no-repeat;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	line-height: 14px;
	color: black;
	margin: 1px;
	padding: 1px;
	clear:both;
	padding-top:20px;
}
#footer a {
	clear:both;
	color: blue;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFB871;
	text-decoration: underline;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #FFB871;
	text-decoration: underline;
}

/* Nur für den MSIE */

* html, * html body {
    margin:0;
    padding:0;
    height:100%;
    overflow:hidden;
}
* html #masthead {
    margin:0;
    height:10%;
}
}
* html #footer {
    background:#efefef;
    height:5%;
    text-align:center;
    padding-top:1%;
}* html #inhalt {
    padding:0;
    height:95%;
    overflow:auto;
}