body {
    background-color: #91916D;
    color: #141817;
    font-family: sans-serif;
}

#header {
    position: absolute;
    margin: auto;
    top: 0px;
    width: 1180px;
    background: url(titel.png);
    padding: 10px;
    color: white;
    font: 1.8em sans-serif;
    border-bottom: #6f7400 2px solid;
    height: 200px;
}
#header h1 {
    padding-top: 80px;
    padding-left: 490px;
}

#footer {
}

#container {
    #float: left;
    background-color: #DFE9F2;
    width: 1200px;
    margin: auto;
    box-shadow: #141817 2px 2px 10px;
}

#navigation {
    width: 300px;
    float: left;
    padding-top: 260px;
    padding-right: 10px;
}


#bodShopWidget_0707485_print {
    padding-top: 660px;
}
.bodShopWidget {
    padding-top: 660px;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding-top: 10;
}

#links ul a,
#Twitter a {
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    padding: 3px 5px;
    border-bottom: 1px solid white;
    color: #565919;
}

#links ul a:hover,
#Twitter a:hover,
#navigation a:focus,
#navigation a:active
{
    background-color: #e3e0cf;
    color: #010101;
}

/* Visitor Counter */
#navigation img,
#social
{
    width: 90%;
    margin-left: 5%;
}

#ok_malkotsch img {
  width: 25%;
  height: auto;
  margin-right: 1em;
  float: left;
}

#bt_bilder img {
    width: 80%;
    text-align: center;
    border: 1px solid #0dd;
    border-radius: 4px;
    padding: 5px;
}

#content {
    #float: left;
    margin-left: 300px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding-top: 260px;

}

#start table, th, td {
    border: 0 solid #FFFFFF;
    background-color: #DFE9F2;
    border-spacing: 10px;
}

table {
    border-collapse: collapse;
    border: 2px solid #000;
    font: normal 80%/140% arial, helvetica, sans-serif;
    color: #555;
    background-color: #eFF9F2;
}
td {
    border: 2px solid #000;
}

.back-to-top {
    background: #91916D;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1em;
}

#gallery {
	position: relative;
	background: none;
	border: none;
	height: 550px;
}

#gallery figure {
	position: absolute;
	top: 0;
	left: 0;
}

#gallery figcaption {
	position: absolute;
	left: 1em;
	font-size: 2em;
	font-weight: bold;
	bottom: 0.5em;
	color: white;
}

@-webkit-keyframes bilder {
	0% {
		opacity: 1;
	}
	34% {
		opacity: 1;
	}
	35% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes bilder {
	0% {
		opacity: 1;
	}
	34% {
		opacity: 1;
	}
	35% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#gallery figure:nth-of-type(1) {
	-webkit-animation: bilder 30s 7s infinite;
	animation: bilder 30s 7s infinite;
}
#gallery figure:nth-of-type(2) {
	-webkit-animation: bilder 30s 2s infinite;
	animation: bilder 30s 2s infinite;
}
#gallery figure:nth-of-type(3) {
	-webkit-animation: bilder 30s 12s infinite;
	animation: bilder 30s 12s infinite;
}
#gallery figure:nth-of-type(4) {
	-webkit-animation: bilder 30s 13s infinite;
	animation: bilder 30s 13s infinite;
}
#gallery figure:nth-of-type(5) {
	-webkit-animation: bilder 30s 14s infinite;
	animation: bilder 30s 14s infinite;
}
#gallery figure:nth-of-type(6) {
	-webkit-animation: bilder 30s 17s infinite;
	animation: bilder 30s 17s infinite;
}

@-webkit-keyframes wechseln {
	0% {
		opacity: 1;
		transform: scale(1, 1);
		z-index: 20;
	}
	20% {
		opacity: 1;
		transform: scale(1, 1);
	}
	34% {
		opacity: 0;
		transform: scale(0, 0);
	}
	100% {
		opacity: 1;
		transform: scale(0, 0);
	}
}

@keyframes wechseln {
	0% {
		opacity: 1;
		transform: scale(1, 1);
		z-index: 20;
	}
	20% {
		opacity: 1;
		transform: scale(1, 1);
	}
	34% {
		opacity: 0;
		transform: scale(0, 0);
	}
	100% {
		opacity: 1;
		transform: scale(0, 0);
	}
}

#gallery figure:nth-of-type(7) {
	-webkit-animation: wechseln 30s 25s infinite;
	animation: wechseln 30s 25s infinite;
}

#gallery figure:nth-of-type(8) {
	-webkit-animation: wechseln 30s 20s infinite;
	animation: wechseln 30s 20s infinite;
}

#gallery figure:nth-of-type(9) {
	-webkit-animation: wechseln 30s 15s infinite;
	animation: wechseln 30s 15s infinite;
}
#gallery figure:nth-of-type(10) {
	-webkit-animation: wechseln 30s 10s infinite;
	animation: wechseln 30s 10s infinite;
}

#gallery figure:nth-of-type(11) {
	-webkit-animation: wechseln 30s 5s infinite;
	animation: wechseln 30s 5s infinite;
}

#gallery figure:nth-of-type(12) {
	-webkit-animation: wechseln 30s infinite;
	animation: wechseln 30s infinite;
}

