body {
	background: url(images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#main {
	position: relative;
	width: 500px;
	height: 200px;
	margin: auto;
	background-image: url(images/background_content.jpg);
	-webkit-box-shadow: 3px 3px 2px #383838;
	-moz-box-shadow: 3px 3px 2px #383838;
	-o-box-shadow: 3px 3px 2px #383838;
	box-shadow: 3px 3px 2px #383838;
}

#main_content {
	position: relative;
	width: 1000px;
	height: 600px;
	margin: auto;
	background-image: url(images/background_content.jpg);
	-webkit-box-shadow: 3px 3px 2px #383838;
	-moz-box-shadow: 3px 3px 2px #383838;
	-o-box-shadow: 3px 3px 2px #383838;
	box-shadow: 3px 3px 2px #383838;
}

#main_content_show {
	position: relative;
	width: 1000px;
	height: 320px;
	margin: auto;
	background-image: url(images/background_content.jpg);
	-webkit-box-shadow: 3px 3px 2px #383838;
	-moz-box-shadow: 3px 3px 2px #383838;
	-o-box-shadow: 3px 3px 2px #383838;
	box-shadow: 3px 3px 2px #383838;
}

#footer {
	position: fixed;
	top: 78%;
	height: 30%;
	width: 100%;
	left: 0px;
}

#fontNormal {
	font-size: 11pt;
	font-family: Tahoma;
	color: #444444;
}

#fontSmall {
	font-size: 8pt;
	font-family: Tahoma;
	color: #444444;
}

#fontMid {
	font-size: 9pt;
	font-family: Tahoma;
	color: #444444;
}

#fontError {
	font-size: 11pt;
	font-family: Tahoma;
	color: #FF0000;
}

#fontSuccess {
	font-size: 11pt;
	font-family: Tahoma;
	color: #00AA00;
}

#header {
	text-align: center;
	height: 81px;
	width: 100%;
	margin-top: 10px;
}

#headerbogen {
	width: 960px;
	display: inline-block;
}

#headerbogen_image {
	width: 1121px;
	height: 74px;
	float: left;
	display: inline-block;
	margin-left: -82px;
	margin-top: 42px;
}

#logo {
	width: 960px;
	display: inline-block;
}

#header_logo {
	float: right;
	margin-top: -115px;
}

#day_box {
	position: absolute;
	top: 22px;
	overflow: hidden;
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 2px #383838;
	-moz-box-shadow: 3px 3px 2px #383838;
	-o-box-shadow: 3px 3px 2px #383838;
	box-shadow: 3px 3px 2px #383838;
}

#day_box_title {
	position: absolute;
	height: 15px;
	background-color: #BBBBBB;
	text-align: center;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #444444;
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 2px #383838;
	-moz-box-shadow: 3px 3px 2px #383838;
	-o-box-shadow: 3px 3px 2px #383838;
	box-shadow: 3px 3px 2px #383838;
}

#day_box_date {
	position: absolute;
	left: 5px;
	top: 2px;
	text-align: left;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #444444;
}

#slot_box {
	position: absolute;
	background-color: #00CC00;
	font-family: Tahoma;
	font-size: 6pt;
	font-weight: bold;
	color: #444444;
	padding-left: 10px;
	cursor: pointer;
}

#slot_box:hover {
	background-color: #009900;
}

#slot_box:active {
	-webkit-box-shadow: inset 1px 1px 2px #383838;
	-moz-box-shadow: inset 1px 1px 2px #383838;
	-o-box-shadow: inset 1px 1px 2px #383838;
	box-shadow: inset 1px 1px 2px #383838;
}

#slot_box_show {
	position: absolute;
	background-color: #00CC00;
	font-family: Tahoma;
	font-size: 6pt;
	font-weight: bold;
	color: #444444;
	padding-left: 10px;
	cursor: default;
}

#slot_box_show:hover {
	background-color: #009900;
}

#slot_box_selected {
	position: absolute;
	background-color: #009900;
	font-family: Tahoma;
	font-size: 6pt;
	font-weight: bold;
	color: #FAFAFA;
	padding-left: 10px;
	cursor: pointer;
	-webkit-box-shadow: inset 1px 1px 2px #383838;
	-moz-box-shadow: inset 1px 1px 2px #383838;
	-o-box-shadow: inset 1px 1px 2px #383838;
	box-shadow: inset 1px 1px 2px #383838;
}

#extend_box {
	overflow: hidden;
	border: 1px solid #BBBBBB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 2px #383838;
	-moz-box-shadow: 3px 3px 2px #383838;
	-o-box-shadow: 3px 3px 2px #383838;
	box-shadow: 3px 3px 2px #383838;
}

.overlay_window_bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.overlay_msg_bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 13;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.overlay_window_box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
}

.overlay_msg_box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
}

.overlay_window_content {
	position: relative;
	width: 500px;
	top: 10%;
	z-index: 11;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-image: url(images/background_content.jpg);
	visibility: hidden;
	opacity: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 2px #383838;
	-moz-box-shadow: 3px 3px 2px #383838;
	-o-box-shadow: 3px 3px 2px #383838;
	box-shadow: 3px 3px 2px #383838;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.overlay_msg_content {
	position: fixed;
	width: 400px;
	height: 200px;
	top: 40%;
	left: 50%;
	z-index: 14;
	margin-top: -100px;
	margin-left: -200px;
	text-align: center;
	background-image: url(images/background_content.jpg);
	visibility: hidden;
	opacity: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 2px #383838;
	-moz-box-shadow: 3px 3px 2px #383838;
	-o-box-shadow: 3px 3px 2px #383838;
	box-shadow: 3px 3px 2px #383838;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.boxImage {
	position: absolute;
	z-index: 12;
	display: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 2px #383838;
	-moz-box-shadow: 3px 3px 2px #383838;
	-o-box-shadow: 3px 3px 2px #383838;
	box-shadow: 3px 3px 2px #383838;
}

.hrStyle {
	border: 0;
	background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hrStyleSafari {
	border: 0;
	background-color: gray;
}

a#dse_imprint {
	color: #444444;
	text-decoration: none;
}

a#dse_imprint:hover,a#dse_imprint:active {
	color: #222222;
}