body {
	background: #000;
	margin: 90px 83px;
	font-family: verdana,arial,helvetica;
	font-size: 13px;
	color: #fff;
}

div {
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
}

table {
	background: #fff;
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	font-size: 13px;
	color: #000;
}

a: link {
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
	color: #FFDD00;
}

a: visited {
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
	color: #FFF;
}

a: active {
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
	color: #FFF;
}

a: hover {
	font-family: verdana,arial,helvetica;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	color: #FFDD00;
}

.headline1 {
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 20px;
	}
	
.headline2 {
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 5px;
	}

.headline3 {
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 2px;
	}
	
.headline_renntag {
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	}	

.button {
	padding: 6px 12px 6px 12px;
	border-radius: 20px;
	font-family: verdana,arial,helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
}

.textbox {
	display:block;
	background-color: white !important;
}

form input[type=text] {
	background-color: white !important;
}


 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #67f221;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButtonBig {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#dd0000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:12px 12px;
	margin:15px 0px 15px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	width:40%;
	
}
.myButtonBig:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.myButtonBig:active {
	position:relative;
	top:1px;
}

.myTextLikeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	margin-bottom: 25px;
	float:left;
	
}

.info_div{
		display: block;
		float: left;
		font-family: verdana,arial,helvetica;
		font-weight: bold;
		font-size: 15px;
		width: 150px;
		padding: 0px;
		margin: 2px 0px 2px 0px;
		
}

.info_div_clear{
		clear:both;
}

.label_format{
		width: 150px;
		float:left;
		clear: both;
}

.label_format_rennstrecke{
		width: 350px;
		float:left;
		clear: both;
		font-family: verdana,arial,helvetica;
		font-weight: bold;
		font-size: 15px;
		margin-top: 5px;
		margin-bottom: 15px;
}

.divmain{
	display: block;
	/*margin: auto;*/
	
	width: 50%;
	margin: 10px 83px;
}

hr { 
    height: 3px; 
    margin: 0 auto;
    color: white;
    
}




