/* copyright by Matthias Rauch 2017, www.raapp.de */

html, body	{
	margin: 0px;
	background-color:#EEEEEE;
	width: 100%;
	}
#beschreibung {margin: 40px; }

img {
	border-style:none;
	}

hr {
	color: #EEEEFF;
}

a:link {
	font-weight:bold;
	color: gray;
	text-decoration:none;
	}

#start {
	width: 600px;
	margin: 0 auto;
}
#start img {
	vertical-align:bottom;
	}
#start-top {
}
#start-mittel {
	float: left;
	width: 100px;
}
#start-mitte {
	float: left;
	padding-top: 15px;
	padding-left: 35px;
}
#start-mitter {
	float:right;
	width: 100px;
}
#start-loginl {
	float: left;
	margin-top: 20px;
}
#start-loginr {
	float: right;
	margin-left: 50px;
	margin-top: 20px;
}
#start-fuss {
	clear: both;
}
#start table {
	width: 320px;;
}

.table {
	background-color:#FFCC99;
	color:#000080;
	font-size:10pt;
	font-family:Arial
	}

table.formular { border-collapse: collapse; border-width:3px; border-style: none;}
table.formular td { padding:10px; padding-left:20px; padding-right:20px; border-style: solid; border-color:#C0C0C0; }
table.formular th { text-align: left; padding:10px; padding-left:20px; padding-right:20px; border-style: solid; border-color:#C0C0C0; }

.forminput2 {
	width: 20px;
	}
.forminput4 {
	width: 40px;
	}

.ueberschrift {
	margin-top:30px;
	text-align:center;
	color:#000000;
	font-size:16pt;
	font-weight:bold;
	}

.text1 {text-align:center; color:#000000; font-size:12pt }
.text2 {text-align:center; color:#000000; font-size:8pt }
.text4 {font-size:12pt; font-weight:bold; }

.aktion {
	background-color:#8F8F8F;
	color:white;
	font-family:Arial;
	padding: 5px;
	}

.aktionOK {
	background-color:#66FF33;
	color:black;
	font-family:Arial;
	padding: 5px;
	}
.aktionError {
	background-color: red;
	color:white;
	font-family:Arial;
	padding: 5px;
	}

#Bild {	
	float: left;
	padding-left: 0px;
	max-width: 80%;
	}
	
#Bild1 {	
	float: left;
	padding-left: 0px;
	max-width: 70%;
	}

#Bild1 img {
	width: 100%;
}

.links {
	position: absolute;
	width: 40%;
	height: 100%;
/*	border: 1px solid white; */
	z-index: 0;
}

.links_gr {
	position: absolute;
	width: 50%;
	height: 100%;
/*	border: 1px solid white; */
	z-index: 0;
}

.links_omu {
	height: 33%;
/*	border: 1px solid white; */
	z-index: 0;
}

.rechts {
	left: 40%;
	position: absolute;
	width: 40%;
	height: 100%;
/*	border: 1px solid white; */
	z-index: 0;
}

.rechts_gr {
	left: 50%;
	position: absolute;
	width: 50%;
	height: 100%;
/*	border: 1px solid white; */
	z-index: 0;
}

.rechts_omu {
	height: 33%;
/*	border: 1px solid white; */
	z-index: 0;
}

#Text {
	position: absolute;
	top: 15Px;
	right: 0px;
	width: 20%;
	min-width: 205px;
	}

#Text1 {
	position: absolute;
	top: 15Px;
	right: 0px;
	width: 20%;
	min-width: 310px;
	}

#container {
	margin: auto;
	max-width: 90%;
	padding: 10px;
}

#kopf {
	height: 50px;
	font-size:16pt;
	font-weight:bold;
}

#kopf1 {
	height: 50px;
	font-size: 12pt;
	font-weight: bold;
}

#btop {
	height: 40px;
}

@media (max-width: 640px) {
	#verzlist {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    margin-top: 20px;
	}
}

@media (min-width: 641px) {
	#verzlist {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    margin-top: 20px;
	}
}

.top_button {
	padding: 10px 15px 10px 15px;
	border: 1px solid #FFF;
	border-radius: 5px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.4);
	}
	
#buttonblock {
	padding-left: 18%;
}

#verzzeile {
	padding-top: 15px;
	padding-bottom: 15px;
}

#vonbis {
	margin: 0px 30px 0px 20px;
}

#menu {
	float: left;
	width: 180px;
}

.verz_button {
	padding: 10px 10px 10px 10px;
	border: 1px solid #FFF;
	border-radius: 5px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.4);
	}
a.verz_button:hover, a.top_button:hover {
	box-shadow: 1px 2px 4px rgba(0,255,255,.4);
	}

#map {
  height: 86%;
  width: 80%;
  padding: 0; margin: 0;
}
 
#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 20px;
}

#InfoBox {
	visibility:hidden;
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
	/* diese Angaben können Sie anpassen */
	max-width: 200px;
	background-color:#FDFEFF;
	border:2px solid #A9A9A9;
	border-radius: 5px;
}


/* weitere Box in der Info-Box für padding */
#BoxInnen {
	padding:15px;
}


/* Formatierung Texte in der Info-Box */

#BoxInhalte {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#5F5F5F;
}

.namensliste li {
	list-style-type: none;
	margin-top: 2px;
}
.namensliste a:hover {
	color: white;
	background-color: grey;
}

.fehlerbox {
	float: left;
	margin-top: 10px;
	padding: 15px;
	border: solid thin red;
	color: red;
	font-weight: bold;
}

table tr:nth-child(odd) {
}  

.f_benutzer {
	
}
.f_benutzer label {
	color: #808080;
	font-size: 12pt;
}

.f_benutzer input, radio, select {
	display: inline-block;
	width: 250px;
	padding: 5px;
	margin-bottom: 20px;
}

.edit th {
	color: #808080;
	font-weight: bold;
	font-size: 12pt;
}

.edit th, td {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 25px;
	text-align: left;
	border-style: none;
	border-collapse: collapse;
	border-color: #EFEFEF;
} 

.edit_form {
	text-align: left;
	color: #808080;
	font-weight: bold;
	font-size: 12pt;
}

.edit_form th {
	font-size: 11pt;
	font-weight: bold;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

