@charset "UTF-8";
/* CSS Document */

body {font-family: Helvetica;}

#MyCH_window{
	background-color: transparent;
	top: 0px;
	left: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: no;
	width: 985px;
	height: 630px;
	z-index: 150;
	display: none;
}

hr { height: 1px; background-color: #bbb; border: none;}


	#container {
	}
	#adresse{
		margin-right: 660px;
		padding: 3px;
		height: 500px;
		font-size: large;		
	}
	#rechts{
		float: right;
		margin-right: 00px;
		background-color:#eee;
		width: 620px;
		border: 1px solid #CCC; 
		padding: 3px;
		height: 500px;
	}
	
	#containerInner {
	}
	#calendarHere{
		margin-left: 0px;
		padding: 3px;
		height: 270px;
		width:240px;	
	}
	#timeHere{
		float: right;
		width: 340px;
		border: 0px solid #CCC; 
		padding: 3px;
		height: 400px;
	}
	#timeHere_frame{
		float: right;
		width: 340px;
		border: 0px solid #CCC; 
		padding: 3px;
		height: 370px;
	}



/* DIVs and FORMs */

#files {
	position: absolute;
	left: 85px;
	top: 470px;
}
#ssl_logo {
	position: absolute;
	left: 648px;
	top: 588px;
}
#logo {
	position: absolute;
	left: 780px;
	top: 20px;
}
.pw_failed {
	position: absolute;
	font-size: 44%;
	color: #888;
	float: right;
	left: 33px;
	top: 216px;
}
#close_me {
	position: absolute;
	left: 826px;
	top: 80px;
}

#wrapper {
	width: 920px;
	margin: 0px auto;
	padding: 30px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	 box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
	


/* typo */

h1, h2, p {
	margin: 3px 0;
	color: #000000;
}




/* special formats */

.small {
	font-size: 50%;
	color: #888;
	float: right;
}
.medium {
	font-size: 75%;
	color: #888;
	float: right;
}

.small p, .small h2 {margin: 1px 0}

.hidden {display: none}
.border {border: 1px solid #CCC}
.shadow { box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2)}


.mypopup {
	padding-left: 0;
	padding-right: 0;
}

.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display:none;
	margin:1em;
}


#sb {display: block}
.csb {display: block; clear: both;
	padding: 2px; margin: 2px;
	background: #FFF;}
	
.OnTimeHeader {
	color: #eee;
}	
.Legende1 {
	z-index:5;
	position: absolute;
	top: 277px;
	left: 1px;
}	
.Legende2 {
	z-index:3;
	position: absolute;
	top: 277px;
	left: 1px;
	font-size: 16px;
	width: 28px ;
	height: 31px;
	color: red;
	background-color: #fafafa;
}	
.Legende3 {
	z-index:3;
	position: absolute;
	top: 310px;
	left: 1px;
	font-size: 16px;
	width: 28px ;
	height: 31px;
	color: #000000;
	background-color: #fff3a1;
}	
.Legende4 {
	z-index:3;
	position: absolute;
	top: 343px;
	left: 1px;
	font-size: 16px;
	width: 28px ;
	height: 31px;
	color: #000000;
	background-color: #ffffff;
}	
.Legende2t {
	z-index:5;
	margin-left: 6px;
    margin-top: 6px;
	position: absolute;
	top: 277px;
	left: 1px;
	font-size: 16px;
	width: 28px ;
	height: 31px;
	color: red;
}	
.Legende3t {
	z-index:5;
	margin-left: 6px;
    margin-top: 6px;
	position: absolute;
	top: 310px;
	left: 1px;
	font-size: 16px;
	width: 28px ;
	height: 31px;
	color: #000000;
}	
.Legende4t {
	z-index:5;
	margin-left: 6px;
    margin-top: 6px;
	position: absolute;
	top: 343px;
	left: 1px;
	font-size: 16px;
	width: 28px ;
	height: 31px;
	color: #000000;
}	
.AdresseHeader {
	font-size: 22px;
	color: #000000;
}	
.Adresse {
	font-size: 16px;
	color: #000000;
}
.Message {
	font-size: 16px;
	color: #FF0000;
}
.AdresseZusatz {
	font-size: 14px;
}
.OeffnungszeitHeader {
	font-size: 16px;
}
.Oeffnungszeit {
	font-size: 14px;
}
	
.cs { height: 12px; width: 12px; float: left; border: none; margin: 0}


.clearfix:after, .clear {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
