#b-fruehling {
	background-image:url("jahreszeiten/background/fruehling.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}

#b-sommer {
	background-image:url("jahreszeiten/background/sommer.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}

#b-herbst {
	background-image:url("jahreszeiten/background/herbst.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}

#b-winter {
	background-image:url("jahreszeiten/background/winter.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}

#f-fruehling {
	background-image:url("jahreszeiten/footer/fruehling.png");
}

#f-sommer {
	background-image:url("jahreszeiten/footer/sommer.png");	
}

#f-herbst {
	background-image:url("jahreszeiten/footer/herbst.png");
}

#f-winter {
	background-image:url("jahreszeiten/footer/winter.png");
}

a {
	text-decoration:none;
	color:darkblue;
}
a:hover {
	color:red;
}
header {
	background-image:url("grafik/header.png");
}
body {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma,Arial;
	background-color:#333333;
	overflow-y:scroll;
	/*background-image:url("grafik/background.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
}
header {
	height:300px;
	background-color:blue;
}

nav {
	height:20px;
	padding:5px;
	/*background-color:lightblue;*/
	background-image:url("grafik/nav_sh.png");
}
footer {
	height:50px;
	background-color:white;
	padding:10px;
	border-top:1px solid black;
	/*clear:both;
	background-image:url("grafik/footer.png");*/
}
#wrapper {
	/*min-height:100%;*/
	background-color:white;
	box-shadow:10px 0px 20px black, -10px 0px 20px black;
}
#content {
	padding:10px;
	background-color:white;
}
#videoframe {
	background-color:white;
}
#videolink {
	padding:0 10px 0 10px;
	text-align:center;
}
#videolink a:hover {
	background-color:gray;
}
div #last {
	width:auto;
	padding:10px;
	/*background-color:lightgray;*/
}
#last img {
	margin-bottom: 5px !important;
}
#regal {
	width:100%;
	/*background-color:lightgray;*/
	background-image: url("grafik/regalbrett_mitte_k.png");
	padding:0,5%;
	border-collapse: collapse;
	border: 0px;
}
#regal td {
	text-align:center;
}
#regal img, #last img{
	margin-bottom: 50px;
	padding:10px;
	background-color:gray;
	box-shadow:5px 0px 10px gray, -5px 0px 10px gray;
}
#regal img:hover, #last img:hover {
	box-shadow:10px 0px 20px black, -10px 0px 20px black;
	filter:grayscale(100%);
	-webkit-filter: grayscale(100%);
	
}
.regaloben .regalunten {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
#floatstopper {
	clear:both;
	width:100%;
}
#fusszeile {
	width:100%;
	margin:0;
	padding:0;
	border:0;
	vertical-align:middle;
}
#optaussen {
	width:20%;
}
#optaussen2 {
	width:20%;
	text-align:right;
	font-size:10pt;
}
#optmitte {
	width:60%;
	text-align:center;
	font-size:bold;
	font-weight:bold;
}
#sendeplan, #sendeplan table {
	text-align:center;
	width:100%;
}
#sendeplan .links {
	text-align:right;
	padding-right:10px;
	font-weight:bold;
	font-size:25pt;
	border-radius:15px;
	background-color:lightgray;
	margin:20px;
	box-shadow: 3px 3px 10px 1px gray;
}
#sendeplan .rechts {
	width: 250px;
	text-align:center;
	padding-left:10px;
	font-size:35pt;
	/*border:1px solid black;*/
	border-radius:15px;
	background-image:url("grafik/upload_right-table.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow: 3px 3px 10px 1px gray;
}
#sendeplan .r-r {
	font-size:12pt;
	/*border-style:solid;*/
	/*border-width:1px 1px 1px 1px;*/
	border-radius:15px;
	border-color:black;
	background-color:lightgray;
	width:100px;
	box-shadow: 3px 3px 10px 1px gray;
}
#uploadtoptext {
	text-align:center;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
#update {
	width: 180px;
	border: 0px;
	margin: 0px;
	padding: 10px;
	box-shadow: 3px 3px 10px 1px gray;
}
#updateaudio {

	margin: 0px;
	padding: 0px;
}
#audioplayer {
	width: 100%;
	box-shadow: 3px 3px 10px 1px gray;
}
#folgenzahlen {
	/*float: left;*/
	margin: 1px 1px 1px 1px;
	width: 35px;
	text-align: center;
	overflow: hidden;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-radius: 5px;
}
#folgenzahlen:hover {
	background-color: gray;
	transform: scale(1.2);
	border-radius: 10px;
}
#numberol {
	margin: 0px;
	padding: 0px;
}
#number {
  display: inline-block;
  /*margin: 8px 0 0 8px;*/
  padding: 0;
  text-align: center;
  vertical-align: top;
}