@charset "utf-8";

#sTitel-1{
	background-color: #ddd;
	margin-top: 10px;
}
.box-info-kalender{
	display: inline-block;
	min-height: 500px;
	background-color: #fff;
	height:  auto;
	padding: 15px 0px 0px 15px;
	width: 98%;
}
.box-info-kalender-links{
	min-height: 200px;
	width: 10%;
	background-color: #fff;
	height:  auto;
	padding: 0px;
	margin: 10px 5px 5px 0px;
	text-align: left;
	float: left;
}
.box-info-kalender-mitte{
	width: 45%;
	min-height: 480px;
	height:  auto;
	background-color: #ddd;
	padding: 0px 10px 0px 0px;;
	margin: 10px 25px 5px 20px;
	text-align: left;
	float: left
}
.box-info-kalender-rechts{
	display:flow-root;
	width: 38%;
	height: auto;
	min-height: 720px;
	background-color: #fff;
	padding: 0px;
	margin: 10px 0px 0px 20px;
	align: left;
}
.box-icon-kalender{
	background-color:blue;
	width: 80px;
	height:  127px;
	padding: 10px 0px 15px 0px;
	margin: 10px 0px 15px 0px;
}
nav1{
	background-color:#000;
	height: auto;
	width: 100%;
	padding: 3px 0px 0px 0px;
	text-align: center;
}
nav1 ul li{
	display:block;
	line-height: 1.8em;
	margin: 0px 3px;
	text-align: center;
	padding: 25px 15px 5px 15px;
	margin-bottom: 25px 15px 5px 15px;
}
nav1 ul li a1{
	font-size: 1.5em;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	background-color: red;
	padding: 25px 15px 5px 15px;
	margin-bottom: 25px 15px 5px 15px;
	border-radius: 10px 10px;
}
nav1 ul li a1:hover{
	color: red;
	background-color: #f00;
}
nav1 ul li a1:activ{
	color: #000;
	background-color: #0f0;
}
nav1 ul li a1:focus{
	color: #0f0;
	background-color: #0f0;
}
a{
	color: #fff;
	background-color: #f00;
	font-size: 16px;
	padding: 0px 10px 0px 10px;
	border-radius: 10px 10px;
}
a:hover{
	color: #f00;
}
a:active{
	background-color: #f00;
}
p1 {
	font-size: 1.3em;
	line-height: 2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	color:#fff;
	margin-bottom: 10px;
	padding: 0em;
	text-align:left;
	background-color: #fff;
}
pa {
	font-size: 1em;
	line-height: 2em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	color:#fff;
	margin: 15px 0px 10px 0px;
	padding: 8px 12px 8px 12px;
	border-radius: 10px 10px;
	text-align:left;
	background-color: #f00;
}