@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	outline: none;
	border: none;
	position: relative;
	text-decoration: none;
	z-index: 150;
}

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #C2C2C2;
}

/* Nur für die mobile Version */
.backstretch {
	display: none;
}
/* ENDE */

#facebook-button {
	display: none;
}

#navigation {
	top: 30px;
	left: 20px;
	font-size: 30pt;
}

#navigation h1 {
	font-size: 55pt;
	line-height: 40pt;
}

#navigation h2 {
	font-size: 35pt;
}

#hauptinhalt {
	top: 50px;
	left: 20px;
	font-size: 20px;
	width: 95%;
}

span.red {
	display: block;
	text-transform: uppercase;
	text-align: center;
	background-color: red;
	padding: 2px 5px 2px 5px;
	color: white;
}

h2 span {
	text-decoration: line-through;
}

#navigation li a, #navigation li a:visited {
	text-decoration: none;
	color: #333333;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	color: white;
}

#navigation li span {
	color: white;
	text-decoration: underline;
}

#copyright {
	display: none;
}

#termin-tabelle {
	font-size: x-small;
	border-collapse: collapse;
}

#termin-tabelle #oberste-zeile {
	background: rgba(0, 0, 0, 0.2);
}

#termin-tabelle td {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.4);
	padding: 1px;
}

a, a:hover, a:focus, a:active {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}
