/* Allgemeine Formatierung für die NLA Geosuche 
by Steffen Steiner and Martin Vogel

*/
body {
	background-color:#ececec;
	}
#bg-container{
	display:block;
	text-align:left;
}
.inside{
    /* Container horizontal mittig platzieren */
    margin: auto;
	padding:20px;
	width:60%;
	background-color:#fff;
	
	/* Abgerundete Ecken */
	border-radius: 8px;
}
.zahlli {
	list-style-type:decimal;
}
h1, h2, h3, h4, h5 {
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.05;
	letter-spacing: normal;
	margin-top:30px;
}
p {
	font-size: 1.1875rem;
	line-height: 1.625rem;
	letter-spacing: normal;
	/*background-color:#f2f2f2;
	border-width:1px;
    border-style: solid;
    border-color: #ccc;	
	padding:10px;
	border-radius: 8px;*/
}
li {
	font-size: 1.1875rem;
	line-height: 1.625rem;
	letter-spacing: normal;
}

a{
  color: #0074A5;
}

/* Horizontales Listen Menü */
ul.me {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #999999;
  border-radius: 8px;
}
ul.me li {
  float: left;
}
ul.me li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}
ul.me li a:hover {
  background-color: #0074A5;
}
ul.me li.ak a {
  color: #0074A5;
  background-color: #f2f2f2;
}