* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	}
	
h1 {
	font-family: 'Titan One', cursive;
	font-size: 1.2em;
	color: rgba(210,106,21,1);
	line-height: 1.3em;
	margin: 1em 0px;
	font-weight: 400;
	}

h2 {
	font-family: 'Titan One', cursive;
	font-size: 1.1em;
	color: rgba(210,106,21,1);
	line-height: 1.3em;
	font-weight: 400;
	margin: 1em 0px;
	}
	
h3 {
	font-family: 'Titan One', cursive;
	font-size: 1.0em;
	color: #333;
	line-height: 1.3em;
	font-weight: 400;
	margin: 1em 0px;
	}
	
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 1em 0px;
	}
	
a {
	color: rgba(210,106,21,1);
	text-decoration: none;
	font-weight: 400;
	}

strong {
	font-weight: 700;
	}

div#headerwrapper {
	position: relative;
	width: 100%;
	height: 200px;
	clear: both;
	background: rgba(210,106,21,1) url(/media/screen/headerbg.png) top center repeat-x;
	}
	
div#header {
	position: relative;
	width: 96%;
	max-width: 1140px;
	margin: 0px auto;
	height: 200px;
	color: #fff;
	background: url(/media/screen/oelpumpe.png) top left no-repeat;
	}

div#tophead {
	position: relative;
	float: right;
	clear: both;
	max-width: 800px;
	width: 60%;
	height: 80px;
	margin-top: 70px;
	}

div #tophead h1 {
	font-size: 28px;
	color: #000;
	margin: 0px;
	padding: 5px;
	}
	
div #tophead h2 {
	font-size: 18px;
	color: #fff;
	text-align: right;
	margin: 0px;
	padding: 5px;
	}

div#menuwrapper {
	position: relative;
	width: 100%;
	height: 38px;
	clear: both;
	background: #000;
	z-index: 10;
	}

div#menuholder {
	position: relative;
	width: 96%;
	max-width: 1140px;
	margin: 0px auto;
	color: #fff;
	}

div#menuholder a {
	color: #fff;
	}
	
div#menuholder .active a {
	color: rgba(210,106,21,1);
	font-weight: 600;
	}

div#menuholder ul {
	list-style-type: none;
	}

div#menuholder ul.level1 {
	position: absolute;
	top: 0px;
	left: 0px;
	}

div#menuholder ul.level1 li.level1 {
	float: left;
	padding: 0px 15px;
	line-height: 36px;
	height: 38px;
	font-size: 15px;
	position: relative;
	}
	
div#menuholder ul.level1 li.level1.active {
	}
	
div#menuholder ul.level2 {
	position: absolute;
	left: 0px;
	top: 38px;
	background: rgba(210,106,21,0.95);
	width: auto;
	padding: 10px 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: none;
	}

div#menuholder .active ul.level2 a {
	color: #fff;
	font-weight: 400;
	}

div#menuholder ul.level1 li.level1:hover ul.level2 {
	display: block;
	}

div#menuholder ul.level2 li.level2 {
	padding: 0px 15px;
	line-height: 26px;
	font-size: 15px;
	position: relative;
	}
	
div#contentwrapper {
	position: relative;
	width: 100%;
	min-height: 30em;
	clear: both;
	z-index: 5;
	background: #efefef url(/media/screen/fabric_of_squares_gray.png);
	padding: 20px 0px;
	}

div#contentholder {
	position: relative;
	margin: 0px auto;
	width: 96%;
	max-width: 1140px;
	}

div#contentholder ol {
	margin-left: 1.5em;
	}

div#leftholder {
	float: left;
	width: 25%;
	}

div#mainholder {
	float: left;
	width: 46%;
	margin: 0px 2%;
	}

div#mainholder.single {
	float: left;
	width: 73%;
	margin: 0px 2% 0px 0px;
	}

div#mainholder.single div.contentboxholder {
	position: relative;
	clear: both;
	width: 100%;
	}

div.tinyleftcol {
	position: relative;
	width: 34.25%;
	float: left;
	}
	
div.tinyrightcol {
	float: right;
	position: relative;
	width: 63.15%;
	}

div#rightholder {
	float: right;
	width: 25%;
	}
	
div#rightholder strong {
	white-space: nowrap;
	}

div#closewrapper {
	position: relative;
	width: 100%;
	height: 19px;
	clear: both;
	background: #000;
	}
	
div#closecol {}

div#infowrapper {
	position: relative;
	width: 100%;
	clear: both;
	}

div#infocol {
	position: relative;
	width: 96%;
	max-width: 1140px;
	margin: 0px auto;
	text-align: right;
	}

div#infocol p {
	font-size: 0.8em;
	line-height: 3em;
	color: #666;
	}

div.contentbox {
	background: #fff;
	border: 1px solid rgba(210,106,21,1);
	margin: 0px 0px 10px 0px;
	padding: 0.2em 15px;
	border-radius: 8px;
	}

hr.clearhr {
	position: relative;
	width: 100%;
	height: 0.1px;
	clear: both;
	visibility: hidden;
	border: none;
	background: none;
	}
	
ul.fancylist {
	list-style-type: none;
	}
	
ul.fancylist li {
	float: left;
	margin: 0px 8px 1em 0px;
	}
	
ul.fancylist li img {
	border: 1px solid rgba(210,106,21,1);
	max-width: 65px;
	}

table.timetable {
	margin: 1em 0px;
    border-collapse: collapse;
	}
	
table.timetable thead, table.timetable tr:nth-child(2n) { background: rgba(210,210,210,0.5); text-align: left; }
table.timetable th+th, table.timetable td+td { border-left: 1px solid #ffffff; }
table.timetable td, table.timetable th { padding: 5px 20px 5px 5px; }

table.sponsoren { border-collapse: collapse; }
table.sponsoren td { width: 48%; padding: 5px; text-align: center; border: 1px solid #dddddd; }
table.sponsoren img { max-width: 100%; max-height: 100px; }

ul.list {
	list-style-type: circle;
	margin: 1em 0px;
	}

ul.list li {
	margin-left: 1.5em;
	list-style-type: circle;
	width: 90%;
	}

@media screen and (max-width: 800px) {
	
	}
	
@media screen and (max-width: 500px) {

	div#header {
		width: 100%;
		}

	div#tophead {
		display: none;
		}
	
	div#menuwrapper {
		height: auto;
		}

div#menuholder {
	position: relative;
	width: 96%;
	max-width: 1140px;
	margin: 0px auto;
	color: #fff;
	}

div#menuholder a {
	color: #fff;
	}
	
div#menuholder .active a {
	color: rgba(210,106,21,1);
	font-weight: 600;
	}

div#menuholder ul {
	list-style-type: none;
	}

div#menuholder ul.level1 {
	position: relative;
	top: inherit;
	left: inherit;
	}

div#menuholder ul.level1 li.level1 {
	float: left;
	padding: 0px 10px;
	line-height: 30px;
	height: 30px;
	}
	
	div#menuholder ul.level2, div#menuholder ul.level1 li.level1:hover ul.level2 {
		display: none;
		}

	div#leftholder, div#mainholder, div#mainholder.single, div#rightholder, div.tinyleftcol, div.tinyrightcol {
		float: none;
		clear: both;
		width: 100%;
		margin: 0px;
		}
	
	li.desktop {
		display: none;
		}
	
	}	

