﻿body {
	width: 95%;
	background-color: #f2f1f0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 3px 3px 3px 3px;
	font-family:  "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #ffffff;
	font-size: medium;
}

a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

#inhalt a {
	color: inherit;
	font: inherit;
	text-decoration: underline;
}

a:link {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}

a:visited {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}

a:hover {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}

a:active {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}



h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
}

#kopfleiste {
	background-color: #BA0919;
	width: 99%;
	height: auto;
	margin-bottom: 5px;
	padding-left: 10px;
	overflow:  visible;
	font-size: 0,9 em;
	line-height: 1.8em;
	border-radius: 10px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  2px 3px 3px #2E2E2E;
	
}

#kopfleiste h1 {

	<!--[if IE]
	display: block;
	filter: dropshadow(color=#2E2E2E,offX=2,offY=3);
	<![endif]-->

}

#Aktuelles {
	background-color:  #BA0919;
	border-radius: 10px;
}

#Archiv {
	background-color: silver;
	padding: 15px 20px 15px 20px;
	border-radius: 10px;
}

h24 {
	text-align: left;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:0,8em;
	font-weight:bold;
	color:#BA0919 ;
	
}

#menu {
	display: none;
	background-color: #D8D8D8;
	width: 100%;
	height: auto;
	
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	
	margin-bottom: 5px;
	margin-right: 0px;
	
	font-size: 0,5 em;
	box-shadow: 1px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  1px 2px 2px #2E2E2E;;
	float: none;
	
	color: #000000;
}

#menu ul {
	list-style-type: auto;
	padding:0;
}

#menu li {
	background-color: none;
	margin-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	
	<!--[if IE]
	display: block;
	filter: dropshadow(color=#2E2E2E,offX=2,offY=3);
	<![endif]-->
}

#menu li.current {	
	color: #2E2E2E;
}

/* Menü-Link im Header zum Ein-und Ausblenden des Menüs */
a.toggle-nav {
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 1em;
    text-decoration: none;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    cursor: pointer;
    padding: 0.357em;
    color: #D0E4F2;
    background: #4A6491;
    border: 1px solid #4A6491;
}

a.toggle-nav:hover {
    border: 1px solid #D0E4F2;
    background: #D0E4F2;
    color: #1A1F2B;
}


#menu_u {
	display: inherit;
	margin-left: 10px;
	background-color: #3c53a1;
	text-align: center;
	color:white;
	width: 99%;
	height: auto;
	float: left;
	padding:  5px 2px 5px 2px;
	margin-right: auto;
	border-top: none;
	border-top-color:silver;
	font-size: 0,9em;
	border-radius: 10px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  1px 2px 2px #2E2E2E;
}

#menu_u ul {
	list-style-type: none;
	padding:0;
	text-decoration:none;
	color:lime;
}

#menu_u li {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color:white;;
	text-decoration:none;
	<!--[if IE]
	display: block;
	filter: dropshadow(color=#585858,offX=1,offY=2);
	<![endif]-->
}

#menu_u hoover {
	list-style-type: none;
	padding:0;
	text-decoration:none;
	color:lime;
}

#menu_u li.current {	
	color: #00CCCC;
}


#menu3 {
	display:inherit;
	background-color: #3C53A1;
	border-left:10px #F1B300 solid;
	color:white;
	width: auto;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 15px;
	font-size: 1.0em;
	border-radius: 15px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  1px 2px 2px #2E2E2E; 
	display: inherit;
	
}


#inhalt {
	background-color: #ffffff;
	margin-left: 3px;
	width: 100%;
	height: auto;
	padding: 10px;
	color: #555555;
	border-radius: 10px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
}

#txtbox {
	float: right;
	background-color:silver;
	width:10%;
	height:auto;
	padding:3px;
	border-top:medium gray solid;
	border-left:thin gray solid;	
	border-right:thin gray solid;
	font-size:  x-small;
	text-align:center;
	border-radius: 5px 5px 0px 0px;
}

table {
	width: 100%;
	text-align: left;
	font-size: 94%;
}


#Sonntag {
	background-color:red;
	color:white;
}

#Einmaltermine {
	background-color:navy;
	color:white;
	width: 100%;
	border-left:10px orange solid;

tr {
		  
	border: 1px solid #85A5CC;
	display: row;
	overflow: auto;
	padding-bottom: 20%;
}

thead {
	display:  table-header-group;
}

td{
	width: 100%;
	float: left;
	display: table-cell;
	box-sizing: border-box; /* Präfix */
	padding: 3px 10px;
}

#bezeichnung {
	background-color: navy;
	color:lime;
}
	 

#footer {
	position:relative;
	margin-top:-7,5em;
	background-color: #3C53A1;
	color: white;
	border-radius: 10px;
	border-top:thin #666666 solid;
	border-bottom:thin #666666 solid;
	padding: 6px;
	text-align:center;
}
