.desktop {
	/*no content, only marker-class for desktop content*/
}

body {
	margin: 0;
	padding: 10px;
	background-image: url(../images/page-bg-raster.png), -moz-linear-gradient(top,#0a4874 0%, #87b6db);
	background-image: url(../images/page-bg-raster.png), -moz-linear-gradient(top, #0a4874 0%, #87b6db);
	background-image: url(../images/page-bg-raster.png), -webkit-gradient(linear, left top, left bottom, from(#0a4874), to(#87b6db));
	background-attachment: fixed;
}

body, .box, .contentstuff, .mobileNavigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.lastSelect {
background: rgb(250,255,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(250,255,249,1) 2%, rgba(239,255,223,1) 21%, rgba(239,255,223,1) 83%, rgba(250,255,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(250,255,249,1)), color-stop(21%,rgba(239,255,223,1)), color-stop(83%,rgba(239,255,223,1)), color-stop(100%,rgba(250,255,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(250,255,249,1) 2%,rgba(239,255,223,1) 21%,rgba(239,255,223,1) 83%,rgba(250,255,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(250,255,249,1) 2%,rgba(239,255,223,1) 21%,rgba(239,255,223,1) 83%,rgba(250,255,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(250,255,249,1) 2%,rgba(239,255,223,1) 21%,rgba(239,255,223,1) 83%,rgba(250,255,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(250,255,249,1) 2%,rgba(239,255,223,1) 21%,rgba(239,255,223,1) 83%,rgba(250,255,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafff9', endColorstr='#fafff9',GradientType=0 ); /* IE6-9 */

}

.pageheader img, .ergebnistabelle-startliste {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.mainco, .ergebnistabelle-tab, .box, .ergebnistabelle, .suchenfilter #suche {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.suchenfilter #suche {
	background: none;
	padding-right: 0;
}

.body {
	padding-top: 10px;
}

ul {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	margin: 0;
	padding: 0;
}

p {
	font-size: 0.8em;
	color: #231f20;
	line-height: 1.5em;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ed1c24;
}

.menu.columns {
	padding-right: 0;
}

.content {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background: #ffffff;
	border-right: 5px solid #cacaca;
	border-bottom: 5px solid #cacaca;
	margin-bottom: 20px;
	max-width: 980px;
	margin: 0 auto;
}

.headline_content, .headline_box {
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #231f20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#231f20));
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#231f20 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%,#231f20 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%,#231f20 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%,#231f20 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#231f20',GradientType=0 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #fefefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,0.3);
	padding: 11px 30px;
}

#contentall, #contentinner {
	display: block;
	margin-bottom: 10px;
}

a:link {
	color: #ed1c24;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

#aktuellesRennenAccordion h1 {
	padding: 0.5em
}

.menuco ul {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 300px;
}

.menuco ul li a:link {
	display: block;
	font-size: 11px;
	padding: 0px 0px 0px 0.5em;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	line-height: 3em;
}

.menuco ul li a:visited, .menuco ul li a:active {
	color: #ed1c24;
	text-decoration: none;
}

.menuco ul li:hover {
	background: #f3f3f3;
	color: #222222;
	text-decoration: none;
}

.menuco ul li:hover i {
	color: #cc0000;
}

.menuco ul li {
	border-bottom: 1px solid #e3e3e3;
	list-style: none;
	-webkit-transition: all 0.5s; /* Safari */
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.menuco ul li:active a {
	color: #000000;
}

.menuco ul li:nth-child(even) {
	background: #f9f9f9;
}

.aktuellesRennen {
	margin-bottom: 10px;
	padding-top: 10px;
}

.ui-tabs .ui-tabs-nav li {
	font-size: 0.8em;
	margin-top: -2px;
}

.ui-helper-reset {
	font-size: medium;
}

.ui-tabs .ui-tabs-nav li:first-child {
	margin-left: 10px;
}

.ergebnistabelle-tab, .ergebnistabelle-startliste {
	background: #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, from(#eee),to(#fff));
	background: -moz-linear-gradient(bottom, #eee, #fff);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = #eeeeee, endColorstr = #ffffff );
	-ms-filter: " progid : DXImageTransform.Microsoft.gradient ( startColorstr = #eeeeee, endColorstr = #ffffff ) ";
}

.ergebnistabelle-tab {
	border: 1px solid #e3e3e3;
	padding: 10px;
}

.ergebnistabelle-startliste {
	border: 1px solid #ed1c24;
	-webkit-box-shadow: 3px 3px 5px #666666;
	-moz-box-shadow: 3px 3px 5px #666666;
	-o-box-shadow: 3px 3px 5px #666666;
	box-shadow: 3px 3px 5px #666666;
	margin-left: 10px;
	padding: 15px;
	background-repeat: repeat-y;
}

.label {
	color: #231f20;
	margin-bottom: 0.5em;
	padding: 0.2 rem 0.0 rem 0rem;
}

.ergebnistabelle-startliste-tab {
	margin-left: 0px;
}

.ergebnistabelleinnen {
	font-size: 11px;
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

.kopfzeile {
	background-color: #222222;
	background: -moz-linear-gradient(top, #444, #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000) );
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = #444444, endColorstr = #000 );
	-ms-filter: " progid : DXImageTransform.Microsoft.gradient ( startColorstr = #444444, endColorstr = #000 ) ";
	color: #FEFEFE;
	display: table-row;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}

.zeile, .zeilesuche, .zeilesucheverein {
	display: table-row;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff),to(#efefef));
	background: -moz-linear-gradient(bottom, #fff,  #efefef);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
	#eeeeee, endColorstr = #efefef );
	-ms-filter: " progid : DXImageTransform.Microsoft.gradient ( startColorstr = #ffffff, endColorstr = #efefef ) ";
	font-size: 12px;
}

.platz, .bahn, .nummer {
	text-align: center;
	font-weight: bold;
}

.name, .vorname, .zeit, .diffzeit, .verein, .suchename, .sucheverein, .punkte, .platz, .bahn, .nummer {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	display: table-cell;
	line-height: 1.5em;
	padding: 0.3em 0.4em;
}

.verein, .sucheverein {
	border-right: none;
}

.zeile:last-child .platz, .zeile:last-child .bahn, .zeile:last-child .name, .zeile:last-child .vorname, .zeile:last-child .zeit, .zeile:last-child .diffzeit, .zeile:last-child .verein, .zeile:last-child .nummer, .zeile:last-child .punkte, .zeile:last-child .suchename, .zeile:last-child .sucheverein {
	border-bottom: none;
}

#suchoption1sportler label {
	font-weight: normal !important;
}

.ergebnistabelle-startliste .bahn {
	float: left;
	font-weight: bold;
	text-align: center;
	width: 25px;
}

.ergebnistabelle-startliste .name, .ergebnistabelle-startliste .ergebnisnummer {
	float: left;
	margin-left: 3px;
	width: 100px;
}

.ergebnistabelle-startliste .vorname {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	width: 100px;
}

.vereinWertung {
	float: left;
	border-right: 1px dotted #666666;
	margin-left: 5px;
	margin-right: 3px;
	width: 470px;
}

.punkte {
	text-align: center;
}

.platzWertung {
	border-right: 1px dotted #ed1c24;
	float: left;
	text-align: center;
	width: 50px;
}

.verein img {
	display: none;
	height: 20px;
	vertical-align: middle;
}

.pageheader {
	-webkit-border-radius: 17px 17px 0px 0px;
	-moz-border-radius: 17px 17px 0px 0px;
	-o-border-radius: 17px 17px 0px 0px;
	border-radius: 17px 17px 0px 0px;
	background: url("../images/header.jpg") no-repeat #ffffff;
	border: 0 solid;
	position: relative;
	overflow: hidden;
}

.pageheader img {
	width: 100%;
}

/*Main Container links Inhalt*/
.mainco {
	-webkit-box-shadow: 1px 1px 8px #999;
	-moz-box-shadow: 1px 1px 8px #999;
	-o-box-shadow: 1px 1px 8px #999;
	box-shadow: 1px 1px 8px #999;
	border: 1px solid #aaaaaa;
	background: #fcfcfc;
	min-height: 717px;
}

.headlinetext, ul.errorMessage li {
	font-size: 0.8em;
	padding: 10px
}

ul.errorMessage li {
	color: #ff0000;
}

/*Menu Container Linkliste*/

.menuco {
	min-height: 0px;
}

.menucobg {
	min-height: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

h3 {
	font-size: 1em;
	font-variant: normal;
	font-weight: bold;
}

/*Headline 1 Navigation, Content*/

.headline_box, .headline_content, .ui-accordion-header {
	color: #fefefe;
	clear: both;
	font-weight: bold;
	-moz-box-shadow: 0px 2px 2px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px #aaaaaa;
	box-shadow: 0px 2px 2px #aaaaaa;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #222222;
	background: -moz-linear-gradient(top, #444, #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000) );
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = #444444, endColorstr = #000 );
	-ms-filter: " progid : DXImageTransform.Microsoft.gradient ( startColorstr = #444444, endColorstr = #000 ) ";
}

.ui-accordion .ui-accordion-header .ui-icon {
	background: none;
	display: inline-table;
	left: inherit;
	margin-top: 0;
	position: absolute;
	padding-right: 1em;
	right: 1.5em;
	text-align: center;
	top: 0;
}

.aktuellesRennen .fa-clock-o {
	font-size: 1.5em;
	margin-left: 0.2em;
	vertical-align: middle;
}

.ui-icon {
	text-indent: 0;
}

.ui-accordion .ui-accordion-content {
	padding: 0;
}

.ui-state-active {
	border: none;
}

.ui-accordion .ui-accordion-header {
	font-size: 0.8em;
	margin: 0.5em 0;
	position: relative;
}

.selectBox {
	padding: 0;
}

.selectBoxButton {
	padding-right: 0;
}

.selectBoxButton button {
	height: 2.3125 rem;
	width: 100%;
}

table tr th, table tr td {
	padding: 0;
	padding-bottom: 0.4em;
}

select {
	background-size: 15px;
	padding-right: 30px;
}

.headline_box {
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 0.8em;
	margin-bottom: 1em;
	padding: 10px;
}

.headline_content, .ui-accordion-header {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 10px;
}

.ui-tabs {
	border-radius: 0;
	margin-bottom: 1em;
	padding: 0;
}

.box {
	-moz-box-shadow: 1px 1px 8px #aaaaaa;
	-webkit-box-shadow: 1px 1px 8px #aaaaaa;
	box-shadow: 1px 1px 8px #aaaaaa;
	border: 1px solid #aaaaaa;
	padding-bottom: 10px;
	padding-top: 5px;
	background: #fcfcfc;
	margin-bottom: 10px;
}

#linkbutton {
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 8px;
}

.pdfdownload {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.pdfrennen {
	color: #231f20;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-left: 10px;
}

.clear {
	clear: both;
}

/* Beschriftung */
.beschriftung {
	padding: 0 10px 10px;
	line-height: 1em;
}

.beschriftung h2 {
	margin-bottom: 0;
}
.subtext_sucheWettkampf {
	color: #ed1c24;
	padding: 10px 0 0 10px;
}

.beschriftungsuche {
	color: #231f20;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.beschriftungbezeichnung {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

#navigation_wettkampf_id, #pdfAnzeigen_wettkampf_id {
	margin-bottom: 10px;
	width: 99%;
}

#pdfAnzeigen_dtoWettkampf_id {
	margin-bottom: 10px;
	width: 230px;
}

table {
	background: none;
	border: none;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: none;
}

#tdLabelVereinswertung {
	width: 100px;
}

#submit {
	padding: 20px !important;
}

#navigation, #pdfAnzeigen {
	padding-top: 10px;
}

#navigation p, #pdfAnzeigen p {
	margin-bottom: 5px;
}

/*Headernavigation*/
.headernavigation {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	height: 50px;
	margin: 0 10px;
	background-color: #222222;
	background: -moz-linear-gradient(top, #444, #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000) );
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = #444444, endColorstr = #000 );
	-ms-filter: " progid : DXImageTransform.Microsoft.gradient ( startColorstr = #444444, endColorstr = #000 ) ";
	border: none;
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,0.3);
	text-shadow: 0px -1px 0px rgba(011,044,069,1), 0px 0px 0px rgba(255,255,255,0.3);
}

.headernavigation ul li {
	box-shadow: -20px -15px 40px #1E5795 inset;
	border-radius: 10px;
	display: block;
	float: left;
	text-align: center;
	font-size: 0.9em;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 0px;
}

p.textfett {
	color: #231f20;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 15px;
}

.pdfdownload-table {
	list-style: none;
	margin-bottom: 3em;
	width: 100%;
}

.pdfdownload-table li {
	font-size: 0.8em;
	border-top: 1px solid #efefef;
	padding: 0.5em 0;
	padding-left: 0.5em;
}

.pdfdownload-table li:nth-child(even) {
	background: #fdfdfd;
}

.pdfdownload-table .fa-download {
	color: #222222;
	font-size: 2em;
	margin-right: 0.3em;
	vertical-align: middle;
}

/* Verwaltung */

label {
	font-weight: bold;
}

tr {
	line-height: 20px;
}

.contentstuff {
	padding: 10px;
	width: 100%;
}

.sprachauswahl {
	float: right;
	margin-right: 10px;
	margin-top: 9px;
	text-align: right;
}

.ui-effects-wrapper {
	height: 50px !important;
	overflow: visible !important;
	width: 100% !important;
}

#mobileSprachauswahl {
	display: none;
	height: 50px;
	text-align: center;
	padding: 0;
	padding-top: 5px;
	position: absolute;
	width: 100%;
}

#mobileSuche {
	display: none;
	text-align: center;
	left: 50%;
	margin-left: -30%;
	margin-top: 6px;
	padding: 0;
	position: absolute;
	width: 60%;
}

.sprachauswahl img, #mobileSprachauswahl img {
	border: 0px;
	width: 50px;
}

.footernavigation_text {
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-o-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	background: #eeeeee;
	border-top: 1px solid #aaaaaa;
	color: #333333;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.lineheadline {
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 2px 2px 5px #333333;
	-moz-box-shadow: 2px 2px 5px #333333;
	box-shadow: 2px 2px 5px #333333;
	height: 5px;
	margin-bottom: 10px;
}

.suchen {
	display: block;
	position: absolute;
	right: 15px;
	top: 45%;
}

.suchenfeld {
	float: left;
}

.suchenbutton {
	display: none;
	float: left;
	margin-left: 5px;
}

.suchenfeldb {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#Msuche, #suche {
	background: url(../images/lupe.png) #fff no-repeat;
	background-position: right;
	background-size: 30px;
	padding-right: 30px;
}

#suchenfilter {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 28px;
	margin-top: 3px;
	padding-left: 3px;
	width: 140px;
}

.trefferzeile {
	background: #e7ffde;
	font-weight: bold;
}

.headernavigation ul li a:link, .button, #navigation_button_submit, #navigation_navigation_button_submit, #pdfAnzeigen_button_submit, #rennenAuswahl_button_submit, #vereinswertung_button_submit, .ui-accordion-header {
	background: -moz-linear-gradient(top, #ff2819 0%, #ab0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff2819), to(#ab0000));
	border: 1px solid #7d0000;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: inline-block;
	padding: 8px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.headernavigation ul li a:visited, .button:visited, #navigation_navigation_button_submit:visited, #navigation_button_submit:visited, #pdfAnzeigen_button_submit:visited, #rennenAuswahl_button_submit:visited, #vereinswertung_button_submit:visited, .ui-accordion-header:visited {
	color: #ffffff;
	background: -moz-linear-gradient(top, #ff2819 0%, #ab0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff2819), to(#ab0000));
	border: 1px solid #7d0000;
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-o-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
}

.headernavigation ul li a:hover, .button:hover, #navigation_navigation_button_submit:hover, #navigation_button_submit:hover, #pdfAnzeigen_button_submit:hover, #rennenAuswahl_button_submit:hover, #vereinswertung_button_submit:hover, .ui-accordion-header:hover {
	border: 1px solid #000;
	-moz-box-shadow: 0px 1px 2px rgba(255,255,255,0.3), inset 0px 1px 0px rgba(000,000,000,0.5);
	-webkit-box-shadow: 0px 1px 2px rgba(255,255,255,0.3), inset 0px 1px 0px rgba(000,000,000,0.5);
	box-shadow: 0px 1px 2px rgba(255,255,255,0.3), inset 0px 1px 0px rgba(000,000,000,0.5);
	text-shadow: 0px -1px 0px rgba(255,255,255,0.3), 0px 0px 0px rgba(000,000,000,0.5);
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 5%, #666666 9%, #474747 24%, #2c2c2c 35%, #111111 55%, #2b2b2b 80%, #1c1c1c 94%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(5%,#595959), color-stop(9%,#666666), color-stop(24%,#474747), color-stop(35%,#2c2c2c), color-stop(55%,#111111), color-stop(80%,#2b2b2b), color-stop(94%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

#navigation_button_submit {
	display: none !important;
}

.waitimage {
	height: 120px;
	margin: 0 auto;
	width: 80px;
}

.waittext {
	font-size: 0.8em;
	margin: 0 auto;
	text-align: center;
	width: 75%;
}

.trefferNummer {
	font-weight: bold;
	color: #333;
}
.trefferNummer:before {
	content: "\f017";
	font-family: FontAwesome;
	font-size: 1.3em;
	vertical-align: top;
}

.navDesktopFlag, .navListFlag {
	-webkit-box-shadow: 0 0px 5px #ffffff inset, 0 0px 1px #000;
	-moz-box-shadow: 0 0px 5px #ffffff inset, 0 0px 1px #000;
	-o-box-shadow: 0 0px 5px #ffffff inset, 0 0px 1px #000;
	box-shadow: 0 0px 5px #ffffff inset, 0 0px 1px #000;
	vertical-align: middle;
}

.navDesktopFlag {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 2em;
}

.navListFlag {
	font-size: 1.5em;
	border-radius: 2px;
	margin-top: -2px
}

.ui-state-active a i, .ui-state-active a:link i, .ui-state-active a:visited i {
	font-size: 1.5em;
	vertical-align: sub;
	margin-right: 0.3em;
	color: #222;
}

.ui-tabs .ui-tabs-nav li a i {
  font-size: 1.5em;
  vertical-align: sub;
  margin-right: 0.3em;
}

.trefferseite .pageging {
	color: #fefefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	background: -moz-linear-gradient( top, #ff2819 0%, #ab0000);
	background: -webkit-gradient( linear, left top, left bottom, from(#ff2819), to(#ab0000));
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #7d0000;
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-o-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	vertical-align: sub;
	float: left;
	width: 40px;
}

.trefferseite a:hover {
	border: 1px solid #000;
	-webkit-box-shadow: 0px 1px 2px rgba(255,255,255,0.3), inset 0px 1px 0px rgba(000,000,000,0.5);
	-moz-box-shadow: 0px 1px 2px rgba(255,255,255,0.3), inset 0px 1px 0px rgba(000,000,000,0.5);
	box-shadow: 0px 1px 2px rgba(255,255,255,0.3), inset 0px 1px 0px rgba(000,000,000,0.5);
	text-shadow: 0px -1px 0px rgba(255,255,255,0.3), 0px 0px 0px rgba(000,000,000,0.5);
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 5%, #666666 9%, #474747 24%, #2c2c2c 35%, #111111 55%, #2b2b2b 80%, #1c1c1c 94%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(5%,#595959), color-stop(9%,#666666), color-stop(24%,#474747), color-stop(35%,#2c2c2c), color-stop(55%,#111111), color-stop(80%,#2b2b2b), color-stop(94%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
#rennenliste li a i {
	color: #222222;
	font-size: 1.8em;
	margin-right: 0.3em;
	vertical-align: sub;
}

#rennenliste li:last-child {
	margin-bottom: 50px;
}

.headline_sucheWettkampf {
	color: #ed1c24;
	margin-left: 10px;
	margin-bottom: 10px;
}

#navigation {
	height: 100px;
	margin: 0;
}

.desktopSpace {
	padding: 0;
}

.beschriftungrennen .headline_content {
	margin-bottom: 5px;
}

.ergebnistabelle {
	background: #ffffff;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: 1px 1px 8px #eee;
	-moz-box-shadow: 1px 1px 8px #eee;
	-o-box-shadow: 1px 1px 8px #eee;
	box-shadow: 1px 1px 8px #eee;
	margin-bottom: 20px;
	margin-top: -1px;
	padding: 10px;
}

.ergebnistabelle li:first-child {
	border-top: 1px solid #e3e3e3;
}

.ergebnistabelle li {
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	line-height: 18px;
	list-style: none outside none;
	padding: 10px;
}

.ergebnistabelle-startliste li {
	background: url("../images/li-pfeil.gif") no-repeat scroll 0 4px transparent;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	list-style: none outside none;
	padding-left: 15px;
}

.trefferseite {
	margin-top: 0;
	padding: 0;
	text-align: center;
	position: relative;
	height: 4em;
}

.trefferseite-inner {
	position: absolute;
	right: 0.5em;
	background: #222222;
	border-radius: 7px;
	color: #fff;
	margin-top: 0.5em;
}

.pageingCount {
	display: inline-block;
	float: left;
	display: inline-block;
	float: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#suche_suche {
	position: relative;
}

ul.errorMessage li {
	list-style: none;
}

.sucheSpecialNavigation {
	display: block;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.auswahl-link1 a, .auswahl-link2 a {
	color: #fefefe;
}

.auswahl-link1, .auswahl-link2 {
	color: #fefefe;
	font-size: 12px;
	float: right;
	margin-right: 0.4em;
	background-repeat: no-repeat;
	background: -moz-linear-gradient(top, #ff2819 0%, #ab0000);
	background: -webkit-gradient( linear, left top, left bottom, from(#ff2819), to(#ab0000));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #7d0000;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	padding: 5px;
}
.auswahl-link1:hover, .auswahl-link2:hover {
	border: 1px solid #000;
	-moz-box-shadow: 0px 1px 2px rgba(255,255,255,0.3), inset 0px 1px 0px rgba(000,000,000,0.5);
	-webkit-box-shadow: 0px 1px 2px rgba(255,255,255,0.3), inset 0px 1px 0px rgba(000,000,000,0.5);
	box-shadow: 0px 1px 2px rgba(255,255,255,0.3), inset 0px 1px 0px rgba(000,000,000,0.5);
	text-shadow: 0px -1px 0px rgba(255,255,255,0.3), 0px 0px 0px rgba(000,000,000,0.5);
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 5%, #666666 9%, #474747 24%, #2c2c2c 35%, #111111 55%, #2b2b2b 80%, #1c1c1c 94%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(5%,#595959), color-stop(9%,#666666), color-stop(24%,#474747), color-stop(35%,#2c2c2c), color-stop(55%,#111111), color-stop(80%,#2b2b2b), color-stop(94%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 5%,#666666 9%,#474747 24%,#2c2c2c 35%,#111111 55%,#2b2b2b 80%,#1c1c1c 94%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

select, #suche_suchParameter {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaaaaa;
}

.mobileNavigation {
	background: #87b6db;
	display: none;
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 1005;
}

#mobileMenuButton, #mobileWettkampfButton {
	background: url(../images/mobile-icons.png);
	background-size: 300px 50px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	width: 50px;
	z-index: 1006;
}

#mobileMenuButton {
	background-position: -183px;
	left: 0;
	z-index: 1005;
}

#mobileWettkampfButton {
	background-position: -68px;
	right: 0px;
	z-index: 1005;
}

#mobileMenuButton.active, #mobileWettkampfButton.active {
	background: url(../images/mobile-icons.png) rgba(135, 182, 219, 0.3);
	background-repeat: no-repeat;
	background-size: 300px 50px;
}

#mobileMenuButton.active {
	background-position: -240px;
}

#mobileWettkampfButton.active {
	background-position: -125px;
}

#rennenAuswahl_wettkampf_id {
	margin-bottom: 25px;
}

.menuco ul li.separator, .menuco ul li.separator:hover {	
	background: #222222;
	color: #fff;
	border: none;
	font-size: 0.8em;
	font-weight: 400;
	padding: 0.5em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	box-shadow: 0 1px 2px #dadada;
	-webkit-box-shadow: 0 1px 2px #dadada;
	-moz-box-shadow: 0 1px 2px #dadada;
	position: relative;
	line-height: 1.6em;
}

.menuco ul li.day-separator {
	background: -moz-linear-gradient(top, #ff2819 0%, #ab0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff2819), to(#ab0000));
	border-bottom: 1px solid #7d0000;
	border-top: 1px solid #7d0000;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 0px 6px;
	position: relative;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.menuco ul li.day-separator:before {
	font-family: FontAwesome;
	content: "\f073";
	font-size: 1.8em;
	margin-right: 0.3em;
	vertical-align: sub;
}

.menuco ul li.day-separator:after, .menuco ul li.day-seperator-closed:after {
	font-family: FontAwesome;
  font-size: 1.8em;
  margin-right: 0.3em;
  vertical-align: sub;
  position: absolute;
  right: 0;
  padding-right: 1px;
}

button.listup:after {
	font-family: FontAwesome;
	content: "\f160";
	margin-left: 0.5em;
}

button.listdown:after {
	font-family: FontAwesome;
	content: "\f161";
	margin-left: 0.5em;
}

.nav-wettkampf-buttons {
  clear: both;
  position: relative;
  height: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaaaaa;
}

button.listup, button.listdown, #nav-reload {
		background: -moz-linear-gradient(top, #ff2819 0%, #ab0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff2819), to(#ab0000));
  border: 1px solid #7d0000;
  cursor: pointer;
  position: absolute;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
  box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
  text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 30px;
}


button.listup, button.listdown {
	padding: 5px 10px;
	right: 45px;
	
}

#nav-reload {
  padding: 6px 10px;
  right: 0.5em;
}

.menuco ul li.day-separator:after {
  content:  "\f139";
}

 .menuco ul li.day-seperator-closed:after {
  content:  "\f13a";
}

.menuco ul li.separator:before {
	font-family: FontAwesome;
	content: "\f017";
	font-size: 1.2em;
	vertical-align: top;
	margin-right: 0.3em;
}

@media screen and (max-width: 50.063em) {

	body, .contentstuff {
		padding: 0;
		border: none;
		width: 100%;
		overflow-x: hidden;
	}

	body {
		background: #ffffff;
	}

	.headernavigation ul li a:hover, .button:hover, #navigation_navigation_button_submit:hover, #navigation_button_submit:hover, #pdfAnzeigen_button_submit:hover, #rennenAuswahl_button_submit:hover, #vereinswertung_button_submit:hover, .ui-accordion-header:hover {
		cursor: pointer;
		color: #ffffff;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		display: inline-block;
		padding: 8px 20px;
		background: -moz-linear-gradient(top, #ff2819 0%, #ab0000);
		background: -webkit-gradient(linear, left top, left bottom, from(#ff2819), to(#ab0000));
		border: 1px solid #7d0000;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
		-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
		box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
		text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	}

	.navDesktopFlag {
		font-size: 2em;
		-webkit-box-shadow: 0 0px 5px #ffffff inset, 0 0px 1px #000;
		-moz-box-shadow: 0 0px 5px #ffffff inset, 0 0px 1px #000;
		-o-box-shadow: 0 0px 5px #ffffff inset, 0 0px 1px #000;
		box-shadow: 0 0px 5px #ffffff inset, 0 0px 1px #000;
		border-radius: 3px;
		vertical-align: middle;
		margin: 0.1em;
	}

	.menuco ul li a:link {
		line-height: 3em;
		padding: 0px 0px 0px 0.8em;
	}

	.headline_box {
		background: none;
		color: #ed1c24;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1.1em;
	}

	.content {
		border: none;
	}

	.box, .content, .headernavigation ul li, .headline_box, .headline_content, .headernavigation ul li a:link, .mainco {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		text-shadow: none;
	}

	.ergebnistabelle, .pageheader img, .content, .headline_box, .headernavigation ul li, .headline, .pageheader, .listeRennen, .mainco, .headernavigation, .box, .footernavigation_text, .headline_content {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	.ergebnistabelle-tab {
		padding: 10px;
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
		border-left: none;
		border-right: none;
	}

	.trefferWettkampf, .trefferRennen {
		font-size: 10px;
		line-height: 14px;
	}

	.mobileNavigation {
		display: block;
		border-bottom: 1px solid #231f20;
		-webkit-box-shadow: 0px 0px 4px #333;
		-moz-box-shadow: 0px 0px 4px #333;
		box-shadow: 0px 0px 4px #333;
		background: #005580;
		background-image: url(../images/page-bg-raster.png), -moz-linear-gradient(top,#0a4874 0%, #87b6db);
		background-image: url(../images/page-bg-raster.png), -moz-linear-gradient(top, #0a4874 0%, #87b6db);
		background-image: url(../images/page-bg-raster.png), -webkit-gradient(linear, left top, left bottom, from(#0a4874), to(#87b6db));
	}

	.menu .box:last-child, .suchenbutton, .vorname {
		display: none;
	}

	.menu .box:first-child {
		display: none;
		width: 100%;
		z-index: 1002;
	}

	.headline_box, .headline, .pageheader {
		top: 50px;
	}

	#mobileLogo {
		width: 190px !important;
		height: 50px;
		left: 50%;
		position: absolute;
		margin-left: -95px;
	}

	.suchen {
		top: 6px;
		z-index: 1005;
		display: none;
	}

	.suchenfeld {
		float: none;
	}

	.suchenfeldb {
		width: 200px;
	}

	.sprachauswahl {
		float: none;
		z-index: 10000;
		position: fixed;
		top: 5px;
		left: 115px;
		width: 160px;
		margin: 0;
		margin-left: -80px;
		display: none;
	}

	#mobileSuche input {
		border: none;
	}

	.pageheader img {
		display: none;
		width: 180%;
	}

	.sprachauswahl img {
		border: 0px;
		width: 50px;
	}

	.button, #navigation_button_submit, #navigation_navigation_button_submit, #pdfAnzeigen_button_submit, #rennenAuswahl_button_submit, #vereinswertung_button_submit {
		cursor: pointer;
		text-decoration: none;
		-moz-user-select: none;
		user-select: none;
		display: inline-block;
		position: relative;
		margin-bottom: 5px;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

	.box {
		width: 100%;
		padding: 0;
		border: none;
		background: #f4fafe;
	}

	.headline_box, .headline_content {
		-moz-box-shadow: 0px 2px 2px #aaaaaa;
		-webkit-box-shadow: 0px 2px 2px #aaaaaa box-shadow : 0px 2px 2px #aaaaaa;
	}

	.headline_box {
		margin-bottom: 0em;
	}

	.listeRennen {
		width: 100%;
	}

	.mainco {
		background: none;
		border: none;
		display: block;
		margin: 0;
		padding: 0;
		min-height: 600px;
	}

	.menuco ul, .menucobg {
		width: 100%;
	}

	.menuco a:link {
		font-size: 12px;
		line-height: 30px;
	}

	.platz, .bahn {
		width: 30px;
	}

	.zeit, .diffzeit {
		text-align: center;
		width: 60px;
	}

	.headernavigation ul li {
		float: none;
		text-align: left;
	}

	.menuco {
		height: 100%;
		max-height: 100%;
		width: 100%;
	}

	.menucobg, .menuco ul {
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 100px;
	}

	.ergebnistabelle {
		border-left: none;
		border-right: none;
		padding-left: 0;
		padding-right: 0;
	}

	.ui-tabs {
		padding: 0 !important;
	}

	#vereinswertung {
		width: 95%;
	}

	select, #navigation_wettkampf_id {
		width: 100%;
	}

	.menu {
		display: block;
		padding: 0;
		position: fixed;
		top: 50px;
	}

	#pageMenu {
		background: #fefefe;
		display: none;
		height: 100%;
		left: 0;
		top: 50px;
		overflow: hidden;
		position: fixed;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		z-index: 1001;
	}

	.headernavigation ul li a {
		color: #ed1c24 !important;
		background: none !important;
		border: none !important;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
	}

	.headernavigation ul li {
		border-bottom: 1px solid #e3e3e3;
		margin: 0;
	}

	#contentall, #contentinner {
		display: block;
		width: 100%;
		overflow-x: hidden;
	}

	#mobileMenuCloseButton {
		z-index: 2000;
	}

	.menucobg {
		background: #fefefe;
		max-height: 100%;
		min-height: 500px;
	}

	.headernavigation {
		background: none;
		border: none;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		height: 50px;
		margin-right: 10px;
		margin-left: 10px;
		padding-left: 0;
	}

	.menuco ul li {
		border-bottom: 1px solid #e3e3e3;
		list-style: none;
		width: 100%;
	}

	.footernavigation_text {
		height: 50px;
		display: none;
	}

	.headline_content {
		margin: 0;
	}

	.headline_content {
		color: #fefefe;
		padding-top: 10px;
		margin-bottom: 15px;
	}

	.beschriftung {
		font-size: 0.9em;
	}

	.desktopSpace, #archiv-rennen-anzeigen h1, #rennenAnzeigen h1, #vereinswertung-anzeigen h1, #vereinswertung-anzeigen p {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

	.ui-accordion .ui-accordion-header {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

}

@media screen and (max-width: 30.063em) {
	.zeile {
		font-size: 10px;
		line-height: 18px;
	}

	.headline_content {
		font-size: 13px;
	}

	h1 {
		font-size: 1.1em;
		line-height: 1.1em;
	}
}