@charset "utf-8";
/* CSS Document */

body {
	background-color:#145005;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:large;
	font-style:italic;
	margin:0px;
}
/* 
Header  
*/
header {
	position:fixed;
	background-image: url("image/logo-background.jpg");
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 250px;
	width: 100%;
	color: #ffffff;
	top: 0px;
	left: 0;
	border-bottom:2px solid #000000;
	}
/* Navigationsleiste */
nav {
	background-color:#145005;
	width: 100%;
	height: 45px;
	margin: 10px;
	border-radius:15px;
	border:2px solid #000000;
	}
#navlogo{
	height: 30px;
	margin-left:15px;
	margin-top:8px;
}

ul {
	margin:10px;
	padding-right: 20px;
    list-style-type:none;
	font-size:large;
	font-weight:bolder;
	float:right;
}

ul a, nav a {
	color:#ffffff;
	margin:4px;
	padding:5px;
	text-decoration:none;   
	border-radius:10px;

}
 
ul a:hover, ul li .current {color:gray;
    background-color:green;}
	
/* Logo */
header img {
	margin-top: 15px;
	margin-left: 5%;
	height: 150px;
}
/* 
Body 
*/

main {
	color: #000000;
	float:left;
	width:80%;
	margin-top: 260px;
	margin-bottom: 60px;
	min-height:600px;
	margin-left: 10%;
}	

aside {
	background-color:#ffffff;
	float:right;
	padding:10px;
	width:25%;
	text-align:center;
	border-radius:8px;
}
article {
	background-color:#ffffff;
	float:left;
	width:70%;
	border-radius:8px;
}
h1{
	padding-top:10px;
	padding-left:15px;
}
h2{
	padding-left:15px;
}
h3{
	padding-left:15px;
}
p{
	padding-left:15px;
	padding-right:30px;
}
address{
	padding-left:15px;
}
article h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;
}		
article#full {
	background-color:#ffffff;
	float:left;
	width:100%;
	margin-top: 10px;
	border-radius:10px;
}
article#spalten {
	width:100%;
	margin-top: 10px;
	margin-top: 10px;
	border-radius:10px;
}
article#spa2 {
	background-color:#ffffff;
	float:center;
	margin:1%;
	width:47%;
	text-align:center;
	border: 1px solid grey;
	border-radius:10px;
}
article img{
	height: 150px;
}
/*Login Page */
#login-page{
	margin: 10px;
	
	border: 1px solid grey;
	border-radius:10px;
	background-color:#393939;
	width: 90%;
}
#login-page input{
	color:#ffffff;
	margin: 10px;
	border: 1px solid grey;
	border-radius:10px;
	background-color:#bcbcbc;
	width: 90%;
	height:35px;
	font-size:large;
	padding-left:5px;
}
#login-page button{
	margin: 10px;
	border: 1px solid grey;
	border-radius:10px;
	background-color:#bcbcbc;
	width: 90%;
	height:35px;
	font-size:large;
}
#login-page a{
	color:#ffffff;
	font-size:11px;
	text-decoration:none; 
	margin: 10px;
}	
#login-page a:hover{
	color:red;
}
footer {
	position:fixed;
	bottom: 0;
	background-color:#393939;
	color:#ffffff;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;
	height: 30px;
	margin:10px;
	border-radius:15px;
	border:2px solid #000000;
	}