html,body,#bg table,#bg td,#content {
	width:100%;
	height:100%;
	overflow:hidden;
}

#header {
	text-align: center;
	font-size: 20px;
}

#menu {
	position: absolute;
	width:100%;
	top:70px;
}
h1 {
    color:#00008b;
}

h2 {
    color: #00008b;
}

#text {
	text-align: center;
}

#offers a{
	text-decoration: none;
	color: #760056;
}

#impressum {
	margin-bottom:50px;
	margin-left:50px;
}

#menubar {
	margin-top:0px;
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #00008b;
}

#menubar a{
	text-decoration: none;
	padding: 0 20px 0 20px;
	color: #00008b;
}

#menubar a:hover {
	color: #990000;
	background: rgba(255, 255, 255, 0.4);
}

#chart {
	height: 80%;
	width: 97%;
	padding: 0; margin: 0;
}

#content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	overflow: auto;
}

#content_bg {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 70;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	overflow: auto;
	background: #FFF; 
	opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

#bg div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}

#bg img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
	display: block;
	opacity: 0.8;
}

#actionDialog {
    position:absolute;
    top:60px;
    left:60px;
    visibility:hidden;
    border: 1px solid #EE5C42;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
    background-color: rgba(245,222,179,0.7);
}

.cal-month{
	background: #CD0000; 
	text-align: center; 
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding: 0 0.2em;
	text-transform: uppercase;
}

.cal-day{
	height:50px;
	background: #FFF; 
	text-align: center; 
	font-size: 2.0em;
	padding: 0.2em 0.2em 0.2em;
	font-weight: bold;
}

.cal-weekday{
	background:#EE5C42;
	text-align: center; 
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	color: #fff;
	font-size:0.7em;
	letter-spacing:0.1em;
	line-height:1.8em;
}

.cal-content{
	width: 600px;
	height:85px;
	padding: 5px;
	border: 1px solid #EE5C42;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background: rgba(238,233,233,0.3);
}

.cal-content-index{
	width: 380px;
	height:85px;
	padding: 5px;
	border: 1px solid #EE5C42;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background: rgba(238,233,233,0.3);; 
}
