body {
	background-color: #f8f8f8;
	color: #000000;
	font-family: 'PT Sans', serif;
	font-size: 0.95em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background-image: url('../bilder/g.png');
	background-size: 100%;
}

h1 { font-size: 120%; }
h2 { font-size: 110%; margin-bottom: 4px; }
h3 { font-size: 100%; margin-bottom: 4px; }
p {
	text-align: justify;
	margin: 6px 0 0px 0;
}

a { text-decoration: underline solid #244055; color: #000000; }

#header, #footer{
	position:fixed;
	display:block;
	width: 100%;
	background: rgba(224,224,224, 0.8);
	z-index:9;
	text-align:left;
	color: #f2f2f2;
	padding: 0 0 0 0;
}
#header{ top:0px; height: 100px; border-bottom: 2px solid #244055; }
#footer{ bottom:0px; height: 50px; border-top: 2px solid #244055; }

#menu { margin: 0; padding: 0; }
#submenu { margin: 10px 0 0 0; padding: 0; }
#menu ul, #submenu ul { list-style: none; margin:0; padding:0; }
#menu li, #submenu li {
	display:inline-block;
	margin: 0 10px 0 0;	
	color: #000;
	background: rgba(255,255,255, 0.5);
}
#menu li { margin: 0 10px 0 0; padding: 0 10px 0 10px; }
#submenu li { font-size: 90%; margin: 0 5px 0 0; padding: 0; }
#menu li.active, #submenu li.active { background:#244055; color: #fff; }
#menu li a, #submenu li a { text-decoration:none; color: #000; }
#menu li.active a:hover, #submenu li.active a:hover { color: #000; }
#menu li:hover, #submenu li:hover { background: rgba(255,255,255, 0.8); }
#menu li a, #menu li.active a { padding: 9px 18px; display:block; }
#submenu li a, #submenu li.active a { padding: 3px 9px; display:block; }
#menu li.active a, #submenu li.active a { color: #fff; }


.header_right {
	position: absolute;
	margin: 0 0 0 0;
	right: 3%;
	top: +25px;
}
.header_left {
	position: absolute;
	margin: 0 0 0 0;
	left: 3%;
	top: 10px;
}

.footer_center {
	text-align:center;
	margin: 10px 3% 0 3%;
	font-size: 75%;
	color: #000000;
}
.footer_right {
	position: absolute;
	margin: 0 0 0 0;
	right: 5%;
	bottom: 10px;
	text-align: right;	
}

.bild_flow {
	background-color: #f1eeea;
	padding: 0px;
	margin: 8px 8px 4px 0;
	border: 0px solid #f1eeea;
	float: left;
}

.text_left, .text_right, .text_full, .bild_full {
	margin-top: 130px;
	background: #fff;
	padding: 5px 12px;
	min-height: 40%;
	max-height: 70%;
	border: 2px solid #e1dbd2;
	overflow: auto;
}
.text_left img, .text_right img, .text_full img {
	padding: 5px 12px;
}
.text_left ul, .text_right ul, .text_full ul { list-style-type: square;	margin-left: 2em; padding-left: 0; }
.text_center { text-align: center; }
.text_full { float: left; width: 94%; margin-left: 3%; }
.text_left { float: left; width: 44%; margin-left: 3%; }
.text_right { float: right;	width: 44%; margin-right: 3%; }
.bild_full { height: 70%; border: 0; background: none; float: left; width: 94%; margin-left: 3%; text-align: right; overflow: hidden; }
.bild_full iframe { padding: 2px; max-width: 100%; max-height: 100%; height: auto; }
.bild_rahmen { background-color: #f1eeea; padding: 4px; border: 2px solid #e1dbd2; }

.audio_player { margin:0.5em auto 0.5em 5%; }
.audio_player audio { vertical-align:middle; padding-right:10px; }

table { width: 95%;	border-collapse: collapse; margin: auto 0; float: none; }
table, th, td { border: 1px solid #000; padding: 8px 8px; } 
th { text-align: center; background-color: #e0e0e0; height: 3em; }
th[scope="row"] { text-align: left; font-weight: normal; }
td { text-align: left; background-color: #f8f8f8; }

.slideshow { width: 90%; margin: 15px auto; }
.slideshow img { opacity: 0; filter:alpha(opacity=0); }

.sp7 { display:inline-block;width:7ch; }

::-webkit-scrollbar { width: 8px;  /* for vertical scrollbars */ height: 12px; /* for horizontal scrollbars */ }
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
