/****************************************
	Farben:


****************************************/

html, body, div, p, h1, h2, h3, h4, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
}
html, body {
    margin:auto;
    text-align:center;
	background-image: url("../images/hintergrund.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
   font-family: Trebuchet MS;
}
.clearer{
	clear: both;
}

.margin-lr {
 margin: 0 15px;
}




.message-successful {
background-color: #002864;
color: #fff !important;
margin: 30px 0;
padding:15px ; 
}


.message-errors {
background-color: #dc281e;
color: #fff !important;
margin: 30px 0;
padding:15px ; 
}

  .btn-default {
-moz-user-select: none;
    background-color: #dc281e;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.form-control {
  background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 20px;
    line-height: 1.42857;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: calc(100% - 26px);

}

textarea {
  width: calc(100% - 4px);
}

label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}


.haupt{
	margin: auto;
	text-align: center;
	width: 910px;
	border-left: 1px solid #002864;
	border-right: 1px solid #002864;
	background-image: url("../images/hg_haupt.jpg");
}
.balken-oben{
	padding: 5px;
	background-color: #dc281e;
	text-align: center;
}
.menu{
   margin: auto;
   text-align: center;
   margin-top: 0;
   height: 30px;
   width: 912px;
   padding-top: 15px;
   background-color: #002864;
}
.menu ul{
   display: block;  
}
.menu li{
   float: left;
   display: block;
   list-style-type: none;
}
.menu li a{
   font-family: Trebuchet MS;
   text-decoration:none;
   font-size: 12px;
   font-weight: bold;
   color: #ffffff;
   display: block;
	padding-left: 6px;
	padding-right: 6px;
}
.menu li a:hover{
   text-decoration: underline;
}

.untermenu{
	width: 166px;
   float: left;
   display: inline;
   margin-bottom: 20px;
   margin-left: 10px;
}
.untermenu ul{
   display: block;
   margin-top: 30px;
}
.untermenu li{
   margin-bottom: 30px;
   list-style-type: none;
   display: block;
}
.untermenu li a{
   font-family: Trebuchet MS;
   text-decoration:none;
   font-size: 12px;
   color: #FFFFFF;
   width: 160px;
   display: block;
   text-align: left;
	line-height: 20px;
}
.untermenu li a:hover{
   color: #000000;
}
.untermenu ul ul{
	padding-left: 7px;
	margin-top: 5px;
	}
.untermenu ul ul li{
	margin-bottom: 5px;
	}
.untermenu ul ul li a:before{
	content: "-";
	margin-right: 5px;
	}


.anzeige{
	float: left;
	display: inline;
	margin-top: 30px;
	width: 700px;
	margin-left: 30px;
	text-align: left;
	margin-bottom: 30px;
}

.balken-unten{
	clear: both;
	margin-top: 20px;
	background-color: #002864;
   font-family: Arial, "Times New Roman", Times, serif;
   text-decoration:none;
   text-transform: uppercase;
   font-size: 16px;
   color: #FFFFFF;
   padding: 10px;
}

.bild_oben{
	clear: both;
	display: inline;
	border: 1px solid #002864;
	margin-top: 25px;
	margin-bottom: 5px;
	}
.bild_rechts{
	float: right;
	display: inline;
	border: 1px solid #002864;
	margin-left: 20px;
	margin-right: 25px;
	margin-top: 25px;
}

.messetab{
   margin-top: 30px;
   font-family: Trebuchet MS;
   text-decoration:none;
   font-size: 12px;
   color: #3d492f;	
}

.section{
	float: left;
	display: inline;
	background-color: #002864;
	width: 734px;
}

