@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: Black;
	text-decoration: none;
	font-size: 14px;
	background-color: #ffffff;
	margin: 0;
	padding-top: 0;
	}

#container 
{
  	width:1175px;
  	text-align:left;
  	margin: 0 auto;  
	border: 0px;
	z-index:1;
}

.content{
	position:relative;
	width:1175px;
	margin:auto;
	margin-left:0px;
	border: 0px;
	z-index:1;
}


#inhalt {
	position: relative;
	top: 0px;
	left: 50px;
	width: 745px;
	z-index:30;
	border:0px;
	text-align:justify;
	float:left;
}


#menue {
	position: relative;
	top: 0px;
	left: 0px;
	width: 294px;
	border:1px dotted #e2e2e2;
	z-index:25;
	text-align:justify;
	padding:10px;
	float:right;
}





#rechtsblock {
width: 200px;
margin-left: 530px;
margin-top: 20px;

}


#header {
	position: relative;
	top: 0px;
	left: 0px;
	width:1175px;
	height:346px;
	z-index:4;
	border:0px;
	background-image:url(header.jpg);
	
}



h1 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B8B3AC;
	text-align:right;
}

h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B8B3AC;
	text-align:right;
}

h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:15px;
	margin-left:10px;
	color: black;
}

h4 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:-15px;
	color: #8b4141;
}

p {
	color: black;
	text-align:justify;
}

.rechts {
	text-align:right;
}
a {
	color: white;
	text-decoration:none;
}
a:hover {
	color: #8e7474;
	text-decoration:underline;
}

a.dunkel {
	color: #25334A;
	}

img {
	border:1px dotted black;
}
.verlinkung {
	color: #866d6d;
	text-decoration:underline;
}
.rot {
	color: #b84545;
}
.input {
	border:1px dotted black; margin-bottom:10px;
}

.footer {
	color:#c5c5c5; 
	z-index:1; 
	clear:both;
}

li {list-style: none;}
ul { list-style: none }


@media only screen and (max-width: 860px) {
	
	
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width:100%;
	height:250px;
	z-index:4;
	border:0px;
	background-image:url(header.jpg);
	
}

#container 
{
  	width:100%;
  	text-align:left;
  	margin: 0 auto;  
	border: 0px;
	z-index:1;
}

.content{
	position:relative;
	width:100%;
	margin:auto;
	margin-left:0px;
	border: 0px;
	z-index:1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#inhalt {
	position: relative;
	left: 0px;
	width: 100%;
	z-index:30;
	padding:20px;
	border:0px;
	text-align:justify;
	float:left;
}

#menue {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	border:0px;
	z-index:25;
	text-align:justify;
	padding:20px;
	clear:both;
	line-height: 30px;
}
#menue a {
    display: inline-block;
    padding: 0px 15px;
    margin-bottom: 2px;
}
.footer {
	margin-top:30px;
	color:#c5c5c5; 
	z-index:1; 
	clear:both;
	width:100%
	padding:20px;
}
a.buchstaben {
	font-size: 12px;
	font-family:Courier;
	color: #25334A;
	margin:0px;
	}

.content:after {
  content: "";
  display: table;
  clear: both;
}
