﻿* {
	margin: 0 0;
	padding: 0 0;
} 

body, html{
font-family:Helvetica,Arial,sans-serif;
width: 598px;
margin: 0.1em auto;
}

header {
	clear: both;
	width: 100%;
	font-size: 1.2em; 
	padding: 0.2em 0;
}
main {
	clear: both;
	width: 100%;
}
footer {
	position: relative;
	float: left;
	border-top: 1px solid black; 
	width: 100%;
	top: 30px;
	font-size: 0.8em; 
}

label {
  padding-right: 1em;
}

h1 {
 font-size: 1.3em; 
 margin: 0em 0em 0.1em;
}

h2 {
 font-size: 1.0em; 
 margin: 0em 0em 0.1em;
 font-weight: normal;
}

th {
 border-bottom: 1px solid black; 
 font-size: 0.8em; 
 font-weight: bold;
}

td {
  text-align: center;
  font-size: 0.8em; 
  font-weight: normal;
}

.ui-dialog {
	z-index: 400;
}
.HeaderButton {
  position: relative;
  background-color: lightgrey;
  border: 1px solid black;
  border-radius: 0.4em;
  float: right;
  text-align: center;
  font-weight: bold;
  text-align: center;
}

.OrteBox {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 10px 0 10px;
}
.KarteBox {
  position: relative;
  float: left;
  width: 100%;
}
.TabelleBox {
  position: relative;
  float: left;
  width: 100%;
  top: 10px;
}
#Kompakt_Tabelle {
  float: left;
  bottom: 20px;
  width: 100%;
}

.Ortbutton {
  position: relative;
  background-color: lightgrey;
  border: 1px solid black;
  border-radius: 0.4em;
  float: left;
  width: 24%;
  height: 1.2em;
  padding: 0.4em 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.75em; 
  cursor: pointer;
}
.Kreisbutton {
  position: relative;
  background-color: lightgrey;
  border: 1px solid black;
  border-radius: 0.4em;
  float: left;
  width: 97%;
  height: 1.4em;
  padding: 0.2em 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em; 
  bottom: 0px;
  cursor: pointer;
}

.Id-label {
	background: none;
	border: none;
	font-weight: bold;
	font-size: 1.3em;
	box-shadow: none;
}

#map { 
	position: relative;
	width: 100%;
	//padding: 0.5em 0;
	height: 450px; 
}

.modal
{
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.4;
	-moz-opacity: 0.6;
}
.center
{
	z-index: 1000;
	background-color: White;
	border-radius: 5px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.center img
{
	height: 28px;
	width: 28px;
}

#Statistik
{
  position: relative;
  float: right;
  font-size: 0.7em; 
  padding: 5px 0 0 0;
}

#copyright {
  float: left;
  margin: 0.2em 0;
  font-size: 0.8em; 
}
#Uhrzeit {
  float: right;
  margin: 0.2em 0.2em;
  font-size: 0.8em; 
}
