﻿body {
	margin: 0px;
	padding: 8px;
	
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	font-size: medium;
	color: #555555;
	background-color: #BDBDBD;
	background: #000000 url(bilder/kleingehaeuse.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

strong {
	font-weight: bold;
}

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

table {
	border-collapse: collapse;
}

td {
	padding: 15px;
}

tr.zweitezeile {
	background-color: #f2f1f0;
}

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

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

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

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

#container {
	width: inherit;
	max-width: 960px;
	margin: 0 auto 0 auto;
}

#kopfleiste {
	width: inherit;
	height: 120px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	overflow: hidden;
	background: url(bilder/pbs-header.png) no-repeat center center ;
	background-size: contain ;
	background-color: #BDBDBD;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

#kopfleiste h1 {
	margin: 0px;
	padding: 0px;
	font-size: 220%;
	line-height: 80px;
	color: #FAF9F8;
}

#menu {
	background-color: #DF0101;        /* Hintergrundfarbe für die Navigation */
	padding: 4px 0;                   /* Innenabstand: oben/unten 4px, li/re 0 */
	border-top: 3px solid #668BCC;    /* Rahmenlinie oben */
	border-bottom: 3px solid #668BCC; /* Rahmenlinie unten */
	margin: 0;                        /* Keinen Außenabstand */
}
#menu a {
  color: black;                  /* Schriftfarbe schwarz */ 
  text-decoration: none;         /* Unterstreichung entfernen */ 
  padding: 4px 8px;              /* oben/unten 4px, re/li 8px */
}
#menu a:hover ,
        /* mit Komma am Ende */
   /* mit Komma am Ende */
#navi01 a #navi02 a #navi03 a #navi04 a {    	/* ohne Komma am Ende */
  background-color: #c3d9ff;
  background-color: hsla(0, 100%, 50%, 0.5);
  background-image: url(bilder/menue-bg.jpg);/* Hintergrundgrafik einfügen */
  background-repeat: repeat-x;           /* von links nach rechts wiederholen */
  background-position: top left;         /* oben links beginnen */
}

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

#menu li {
	display: inline;            /* Listenelemente nebeneinander */
	list-style-type: none;      /* Aufzählungszeichen entfernen */
	/*
	display: inline;
	margin-left:3%;margin-right:3%;
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;

	font-size: 100%; */
}

#menu li.current {
	background-color: #A53420;
	background-image: url(bilder/active.png);/* Hintergrundgrafik einfügen */
  background-repeat: repeat-x;           /* von links nach rechts wiederholen */
  background-position: top left;
} 

#inhalt {
	width: 97%;
	height: auto;
	color: #BDBDBD;
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	padding: 10px 15px 10px 15px;
	
	background-color: #BDBDBD;
	background-color: hsla(0,0%,50%, 0.7);
	-moz-box-shadow: 2px 2px 2px 0px #BDBDBD;
	-webkit-box-shadow: 2px 2px 2px 0px #BDBDBD;
	box-shadow: 2px 2px 2px 0px #BDBDBD;
}

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

#inhalt h2 {
	text-align: center;
	color: #000000;
	font-size: 100%;
	line-height: 1.4;
}

#inhalt p {
	text-align: center;
	color: #000000;
	font-size: 100%;
	line-height: 1.3;
}
#google {
	width: auto;
	height: auto;
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	padding: 10px 15px 10px 15px;
	
	background-color: #BDBDBD;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}