* {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif!important;
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	background-color:#fff;
}
#Rahmen {
	margin: 0 auto;
	text-align: left;
	width: 985px;
	max-width:100%;
}
#Header {
	background-color: #ffffff;
	line-height: 14px;
	padding-top: 10px;
	z-index: 9999;
}
#Logo {
	display: block;
	float: left;
	height: inherit;
	margin-left: 0;
	padding-top: 10px;
	width: inherit;
}
#Header a {
	text-decoration: none;
}
.logo_text {
	padding: 6px 0 0 4px;
}
#Logo img {
	margin:0!important;
}
#LogoTeaser {
	display: block;
	font-size: 16px;
	left: 68px;
	position: relative;
	top: -19px;
	color: #0079c6 !important;
}
#Header hr {
	box-shadow: 0 2px 6px 1px #cccccc;
}
hr {
	background-color: #0079c6;
	border: medium none;
	height: 1px;
	margin-top: 8px;
}
#Content {
	color: #0079c6 !important;
	float: none !important;
	font-size: 26px;
	line-height: normal;
	margin: 0 auto;
	max-width: 96%;
	padding: 30px 2% 100px;
	text-align: center;
	width: 620px;
}

#Content2 {
	color: #0079c6 !important;
	float: none !important;
	font-size: 16px;
	line-height: normal;
	margin: 0 auto;
	max-width: 96%;
	padding: 30px 2% 100px;

	width: 820px;
}

#Content2 h1 {
	font-size:20px;
}

#Content2 h2 {
	font-size:18px;
	color: #0079c6 !important;
}

p {
	margin:20px 0;
	font-size:20px;
	line-height:normal;
}

#Content2 p {
	font-size:16px;
	color: #7f7f7f !important;
}

#Footer {
	text-align:left;
	font-size:15px;
	line-height:normal;
	color: #0079c6 !important;
}
a {
	color: #0079c6 !important;
	text-decoration: none;
}
.clearer, .Clearer {
	clear: both;
	display: block;
	float: none !important;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	visibility: hidden;
	width: 0 !important;
}
@media(max-width:995px) {
#Rahmen {
	padding: 0 1%;
	width: 98%;
}
}
@media(max-width:460px) {
#Logo .logo_pic {
	height: inherit;
	max-width: 15%;
}
#Logo .logo_text {
	height: inherit;
	width: 78%;
}
#LogoTeaser {
	display:none;
}
#Logo {
	padding-bottom: 10px;
}
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}
