@charset "utf-8";
/* CSS Document */
/* Fonts Generated by Font Squirrel (http://www.fontsquirrel.com) on June 25, 2014 */
* {
	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%;
}

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #181818;
}

img#background {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

img#background-mobil {
	display: none;
}

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

#navigation {
	font-family: 'Open Sans Condensed', sans-serif;
	position: absolute;
	top: 100px;
	right: 75px;
	color: rgba(3,3,3,0.70);
/*	color: #E9E9E9;*/
	width: 510px;
}

#navigation h1 {
	font-size: 85px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 25px;
}

#navigation h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 45px;
	font-weight: 300;
}

#navigation li {
	text-transform: uppercase;
	font-size: 35px;
	float: left;
	list-style-type: none;
	padding-right: 15px;
	line-height: 35px;
}

#navigation li a, #navigation li a:visited {
	text-decoration: none;
/*	color: #D9D9D9;*/
	color: rgba(3,3,3,0.70);
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	color: white;
	background-color: #3cb081;
	height: 35px;
	display: block;
}

#navigation li span {
	color: white;
	background-color: #3cb081;
	height: 35px;
	display: block;
}

#hauptinhalt {
	position: absolute;
	right: 100px;
	top: 300px;
	width: 560px;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	margin-bottom: 10px;
}

#hauptinhalt h1 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: x-large;
}

#hauptinhalt h1 span {
	color: #C00003;
}

#hauptinhalt h2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: large;
}

#hauptinhalt h2 span {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: large;
	text-decoration: line-through;
}

#hauptinhalt p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: small;
}

#hauptinhalt a, #hauptinhalt a:visited {
	text-decoration: underline;
	color: #333333;
}

#hauptinhalt a:hover, #hauptinhalt a:focus, #hauptinhalt a:active {
	color: white;
	background-color: #444444;
}

#hauptinhalt #shopauflistung, #hauptinhalt #fotoauflistung {
	padding-top: 10px;
	padding-left: 50px;
}

#hauptinhalt #fotoauflistung #einzelfoto {
	padding-right: 5px;
	float: left;
}

#hauptinhalt #shopauflistung p {
	font-size: xx-small;
}

#hauptinhalt #shopauflistung a {
	text-decoration: none;
}

#hauptinhalt #shopauflistung #produkt-buch-film {
	float: left;
	height: 300px;
	padding-right: 5px;
	width: 150px;
}

#hauptinhalt #shopauflistung #produkt-cd {
	float: left;
	height: 220px;
	padding-right: 5px;
	width: 150px;
}

#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: none;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.4);
	padding: 1px;
}

#termin-tabelle tr:nth-child(even) {
    background-color: rgba(255,255,255,0.80);
}

#termin-tabelle .red {
	display: inline;
	color: red;
}

#copyright {
	/*display: none;*/
	position: absolute;
	top: 5px;
	right: 5px;
	color: #AAAAAA;
	font-size: x-small;
}

#copyright a, #copyright a:hover, #copyright a:focus, #copyright a:active, #copyright a:visited {
	color: #AAAAAA;
}

#facebook-button {
	position: fixed;
	top: 10px;
	left: 20px;
}