﻿@import url("layout.css");
body {
	font: Calibri;
	margin-right: auto;
	background-image: url('../images/zell4.jpg'); 
	no-repeat center fixed;
    min-height: 100vh;
    background-size: cover
}

#container {
	width: 100%;
	height: 100%
}

#header {
	font: Calibri;
	position: sticky;
	top: 0;
	width: 98,5%;
	padding: 10px 5px 5px 5px;
	z-index: 100;
	left: auto;
	height: 60px;
	vertical-align: middle;
	background-color: white;
	text-align: left;
}

#header a:hover {
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #00FF00;
	text-align: center;
}

#masthead {
	width: 100%;
	overflow: auto;
	text-align: left;
}

#page_content {
	position: relative;
}

#sidebar {
	position: fixed;
	width: 120px;
	height: 100%;
	background-color: white;
	display:table-cell;
    text-align:center;
    vertical-align:middle;	
}

/* Abstand von linkem Rand */
#content {
	margin-left: 160px;
	padding: 30px 10px 5px 20px;
}

#footer {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding-top: 1%;
        padding-right: 0;
        padding-bottom: 1%;
        padding-left: 0;
        background-color:  #F1F1F1;
}
#masthead img {
        float: left;
}
#masthead p {
        margin: 0;
        margin-right: 10%;
}
h1,h2,h3,h4,h5,h6 {
        font-family: Arial Black;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
        list-style-type: none;
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
}
#sidebar li {
        display: block;
        border: 1px solid #cb8;
}
#sidebar a {
        font-weight: bold;
        text-decoration: none;
        color: #393939;
        padding: 5%;
        display: block;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #FFFFFF;
}
/* Formatvorlagen für Fußzeile */
#footer p {
        font-size: x-small;
}
#footer a {
        color: #393939;
        text-decoration: underline;
}
#footer a:hover {
        color: #393939;
        text-decoration: none;
}
a {
        color: #393939;
        text-decoration: underline;
}
a:hover {
        color: #78a;
        text-decoration: underline;
}
.style_bold {
        font-weight: bold;
}
.style_italic {
        font-style: italic;
}