/*@font-face {
    font-family: 'AlexBrushRegular';
    src: url('AlexBrush-Regular-OTF-webfont.eot');
    src: url('AlexBrush-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('AlexBrush-Regular-OTF-webfont.woff') format('woff'),
         url('AlexBrush-Regular-OTF-webfont.ttf') format('truetype'),
         url('AlexBrush-Regular-OTF-webfont.svg#AlexBrushRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'LeckerliOneRegular';
    src: url('LeckerliOne-Regular-webfont.eot');
    src: url('LeckerliOne-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('LeckerliOne-Regular-webfont.woff') format('woff'),
         url('LeckerliOne-Regular-webfont.ttf') format('truetype'),
         url('LeckerliOne-Regular-webfont.svg#LeckerliOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	/*background: #c5b69f;*/
	background:url(../images/back_2021_klein.jpeg);
	background-size:cover;
	background-attachment:fixed;
	font-family: Arial, sans-serif;
}

a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font: 200% Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0 ;
}
h2 {
	font: 150% Arial, Helvetica, sans-serif;
	padding: 6px 0 0 0 ;
}

#wrapper{
	width:1000px;
	margin: auto;
	overflow: inherit;
	/*background: #c3ff3f;*/
}
#wrapper2{
	height:100%;
	margin: auto;
	overflow: inherit;
}

header{
	/*width:500px;*/
	position: absolute;
	margin-top:50px;
	float: left;
	overflow:visible;
	/*background: #3f3fc3;*/
	}

.content{
	width: 750px;
	min-height: 500px;
	margin-top: 247px;
	float:right;
/*	overflow:scroll;*/
	
	}



nav{
	width: 300px;
	height: 400px;
	float: left;
	font: 160% Arial, sans-serif;
	position: absolute;
	top: 300px;
	overflow: visible;
}

nav ul{
	list-style-type: none;
	/*text-align:center;*/
	margin: auto;
}
nav ul li{
	display:inline;
	padding: 10px;
	display:block;
	width: 180px;
	height: 45px;
	margin-bottom: 10px;
	background: rgba(256,256,256,0.6);
	/*background: rgba(0,0,0,0.75);*/
}
nav a{font: 40px 'LeckerliOneRegular', Arial, sans-serif;}

article{
	padding: 20px 20px 10px 20px;
	background:rgba(256,256,256,0.8);
	min-height:300px;
}


footer{
	width: 1100px;
	float: left;
	margin:auto;
	margin-top: 10px;
	text-align: center;
}
.kalender{margin-top: 0px;
clear: both;
padding: 0px;}
.kalender a {
    font-weight: normal;
    text-decoration: none;
    color:#000;
}
.kalender a:hover {
    font-weight: normal;
    text-decoration: underline;
}
