body,div,h1,h2,ul,li,a {
	background-color: transparent;
	padding:0;
	line-height:155%;
	color:#575756;
	margin:0;
	font-family: 'TheSansRegular','Arial',SansSerif;
	font-size:18px;
	list-style: none;
	font-weight: normal;
	font-style: normal;
    font-feature-settings:         'kern' 1, 'liga' 1, 'calt' 1, 'locl' 1;
    -webkit-font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1, 'locl' 1;
    -moz-font-feature-settings:    'kern' 1, 'liga' 1, 'calt' 1, 'locl' 1;
    -ms-font-feature-settings:     'kern' 1, 'liga' 1, 'calt' 1, 'locl' 1;
    -o-font-feature-settings:      'kern' 1, 'liga' 1, 'calt' 1, 'locl' 1;
}
body {
	background-color: #fff;
}
.header {
	height:218px;
}
.logo {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-size: 60vw 12.4vw;
	position:absolute;
	width:60vw;
	height:12.4vw;
	top:125px;
	left:0px;
	}
.logo a {
	display: block;
	width:100%;
	height:100%;
}
h1 {
	font-family: 'TheSansBold','Arial',SansSerif;;
	font-size:24px;
	margin-top:50px;
	margin-bottom:8px;
}
h2 {
	font-family: 'TheSansBold','Arial',SansSerif;;
	font-size:24px;
	margin-top:43px;
	margin-bottom:8px;
}
.content {
	margin-top:10px;
	background-color: #F5F5F5;
	background-image: url('images/verlauf.png');
	background-repeat: repeat-x;
}
.frame {
	position: relative;
	margin:0px 20vw;
	padding:20px;
	max-width:900px;
	background: transparent;
}
ul {
	margin:25px 0;
}
li {
	display:inline-block;
	margin:5px 35px 5px 0;
	padding:15px 16px 13px 16px;
	border:1px solid #C7D800;
}
li a {
	display:block;
}
a,
a:link,
a:hover,
a:active,
a:visited {
	color:#575756;
	text-decoration: none;
}