@CHARSET "UTF-8";

html {
	height: 98%;
}

body {
	background-color: #6a95e0;
	height: 100%;
}

table.wrapper {
	width: 100%;
	height: 100%;
}

td.content {
	vertical-align: top;
	position: relative;
}

div.content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

div.content p {
    font-size: 1.1em;
    text-align: justify;
}

td.menu {
	width: 200px;
	vertical-align: top;
	padding-right: 25px;
}

div.menu {
	text-align: center;
}

div.menuitem {
	border: 1px solid #ffffff;
	background-color: #9cbaeb;
	border-radius: 6px;
	margin: 10px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	padding: 2px;
}

div.menuitem:hover {
	border: 1px solid #9cbaeb;
	color: #ffffff;
	background-color: #3f6b8e;
}

div.menuitem.selected {
	border: 1px solid #0000ff;
	color: #ffffff;
	background-color: #2222ff;
}

#map_goldberghalle, #map_schauenburghalle {
    margin: 0px 50px;
    height: 300px;
    width: 500px;
}
#direction_goldberghalle, #direction_schauenburghalle {
    margin: 0px 50px;
    width: 500px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}