/* Medium screens (640px) */
@media (min-width: 40rem) { 
  html { font-size: 112%; }
}
 
/* Large screens (1024px) */
@media (min-width: 64rem) { 
  html { font-size: 120%; }
}


@media (min-width: 40rem) {
  .column { float: left;
    padding-left: 1rem;
    padding-right: 1rem;}

  .column.full { width: 100%;}
  .column.two-thirds { width: 66.7%; }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .column.fourth { width: 25%; }
  .column.flow-opposite { float: right; }
}

@media (min-width: 40rem) {
  .column.flow-opposite { float: right; }
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Small screens (default) */
html { font-size: 100%; }

body
{background-color: #FFF; 
    text-align: center;  /* Zentrierung im Internet Explorer */
    mix-width: 320px; /* Mindestbreite verhindert Umbruch 
	und Anzeigefehler in modernen Browsern */}

header {border: 0px ridge red; text-align:center; height:70px; 
top: 0; position: fixed; width: 100%; }
 /* Minilogo */ 
 .logo, a.logo:link, a.logo:visited {color: #630;
	font-family: Arial narrow, sans-serif; font-weight: bolder; 
	letter-spacing:1px; font-size: 16px;ctext-align:center; }
		a.logo:hover {color: #630; text-decoration:underline; }
		a.logo:focus {color: #FFF; text-decoration:underline; }
		a.logo:active {color: #FFF; text-decoration:underline; }

.main {clear:both; text-align: center; 
	margin: 0 auto; max-width: 320px; width: 100%; 
	border: 0px ridge blue; background-color:#FFF;}
	
.anschrift {font-family: Arial, sans-serif; font-size: 15px; color: #000; }
	
	
ul.auswahl {text-align:left; list-style: none; color: #999; 
	font-family: Arial, sans-serif; padding: 5px 0 ;}
ul.auswahl li {display: inline; font-size: 12px; }
ul.auswahl li a {color: #999; text-decoration: none; }
ul.auswahl li a:hover {color: #999; text-decoration: underline; } 
ul.auswahl li a:active {color: #FC3; text-decoration: underline; } 



.list {font-family: Arial, sans-serif; color: #000;
	font-size: 15px; line-height: 19px;
	font-weight:normal; }

.mini, a.mini:link, a.mini:visited {color: #630;
	font-family: Arial, sans-serif;
	font-size: 15px; font-weight:normal; text-align:center; }
		a.mini:hover {color: #630; text-decoration:underline; }
		a.mini:focus {color: #FC3; text-decoration:underline; }
		a.mini:active {color: #FC3; text-decoration:underline; }

.wrapper {text-align:left; margin: 5px 5px; 
	border: 0px ridge #F0F; width: 310px; }
	
	
	#zeiten {text-align:left; margin: 15px 5px; 
	font-family: Arial, sans-serif; 
	font-size:22px; color:#630; 
	background-color:#FFE085; padding: 3px 18px 0 18px;}
	
	table, th, td {border-collapse: separate; font-size:15px; font-weight:normal; color: #000;}

footer {height: 70px; text-align:center;
bottom: 0; position: fixed; width: 100%; }

 /* Aufbau FooterNavi */
	ul#fuss { float:center; margin: 0 auto; 
	padding-top: 48px; max-width: 300px; width: 100%;
	border: 0px ridge silver; }
	
	ul#fuss li /* Listenpunkte */{list-style: none; 
	display:inline; border: 0px ridge silver; }

/* Footer Navi Weiss */
	.hm, a.hm:link, a.hm:visited {
	font-family: Arial, sans-serif; 
	font-size: 13px; text-align:center; 
	color: #fff; text-decoration:none;}
	a.hm:hover {color: #FFF; text-decoration:underline;}
	a.hm:focus {color: #FC3; text-decoration:underline;}
	a.hm:active {color: #FC3; text-decoration:none;}

/* Ab hier Schriften */
* {margin:0; padding:0;}

p {font-family: Arial, sans-serif; margin-bottom:5px;
	font-size: 15px; color: #000; line-height: 20px; 
	font-weight:normal; }

td {font-family: Arial, sans-serif;}

h1 {font-family: Arial, sans-serif; margin:8px 0 5px 0;
	color: #43913A; font-weight:normal;
	font-size: 18px; }

h2 {font-family: Arial, sans-serif; margin:8px 0 5px 0;
	color: #43913A; font-weight:normal;
	font-size: 18px; }
	
h3 {font-family: Arial, sans-serif; 
	color: #000; font-weight:bold;
	font-size: 15px; text-align:left; margin:10px 0 5px 0; }
	
h4 {font-family: Arial, sans-serif; 
	color: #777; font-weight:normal;
	font-size: 21px; margin: 10px 0 10px 0;}
	
	
.abb {font-family: Arial, sans-serif; font-size: 14px; color: #000;}
.logfiles {font-family: Arial, sans-serif; font-size: 15px; color: #000; margin-left:20px; }
.quelle {font-size: 12px; font-style:italic; color: #000; }

a,
a:link {text-decoration:none; color:#F90;}
a:visited {text-decoration:none; color:#F90;}
a:hover {text-decoration:underline; color:#FC3;}
a:focus {text-decoration:underline; color:#FC3;}
a:active {text-decoration:underline; color:#FC3;}