@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;
}

#neuigkeiten {
	 width:350px; 
	 border:1px dotted black; 
	 background-color: #f7f7f7; 
	 float:left; 
	 margin:15px; 
	 padding:15px; 
	 margin-top:5px;
	 margin-bottom:10px;
	 margin-left:0px;
}
	 

.content{
	position:relative;
	width:1175px;
	margin:auto;
	margin-left:0px;
	border: 0px;
	z-index:1;
}
.content::after {
    content: "";
    clear: both;
    display: table;
}

#menue {
    position: relative;
    top: 0px;
    /* left: 842px; */
    width: 25%;
    z-index: 25;
    text-align: right;
    padding: 10px;
    margin-bottom: 0px;
    float: RIGHT;
	border:1px dotted black; 
	border-top:0px;
	background-color: #f7f7f7; 
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width:1175px;
	height:auto;
	z-index:4;
	border:0px;
}


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



.bewertung {
	
	border:1px dotted black;
	background-color:#f7f7f7;
	margin:10px;
	padding:10px;
}



h1 {

	font-size: 18px;
	color: #000000;
	text-align:left;
}

h2 {

	font-size: 15px;
	color: #000000;
	text-align:left;
}


}

h3 {

	font-size: 16px;
	margin:15px;
	margin-left:10px;
	color: black;
}

h4 {

	font-size: 12px;
	margin-left:-15px;
	color: #8b4141;
}

p {
	color: black;
	text-align:justify;
}
.rechts {
	text-align:right;
}
a {
	color: #8e7474;
	text-decoration:underline;
}
a:hover {
	color: #8e7474;
	text-decoration:underline;
}

a.dunkel {
	color: #25334A;
	}
	
a.blau {
    color: #3c7ffb;
}


.verlinkung {
	color: #866d6d;
	text-decoration:underline;
}
.rot {
	color: #b84545;
}
.input {
	border:1px dotted black; margin-bottom:10px;
}
.zufallbild {
	width:100%;
	height:auto;
	border:0px;
	}

li {list-style: square;padding:0px; margin:0px;margin-left:20px;margin-top:-5px;}
ul {padding:0px; margin:0px;margin-bottom:7px;}


@media only screen and (max-width: 1200px) {
	
	
#header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index:4;
	border:0px;
	width: 100%;
	
}

#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 {
	color:#c5c5c5; 
	z-index:1; 
	clear:both;
	width:100%
}
a.buchstaben {
	font-size: 12px;
	font-family:Courier;
	color: #25334A;
	margin:0px;
	}

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