@charset "utf-8";
body  {
	background: #fbfaf2;
	margin: 0;  
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
    font-size: 1.6em;
    color: #4c4f57;
    line-height: 1.6em;
}
h2 {
	font-size: 1.1em;
	color: #4c4f57;
}
h3 {
	font-size: 0.9em;
	color: #4c4f57;
}
img{
}
@media (max-width: 767px){
	h1{
  font-size: 18px;
  line-height: 24px;
}
h2 {
  font-size: 18px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
	img{
    width: 300px;
}
}

#container {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 30px;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	text-decoration : none;
	color : #333333;
	padding-right: 0;
	padding-left: 0px;
}
a:hover {
	color:#e40919;
}
a:active {
	color: #e40919;
}

a.aktuell {
	color: #e40919;
	font-weight: bold;
}
