/* pt-sans-caption-regular - latin */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  src: url('../css/fonts/pt-sans-caption-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/fonts/pt-sans-caption-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/pt-sans-caption-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/pt-sans-caption-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/pt-sans-caption-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/pt-sans-caption-v18-latin-regular.svg#PTSansCaption') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../css/fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
	color: black;
	font-size: 13px;
	margin: 0;
	background: #f6e9d7;
	font-family: Helvetica;
}
.footer {
	margin: 10px 0px 10px 2px;
	padding: 10px;
	line-height: 160%;
	background-color: #211400;
	color: white;
	border-right: 1px solid #f6e9d7;
	border-top: 1px solid #f6e9d7;
}
.trenner {
	width: 95%;
	border-top: 1px dotted #b73948;
	margin: 15px auto 15px auto;
	text-align: center;
	background: white;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}
.box {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	background: #f6e9d7;
	font-size: 1.2em;
	line-height: 160%;
}
h1 {
	color: #d0d3d4;
	font-size: 1.3em;
	line-height: 120%;
	display: inline;
	font-weight: normal;
}
h2 {
	color: #553200;
	font-size: 1.0em;
	line-height: 120%;
}
h3 {
	color: #805415;
	font-size: 1.2em;
	line-height: 120%;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
a:link {
	color: black;
	text-decoration: none;
	background: #ebe1d4;
}
a:visited {
	color: black;
	text-decoration: none;
	background: #ebe1d4;
}
a:hover {
	color: black;
	text-decoration: none;
	background: #ebe1d4;
}
a:active {
	color: black;
	text-decoration: none;
	background: #ebe1d4;
}
a:link.afooter {
	background: none;
	color: white;
}
a:visited.afooter {
	background: none;
	color: white;
}
a:hover.afooter {
	background: none;
	color: white;
}
a:active.afooter {
	background: none;
	color: white;
}
form {
	display: inline;
}
.centered {
	text-align: center
}
.select-navi {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 98%;
	border: 4px solid #cccccc;
	background-image: url(/images/new_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 50px;
	font-size: 1.3em;
	color: gray;
	border-radius: 15px;
	padding: 4px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: 5px;
}
li {
	margin-left: -0px;
}
#map-canvas {
	height: 300px;
	width: 300px;
}
.headline {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #211400;
	color: white;
	margin-bottom: 10px;
	border-left: 1px solid #f6e9d7;
	border-right: 1px solid #f6e9d7;
	border-top: 1px solid #f6e9d7;
	text-transform: uppercase;
}
.flags {
	text-align: center;
	margin-bottom: 10px;
}
a:link.flag {
	background: #f6e9d7;
}
a:visited.flag {
	background: #f6e9d7;
}
a:hover.flag {
	background: #f6e9d7;
}
a:active.flag {
	background: #f6e9d7;
}
.aktuelles {
	border-bottom: 3px solid #ff9900;
}
.picmar {
	display: compact
}
.top {
	padding: 5px;
	text-align: right;
	margin-right: 20px;
}
.ulno {
	margin: 1em;
	padding: 0;
}
.lino {
	margin-bottom: 16px;
}
.email{
	vertical-align:middle;
}
.braun{
	color:#553200;
}
.orange{
	color:orange;
}