div.mapheader{
	font-family: brw_bevan, arial, verdana;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: white;
	background-color: #020;
	text-align: center;
	z-index: 1;
	cursor:pointer;
	border: 1px solid #fff;
}

div.mapheader img{
	float: right;
	height: 30px;
	width: 30px;
	border: 4px solid black;
}

div.mapdate{
	font-family: arial, verdana;
	font-size: 16px;
	text-align: center;
	z-index: 1;
}

div.mapband{
	font-family: arial, verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
	margin-bottom: 3px;
}

div.maproute{
	border-top: 1px solid #aaa;
	margin: 4px 0;
	padding: 4px;
	text-align: center;
	display: none;
}

div.maproute button{
	font-family: arial, verdana;
	font-size: 12px;
	border: 2px outset grey;
	background-color: #fff;
	vertical-align:middle;
}

div.maproute button img{
	vertical-align:top;
	border: 0;
	width: 18px;
	height: 18px;
}

div.mapurl{
	border-top: 1px solid #aaa;
	margin: 4px 0;
	padding: 4px;
}

div.mapmedia{
	border-top: 1px solid #aaa;
	text-align: center;
	margin: 4px 0;
	padding: 4px 0;
}

div.maptxt{
	border-top: 1px solid #aaa;
	text-align: left;
	padding: 4px;
}

div.mapprogramma{
	border-top: 1px solid #aaa;
	text-align: left;
	padding: 4px;
}

div.maplist{
	display: table;
	border-collapse: collapse;
	width: 100%;
}

div.maplist div{
	display: table-row;
}

div.maplist div div{
	font-weight: normal;
	display: table-cell;
	color: black;
	background-color: #fff;
	text-align: left;
	border: 1px solid #ccc;
	padding: 1px 2px;
}

div.flexcontainer {
	width:100%;
	height:100%;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

header{
	position:relative;
	cursor:pointer;
	flex:0 0 auto;
}

div.dayselect{
	position:relative;
	margin: 0 auto;
	width:1000px;
	max-width:100%;
	height: 30px;
	text-align:center;
	background-color:#eee;
	z-index:1;
	flex:0 0 auto;
}

div.dayselect a{
	font-size: 12px;
	line-height:12px;
	display: inline-block;
	border-color: #444;
	border-style: solid;
	border-width: 0 1px 0 0;
	max-width:100px;
	height: 100%;
	padding-top: 6px;
	background-color:#b88;
	color:white;
	text-decoration: none;
}

div.dayselect a:hover{
	text-decoration: none;
	background-color:#ccc;
	color:#777;
}

div.dayselect a.select{
	background-color:#fff;
	color:#000;
}

div.map{
	position:relative;
	margin: 0 auto;
	width:1000px;
	max-width:100%;
	height:100%;
	border: 1px solid grey;
	z-index: 1;

/*
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
*/
}

div.working{
	position:absolute;
	top: 100px;
	left: 50%;
	margin-left: -50px;
	padding: 10px;
	z-index: 2;
	background-color: white;
	color: black;
	font-family: arial, verdana;
	font-size: 13px;
	display: none;
	box-shadow: 2px 2px 4px #999;
}


label{
	position:absolute;
	bottom: 15px;
	right: 4px;
	z-index: 2;
	font-family: arial, verdana;
	font-size: 13px;
	background-color: white;
	color: black;
	padding: 2px;
	box-shadow: 1px 1px 3px #999;
}
