﻿/* regular */
body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	background-color: #087140;
	color:#333333;
}
a.sitemap {text-decoration: underline; color:#333333; line-height:25px;}
a.sitemap:hover {text-decoration: none;}
a.freunde {text-decoration: underline; color:#087140; font-weight:bold; line-height:25px;}
a.freunde:hover {text-decoration: none;}

a.galerie {text-decoration: underline; color:#087140; font-weight:normal;}
a.galerie:hover {text-decoration: none;}
a. {color:#333333; }

a:link {color:#333333; text-decoration:underline}
a:visited {color:#333333; text-decoration:underline}
a:hover {color:#333333; text-decoration:none}


a.galeriebild
{
	font-family: Arial;
	font-size: 23px;
	color: #033759;
	float: left;
}
.btn {
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}
.btn.btn-default {
  background-color: #fafafa;
  color: #666;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
  background-color: #f4f4f4!important;
}
.btn.btn-default.btn-flat {
  border-bottom-color: #d9dadc;
}
.btn.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
  background-color: #367fa9;
}
.btn.btn-success {
  background-color: #087140;
  border-color: #087140;font-weight:bold;color:#ffffff;padding-top:4px;padding-bottom:4px;cursor:pointer;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
  background-color: #7a2216;
}
.btn.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
  background-color: #00acd6;
}
.btn.btn-danger {
  background-color: #f56954;
  border-color: #f4543c;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
  background-color: #f4543c;
}
.btn.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
  font-weight:bold;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
  background-color: #e08e0b;
}
.btn.btn-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  width: 120px;
  height: 35px;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  display: block !important;
  width: 100% !important;
  height: 35px !important;
  opacity: 0 !important;
  position: absolute;
  top: -10px;
  cursor: pointer;
}
.btn.btn-app {
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 12px;
}
.btn.btn-app > .fa,
.btn.btn-app > .glyphicon,
.btn.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn.btn-app:active,
.btn.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.btn.btn-social-old {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
  padding: 0;
}
.btn.btn-social-old > .fa {
  padding: 10px 0;
  width: 40px;
}
.btn.btn-social-old > .fa + span {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.btn.btn-social-old span {
  padding: 10px;
}
.btn.btn-social-old:hover {
  opacity: 1;
}
.btn.btn-circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mySubmit{
         border-style:solid;
    border-width: 1px;
    text-align:center;
    text-valign:center;
    border-color: #087140;
        font-family:Arial;
    font-weight:normal;
    font-size: "12px";
    color:#333333;
    height: 20px;
    text-valign: middle;
        background-color:#ffffff;
        padding:2px 2px 2px 2px;
}
.textfehler {
font-family:Arial;
        font-size: 12px;
        font-weight:bold;
        color: #7a2216;
        text-decoration: none;
}
.photo{
padding:5px;
margin:0 auto 5px auto;
background-color:#ffffff;
border-style:solid;
border-color:#087140;
border-width:1px;
}
img
{
	border: 0px;
}
.size
{
	width: 950px;
	margin: 0px auto;
}
/* header */
.header
{
	height: 154px;
	overflow: hidden;
	background-color: White;
}
.header01
{
	height: 110px;
	overflow: hidden;
}
.einsnavi
{
	height: 39px;
	overflow: hidden;
	background-image: url(../bilder/bgnavi.jpg);
	background-repeat: repeat-x;
	margin-left: 10px;
	width: 930px;
	position: relative;
}

.navigationindex ul
{
	margin: 0px;
	padding: 0px;
}
.navigationindex li
{
	float: left;
	padding: 0 0px 0 0px;
	min-width: 155px;
	line-height: 44px;
	text-align: center;
	color: #faf7f0;
	font-family: Arial;
	background-image: url(../bilder/strich.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none;
}
.navigationindex a
{
	color: #faf7f0;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	width: 150px;
	height: 100%;
}
.navigationindex a:hover, .navigationindex a:active
{
	background: url(../bilder/hovernavi.jpg) repeat-x;
}


.navigation ul
{
	margin: 0px;
	padding: 0px;
}
.navigation li
{
	float: left;
	padding: 0 0px 0 0px;
	min-width: 155px;
	line-height: 44px;
	text-align: center;
	color: #faf7f0;
	font-family: Arial;
	background-image: url(../bilder/strich.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none;
}
.navigation a
{
	color: #faf7f0;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	width: 150px;
	height: 100%;
}
.navigation a:hover, .navigation a:active
{
	background: url(../bilder/hovernavi.jpg) repeat-x;
}
.menuaktiv
{
	background: url(../bilder/hovernavi.jpg) repeat-x;
}
.linksnavi
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.rechtsnavi
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.logo
{
	float: left;
	padding-top: 2px;
	padding-left: 30px;
}
.hright
{
	float: right;
	width: 550px;
	overflow: hidden;
}
.ganzoben
{
	width: 550px;
	height: 28px;
	background-image: url(../bilder/obenrechts.png);
	background-repeat: no-repeat; color:#087140;
}
.ganzoben div
{
	float: left;
	line-height: 30px;
	font-size: 12px;
}
.ganzoben a:link, .ganzoben a:visited
{
	color: #087140;
	text-decoration: none;
}
.ganzoben a:hover, .ganzoben a:active
{
	color: #087140;
	text-decoration: underline;
}
.ganzoben01
{
	padding-left: 52px;
}
.ganzoben02
{
	padding-left: 30px;
}


/* inhalt */
.inhalt
{
	background-color: White;
	overflow: hidden;
}
.inhaltbild
{
	margin-left: 10px;
	margin-bottom: 8px;
}

.inhaltmitte
{
	overflow: hidden;
	background-color: White;
/*	height: 760px; */
}
.links
{
	float: left;
	width: 207px;
	margin-left: 15px;
/*	margin-left: 7px; */
	background-color: White;
}
.krabox01
{
	overflow: hidden;
	margin-bottom: 15px;
}
.grauebox
{
	height: 5px;
	background-image: url(../bilder/grauenavi.jpg);
	background-repeat: no-repeat;
}

.boxrechts
{
	height: 24px;
	background-image: url(../bilder/rotenavi.jpg);
	background-repeat: no-repeat;
	color: #faf7f0;
	padding-left: 23px;
	padding-top: 13px;
}
.boxen
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	overflow: hidden;
	background-color: #f0f0f0;
	padding-top:2px;
	padding-left:0px;
}
.boxen ul
{
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
.boxen li
{
	padding-left: 4px;
	margin: 0px;
	font-weight: bold;
	
	line-height: 30px;
	letter-spacing:1px;
}
.boxenc
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	
	background-color: #f0f0f0;
	padding-top:10px; padding-left:10px; padding-bottom:10px;
}
.boxenc
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	
	background-color: #f0f0f0;
	padding-top:10px; padding-left:10px; padding-bottom:10px;
}
.boxenc li
{
	list-style-type: square;
	font-family: Arial;
	font-size: 12px;
	padding-left:0px;
}
.boxenc a
{
	text-decoration: none;
	color: #494949;
}
.boxenc a:hover, .boxenc a:active
{
	text-decoration: underline;
}
.boxboden
{
	height: 5px;
	overflow: hidden;
	font-size: 0px;
}
.inhalttext
{
	font-size: 12px;
	color: #494949;
	line-height: 18px;
	letter-spacing: -0.1px;
	width: 478px;
}
.rechts
{
	width: 478px;
	overflow: hidden;
	float: right;
	background-color: White;
}
.inhalttextlang
{
	font-size: 12px;
	color: #494949;
	line-height: 18px;
	letter-spacing: -0.1px;
	width: 700px;
}
.rechtslang
{
	width: 700px;
	overflow: hidden;
	float: right;
	
}
.kra01
{
	overflow: hidden;
	margin: 0px auto;
}
.kra0101
{
	width: 345px;
	height: 82px;
	background-color: Black;
	position: relative;
	float: left;
}
.krar
{
	margin-left: 11px;
	text-align: left;
	color: #ffffff;
}
.krar01
{
	font-size: 19px;
	font-family: Arial;
	padding-top: 10px;
}
.krar02
{
	padding-top: 13px;
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;
}
.kral
{
	margin-left: 11px;
	text-align: left;
	color: #ffffff;
}
.kral01
{
	padding-top: 10px;
	font-family: Arial;
	font-size: 19px;
}
.kral02
{
	padding-top: 13px;
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;
}
.r0101
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.r0102
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.r0103
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.r0104
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.kra0102
{
	margin-left: 14px;
	width: 345px;
	height: 82px;
	background-color: #227ab4;
	float: left;
	position: relative;
}
.kra01t
{
	font-size: 14px;
	padding-left: 23px;
	padding-top: 11px;
	height: 24px;
}
.boxen li
{
	list-style: none;
	border-bottom: solid 1px #d7d7d7;
}

.boxen a
{
	text-decoration: none;
	color: #3e6680;
}

.boxen a:hover, .boxen a:active
{
	text-decoration: underline;
}
.kra02
{
	padding-top: 4px;
	overflow: hidden;
}
.inhalttitel
{
	font-family: Arial;
	font-size: 23px;
	color: #033759;
	float: left;
}
.kra0202
{
	padding-right: 18px;
	float: right;
}
.inhaltbox
{
	margin-top: 48px;
}

.inhaltbox02
{
	margin-top: 25px;
	margin-bottom: 40px;
	margin-left: 65px;
	line-height: 25px;
}
.inhaltbox02 a
{
	text-decoration: none;
	color: #033759;
	font-size: 12px;
	font-family: Arial;
}
.inhaltbox02 a:hover, .inhaltbox02 a:active
{
	text-decoration: underline;
}
.inhaltbox02 li
{
	list-style-type: square;
}

.inhaltbox03
{
	color: #494949;
	font-size: 12px;
	margin-bottom: 151px;
	line-height: 18px;
	letter-spacing: -0.1px;
}
/* footer */
.footer
{
	height: 142px;
	overflow: hidden;
	background-image: url(../bilder/fusszeile.jpg);
	background-repeat: repeat-x;
	position: relative;
	line-height: 60px;
	font-size: 11px;
	color: #087140;
	text-align: center;
	clear: both;
	width: 100%;
}
.footer a:link, .footer a:visited
{
	color: #087140;
	text-decoration: none;
}
.footer a:hover, .footer a:active
{
	color: #087140;
	text-decoration: underline;
}