.details {
	margin-top: 5px;
	display: none;
}

.roomImg 
{
	width: 800px;
	max-width: 40%;
	display: none;
	position: absolute;
	top: 70px;
	right: 70px;
	box-shadow: -5px 5px 5px 0 #444;
	border: 30px solid white;
}

@media screen and (max-width: 800px)
{
	.roomImg 
	{
		max-height: 200px;
		display: none;
		position: absolute;
		top: 10px;
		right: 10px;
		box-shadow: -2px 2px 2px 0 #444;
		border: 10px solid white;
	}
}

span img {
	display: none;
}

span:hover img {
	display: block;
}
	
.woche {
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana;
	text-align: justify;
}
	
.woche a {
	color: #123456;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
	text-align: justify;
}

.woche td {
	border-width: 1px;
	border-style: solid;
	border-color: #676767;
	vertical-align:top;
	padding: 5px;
	font-size: 12px;
	font-family: Verdana;
	text-align: justify;
}
	
.oben {
	background-color: #004a99;
	font-weight: bold;
	color: #fff;
	width: 159px;
}

.gross {
	background-color: #ffbebe;
}

.gross2a {
	background-color: #ffbebe;
}

.grossInsert {
	background-color: #ffbebe;
	font-size: 12px;
	font-family: Verdana;
}

.gross2aInsert {
	background-color: #ffbebe;
	box-shadow: inset 3px -3px 2px 0 #66cdaa, inset -3px -3px 2px 0 #66cdaa;
	font-size: 12px;
	font-family: Verdana;
}

.gross2bInsert {
	background-color: #ffbebe;
	box-shadow: inset 3px 3px 2px 0 #66cdaa, inset -3px 3px 2px 0 #66cdaa;
	font-size: 12px;
	font-family: Verdana;
}

.gross2legend {
	background-color: #66cdaa;
}

.gross2b {
	background-color: #ffbebe;
}

.gross2a  td {
	border: dashed;
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	border-color: #676767;
	border-width: 1px;
	box-shadow: inset 3px -3px 3px 0 #66cdaa, inset -3px -3px 3px 0 #66cdaa;
}

.gross2b  td {
	border: dashed;
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-color: #676767;
	border-width: 1px;
	box-shadow: inset 3px 3px 3px 0 #66cdaa, inset -3px 3px 3px 0 #66cdaa;
}

.grossNV {
	background-color: #c69a9a;
}

.kleinNV {
	background-color: #cccccc;
}

.cip {
	background-color: #4682b4;
}

.trennwand1Insert {
	box-shadow: inset 3px 3px 2px 0 #66cdaa, inset -3px 3px 2px 0 #66cdaa;
	font-size: 12px;
	font-family: Verdana;
}

.trennwand2Insert {
	box-shadow: inset 3px -3px 2px 0 #66cdaa, inset -3px -3px 2px 0 #66cdaa;
	font-size: 12px;
	font-family: Verdana;
}

.trennwand1  td {
	border: dashed;
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-color: #676767;
	border-width: 1px;
	box-shadow: inset 3px 3px 3px 0 #66cdaa, inset -3px 3px 3px 0 #66cdaa;
}

.trennwand2  td {
	border: dashed;
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	border-color: #676767;
	border-width: 1px;
	box-shadow: inset 3px -3px 3px 0 #66cdaa, inset -3px -3px 3px 0 #66cdaa;
}


/* border-width: 1px; */

.termin {
	padding-bottom: 10px;
	background-color: rgba(50,50,50,0.1);
	box-shadow: 3px 3px 2px #888888;
}

.abstand {
	display:inline-block;
	padding: 2px;
	padding-right: 4px;
	border: 1px solid #676767;
	margin-bottom: 2px;
}