html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: unset;
	box-sizing: unset;
}

body {
	margin:0;
	padding:0;
	color:#000;
	line-height:1;
	background-color:#f4f4f4;
	/*min-width: 980px;*/
}
strong {
	font-weight:bold !important;
}
em {
	font-style: italic !important;
}
.clearfix:before, .clearfix:after{
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;
}
.clear {
	clear:both;
}
.wrapper {
	margin: 0 auto;
	display: block;
	position: relative;
	width: 980px;
}
#shadow {
	background-color: #f4f4f4;
}
div#container {
	width:980px;
	padding:0;
	margin:0 auto;
}
div#header {
	position:relative;
	height:160px;
	z-index:999; /* for IE SF Menu*/
	background:url(/nav/img/header-left.jpg) repeat-x scroll 0 0 #F4F4F4;
	height: 160px;
	position: relative;
	z-index: 999; /* for IE SF Menu*/
}
div#header .wrapper {
	height: 160px;
	background:url('/nav/img/header.jpg') no-repeat scroll 0 0;
	z-index: 1000;
}
.header-right {
	background: url('/nav/img/header-right.jpg') repeat-x scroll 0 0;
	height: 160px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}
.header-top {
	position: relative;
	height: 130px;
}
.header-bottom {
	position: relative;
}
div#logo{
	position:absolute;
	top:0px;
	left:0px;
}
div#logo a, div#logo img {display: block;width:210px; height:123px;}
/* ------------------------------------------- login */

div#login {
	background-color: #003669;
	border: 1px solid #9B2F64;
	border-radius: 10px;
	color: #FFFFFF;
	font: bold 10px/1.8em Arial,Helvetica,sans-serif;
	height: 108px;
	padding: 5px 0;
	position: absolute;
	right: 11px;
	top: 2px;
	width: 230px;
	z-index: 100;
}
.userlogin {
	height: 108px;
}
div#login form {
	height: 108px;
}
div#login .login-field { height: 27px; }

div#login input[type="text"],
div#login input[type="password"] {
	background-color: #0A4A87;
	border: 1px solid #07203D;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	height: 20px;
	padding: 0 5px;
	width: 182px;
}

div#login .l-icons{
	vertical-align: middle;
	margin-left:5px;
}

/*
div#login .button {
	clear:both;
	float:left;
	border:none;
	margin:0;
	padding:0;
	width:51px;
	height:21px;
}
div#login .register {
	float:right;
	margin-top:1px;
	margin-right:0px;
	padding: 0px 0px 0px 4px;
	border:none;
	width:68px;
	height:39px;
	display:block;
	background: url('/nav/img/button_reg3_bg.gif') repeat-x scroll 0 0;
	border: 1px solid #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	div#login .register a{
		height:39px;
		vertical-align:middle;
		display:table-cell;
		font-size:12px;
		line-height:14px;
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
*/


td .resetbutton,
div#login .loginbutton,
div#login .login-reg  {
    border: 1px solid #38638A;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 12px/1em Arial,helvetica,sans-serif;
    height: 25px;
	margin: 0 0 0 8px;
	overflow: hidden;
    padding: 0;
    width: 100px;
	float:left;
	text-align:center;
	vertical-align:middle;
}

td .resetbutton{
	width: 55px;
	color: #FFFFFF;
}

div#login .loginbutton a{
	display:table-cell;
	color:#fff;
	text-align:center;
}
	
div#login .logoutbutton {
	margin: 3px 12px;
	/*background-color: #9A2D62;
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	display: table;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 5px;
	padding: 0;
	vertical-align: middle;*/
}

td .resetbutton,
div#login .login-reg{
	background: #b63f79; /* Old browsers */
	background: -moz-linear-gradient(top,  #b63f79 0%, #741645 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b63f79), color-stop(100%,#741645)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b63f79 0%,#741645 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b63f79 0%,#741645 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b63f79 0%,#741645 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b63f79 0%,#741645 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b63f79', endColorstr='#741645',GradientType=0 ); /* IE6-9 */
	padding-top:7px;height:18px;
}

td .resetbutton:hover,
div#login .login-reg:hover {
	color: #FFFFFF;
	background-color: #0b356f; /* Old browsers */
	background: -moz-linear-gradient(top,  #0b356f 0%, #07203d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b356f), color-stop(100%,#07203d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0b356f 0%,#07203d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0b356f 0%,#07203d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0b356f 0%,#07203d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0b356f 0%,#07203d 100%); /* W3C */
	background: linear-gradient(to bottom, #0B356F 0%, #07203D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b356f', endColorstr='#07203d',GradientType=0 ); /* IE6-9 */
}

div#login .loginbutton:hover{
	background: #b63f79; /* Old browsers */
	background: -moz-linear-gradient(top,  #b63f79 0%, #741645 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b63f79), color-stop(100%,#741645)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b63f79 0%,#741645 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b63f79 0%,#741645 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b63f79 0%,#741645 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b63f79 0%,#741645 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b63f79', endColorstr='#741645',GradientType=0 ); /* IE6-9 */
}

div#login .loginbutton {
	background-color: #0b356f; /* Old browsers */
	background-image: url("/nav/img/pfeil.png"), -moz-linear-gradient(top,  #0b356f 0%, #07203d 100%); /* FF3.6+ */
	background-image: url("/nav/img/pfeil.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b356f), color-stop(100%,#07203d)); /* Chrome,Safari4+ */
	background-image: url("/nav/img/pfeil.png"), -webkit-linear-gradient(top,  #0b356f 0%,#07203d 100%); /* Chrome10+,Safari5.1+ */
	background-image: url("/nav/img/pfeil.png"), -o-linear-gradient(top,  #0b356f 0%,#07203d 100%); /* Opera 11.10+ */
	background-image: url("/nav/img/pfeil.png"), -ms-linear-gradient(top,  #0b356f 0%,#07203d 100%); /* IE10+ */
	background-image: url("/nav/img/pfeil.png"), linear-gradient(to bottom,  #0b356f 0%,#07203d 100%); /* W3C */
	background-image: url("/nav/img/pfeil.png"), linear-gradient(to bottom, #0B356F 0%, #07203D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b356f', endColorstr='#07203d',GradientType=0 ); /* IE6-9 */
	background-position: 70px center, 0 0;
	background-repeat: no-repeat;
	height: 27px;width: 102px;
}
div#login .forget input {
	display: table-cell;
	vertical-align: middle;
	float:left;
}
div#login a, div#login label {
	color:#fff;
	font-size:9px;
}

div#login .forget a {
	float:right;
	padding-right:10px;
}
div#login .forget a:hover,
div#login .forget label:hover{
	text-decoration:underline;
	cursor:pointer;
}
/* LOGIN END */
div#ticker {
	color: #FFFFFF;
	display: block;
	font: bold 11px arial;
	height: 29px;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width:490px;
	top: 101px;
	left:243px;
}
div#ticker .iconsprite-1 {
	position: absolute;
	right: -25px;
	top: 3px;
}
div#ticker .innerDiv {
  height: 29px;
  line-height: 29px;
}
#ticker a {
	color: #FFFFFF;
	display: inline-block;
	height: 29px;
	line-height: 29px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	max-width:465px;
	width:auto;
}

#ticker a:hover {
	color:#fff;
	text-decoration:underline;
}

div#register {
	position: absolute;
	right: 190px;
	top: 20px;
	padding: 0 30px;
	font: italic 16px/1.8em Arial,Helvetica,sans-serif;
}
	div#register a{
		color:#fff;
	}
		div#register a:hover{
			text-decoration:underline;
		}
div#facebook {
	border-radius: 5px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 389px;
	top: 53px;
	height:27px;
	width:27px;
}
div#youtube {
	position: absolute;
	right: 304px;
	top: 53px;
	height:27px;
	width:65px;
}
div#instagram {
	border-radius: 5px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 257px;
	top: 53px;
	height:27px;
	width:27px;
}
div#language {
	position: relative;
	float: left;
	margin: 7px 0 0 21px;
	left:258px;
}
div#headermenu {
	float: left;
	height: 30px;
	margin:0;
	padding: 0;
	position: relative;
	left:258px;
	width: 520px;
	z-index: 1100;
}

#searchbox{
	position:relative;
	left:270px;
	float: left;
	height:20px;
	width:135px;
	margin-top: 5px;
}

#searchbox input[type="image"]{
	margin-left:0px;
}
#mod_search_searchword {
	background-color: #FFFEFE;
	border: 1px solid #07203D;
	float: left;
	font: 11px Arial,Helvetica,sans-serif;
	height: 18px;
	margin-right: 2px;
	padding-bottom: 0;
	padding-left: 4px;
	padding-top: 0;
	width: 105px;
	color:#003669;
}
form {
	margin:0;
	padding:0;
}
a {
	color: #aa376e;
	/*font-weight:bold;*/
	text-decoration: none;
}
a:hover {
	color: #0b356f;
}
.blink {
	font-weight:bold;
	color:#ff0000;
	/*background:url(/nav/img/blinky.gif) repeat-x;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:1px;*/
}
a:focus{
	outline:0; 
}
div.content {
	clear:both;
	min-width: 980px;
	overflow: hidden;
	padding:0;
	margin:0;
}
.mobile {
	left: 280px;
	position: absolute;
	top: 10px;
}
.zertifikat {
	left: 470px;
	position: absolute;
	top: 13px;
}
.mobile a {display: block;}
/* Starterliste */

#starterlist {
	float: left;
	margin-right: 10px;
	width: 200px;
	margin-top:20px;
}
.starterlist {
	position:relative;
	z-index:1000;
}
.starterlist .title {
	background: url(/nav/img/navig_bg.gif) no-repeat;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 13px;
	padding: 2px 7px 7px;
}
.starterlist .starter-head {
	background: url("/nav/img/starter-head.png") no-repeat scroll 0 0;
	color: #0B356F;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 14px;
	padding: 7px 7px 7px 47px;
	position: relative;
}
.starterlist .country .head {
	background: url("/nav/img/bg-whitegrey.gif") repeat-y scroll 0 0;
	height: 26px;
	line-height: 26px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.starterlist .country .calendar-head {
	background: url("/nav/img/bg-blue.gif") repeat-x scroll 0 0;
	height: 26px;
	line-height: 26px;
	border-left: 1px solid #CCCCCC;
}
.starterlist .country .calendar-title {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
}
.starterlist .country .icon {
	cursor: pointer;
}
.toggle-header {
	border-bottom: 1px solid #0B356F;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.toggle-header:last-child {border-bottom: 1px solid #CCCCCC;}
.toggle-header.KL {border: none;position: relative;}
.starterlist .country .head .flag {
	background: none no-repeat scroll 6px 7px;
	color: #0B356F;
	font-weight: bold;
	overflow: hidden;
	padding: 0 0 0 27px;
	position: absolute;
	white-space: nowrap;
	width: 145px;
}
.starterlist .country .head .flag.kal {
	color: #FFFFFF;
	font-size: 13px;
	padding: 0 0 0 32px;
	width: 167px;
}

/* Symbole Starterliste */

.starterlist .country .head .icon {
	height: 13px;
	padding: 6px 5px;
	position: absolute;
	right: 0;
	width: 15px;
}
.starterlist .country .calendar-head .icon {
	background: url("/nav/img/iconsprite.png") no-repeat scroll -15px -214px;
	color: #FFFFFF;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	position: absolute;
	padding: 11px 5px 9px;
	right: 8px;
	text-align: center;
	top: -28px;
	width: 23px;
}
.starterlist .country .events li {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	height: 24px;
	position: relative;
}
.starterlist .country .events li:last-child {border-bottom: none;}
.starterlist .country .events li:hover {
	background-color:#ddd;
}
.starterlist .country .events li a {
	color: #333333;
	text-decoration: none;
}
.starterlist .country .events li .status {
	background-position: 3px 5px;
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	padding: 4px 0 3px 27px;
	white-space: nowrap;
	width: 110px;
}
.starterlist .country .events li .time {
	color: #666;
	display: inline-block;
	padding-right: 5px;
	position: absolute;
	right: 0;
	top: 4px;
}
.trab_on {
	background-image:url(/nav/img/trab_on.gif) !important;
}
.trab_off  {
	background-image:url(/nav/img/trab_off.gif) !important;
}
.galopp_on {
	background-image:url(/nav/img/galopp_on.gif) !important;
}
.galopp_off  {
	background-image:url(/nav/img/galopp_off.gif) !important;
}
.index {
	background-image:url(/nav/img/index.gif) !important;
}
.video {
	background-image:url(/nav/img/stream2.gif) !important;
}

/* END Starterliste */

/* START Box Allgemein */
div.box {
	float:left;
	padding: 0;
	margin: 0 10px 10px 0;
	overflow: hidden;
	min-width:178px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #ccc;
	font: normal normal 11px/1.5em Arial,Helvetica,sans-serif;
}
.box.quote h2 {
	background: none repeat scroll 0 0;
	border-bottom: 1px solid #3E0923;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	height: 24px;
	margin: 0;
	overflow: hidden;
	padding: 3px 0 5px 8px;
	white-space: nowrap;
	width: 100%;
}
.box.quote h2 div {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 485px;
}
.box.quote {
	background: url("/nav/img/bg-quoten.gif") repeat-x scroll 0 0;
    color: #FFFFFF;
    font-size: 12px;
    height: 178px;
    line-height: 1.4em;
    overflow: hidden;
	position: relative;
    padding: 0;
    vertical-align: middle;
    width: 558px;
}
.box.quote:before, .box.quote:after, .box.quote .block a.row:before, .box.quote .block a.row:after  {
    content: " ";
    display: table;
}
.box.quote:after, .box.quote .block a.row:after {
    clear: both;
}
.box.quote a.moreinfo {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px;
	height: 17px;
	line-height: 17px;
	padding: 0 5px;
	position: absolute;
	right: 9px;
	top: 0;
}
.box.quote a.moreinfo span{
	position: relative;
	top: -1px;
}
.box.quote .block {
	float: left;
	width: 185px;
	max-width: 185px;
	min-height: 153px;
	max-height: 153px;
	overflow: hidden;
	border-right: 1px solid #3e0923;
}
.box.quote .block.last {
	border-right: none;
	width: 186px;
	max-width: 186px;
}
.box.quote .block a.row {
	display: block;
	width: 170px;
	border-bottom: 1px dotted #3e0923;
	max-width: 170px;
	height: 28px;
	max-height: 28px;
	overflow: hidden;
	color: #DDDDDD;
	transition: background 0.5s ease 0s;
	-ms-transition: background 0.5s ease 0s;
	-webkit-transition: background 0.5s ease 0s;
}
.box.quote .block a.row:hover {
	background: #132F56;
	color: #FFF;
}
.box.quote .block a.row:hover span.quote {
	color: #E2CD10;
}
.box.quote .block a.row span {
	display: block;
	float: left;
	height: 29px;
	max-height: 29px;
	overflow: hidden;
	white-space: nowrap;
	padding: 1px 0 0;
}
	.box.quote .block a.row span.pferd {
		width: 113px;
		margin-right: 5px;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.box.quote .block a.row span.quote {width: 52px;}

.banner_placeholder {
	width:233px;
	height:83px;
	padding: 0;
	padding:5px 5px 90px 320px;
	vertical-align:middle;
}
.banner {
    background: url("/nav/img/banner_home4.png") repeat scroll 0 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    height: 158px;
    line-height: 1.4em;
    overflow: hidden;
    padding: 10px 20px 32px 330px;
    /*vertical-align: middle;
	display:table-cell;*/
    width: 210px;
}
.banner:hover {
	opacity:0.7;
}
.banner.slidebanner {
	background:url("/nav/img/banner_home3.png");
}
 div.banner .headline{
	font-size:17px;
	font-weight:bold;
	color:#fff;
	padding-bottom:5px;
	float:left;
	width:210px;
	word-wrap: break-word;
}
.banner a {
	color:#fff;
	display:block;
	width:233px;
	height:83px;
}

div.box h2 {
	background: url("/nav/img/content_header_bg.gif") no-repeat scroll right top;
	border-bottom: 1px solid #0B356F;
	color: #0B356F;
	font-size: 12px;
	font-weight: bold;
	height: 13px;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 9px 8px;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
	div.box.news h2 {width:360px;}

div.box.nxtraces h2 {
	color: #aa376e;
	padding: 5px 0 9px 29px;
	width: 340px;
}
div.box.news:nth-child(even),
/*div.box.news:nth-child(odd),*/
div.box.nxtraces:nth-child(even){margin-right: 0;}
.no-race {
    padding-left:10px;
}
div.box h2 img{
    padding: 3px 8px 9px 0px;
}
div.box .row {
    border-bottom: 1px dotted #B1B1B1;
    clear: both;
	float:left;
    padding: 0 8px;
	color: #333333;
    cursor: pointer;
	display: inline-block;
}
div.box .row:hover, div.box .teaser:hover {
    background-color:#ddd;
	display:block;
}
div.box .line{
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
	display: block;
    float: left;
    overflow: hidden;
    padding: 2px 0;
    white-space: nowrap;
	line-height:17px;
}
div.right .thumb {
	float: left;
    margin:3px 15px 0 0;
}
div.box .thumb {
	float: left;
    margin:3px 8px 0 0;
}

div.box .teaser {
	position:relative;
	display: block;
    height: 68px;
    overflow: hidden;
    clear: both;
	float:left;
    padding: 0 8px;
	color: #333333;
    cursor: pointer;
	width:auto;
	font-weight:normal;
}
div.box img {
    float: left;
    margin:0;
}

div.box .mehr {
	position:absolute;
	width:50px;
	right:0px;
	top:50px;
	font-weight:bold;
}

/* END Box Allgemein */

/* START Box Germans */
.germans {
	width:178px;
	height: 178px;
}
.germans .row {
	width: 162px;
}
/* END Box Germans */

/* START Nächste Wetten */
.nxtraces {
    width: 368px;
	height:117px;
	display:inline-block;
}
.nxtraces .row {
	width: 352px;
	line-height:17px;
	height:17px;
}
.nxtraces .post {
    background-position: 0 0px;
    background-repeat: no-repeat;
    padding-left: 28px;
    width: 55px;
}
.nxtraces .country,
.nxtraces .horsecountry{
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 22px;
	text-overflow:ellipsis;
}
.nxtraces .country {
	width: 67px;
}
.nxtraces .horsecountry{
	width: 135px;
}
.nxtraces .row span {
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}
.nxtraces .track {
	position:relative;
    width: 160px;
}
.nxtraces .city {
    width: 138px;
	text-overflow:ellipsis;
}
.nxtraces .age {
	width: 22px;
	text-overflow:ellipsis;
}
.nxtraces .blood {
	width: 300px;
	text-overflow:ellipsis;
}
.nxtraces .race_type_icon {
	width: 22px;
	height: 14px;
	padding-left: 0;
	padding-right:6px;
}
.race_range {
	width: 177px;
	text-overflow:ellipsis;
	text-transform:capitalize;
}
.nxtraces .starter,
.nxtraces .races {
	text-align: right;
	width: 55px;
}
.nxtraces .home_starter {
	width: 102px;
}
.nxtraces .home_track {
	width: 118px;
}
.nxtraces .row .home_sum {
	float: right;
	font-weight: bold;
}
.nxtraces .home_wettart {
	width: 48px;
	height:15px;
}
.nxtraces .distance,
.nxtraces .dotation
{
    float: right;
    text-align: right;
    width: 50px;
}
	.nxtraces .dotation {
		 width: 80px;
	}
.dynamic-height {
	height: 100%;
}

/* END Nächste Wetten */

/* START Box News */
.news {
    width: 368px;
}

div.box .teaser {
    width: 352px;
}

/* END Box News */

/* START WETTSCHEIN */
/* START Ortsübersicht */

#bs {
	float:left;
    background-color:#fff;
	width: 750px;
	margin-bottom:10px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom: 1px solid #0B356F;
	border-radius: 10px 10px 0 0;
}
#bsh {
    background:url(/nav/img/banner.gif) no-repeat #fff;
    color: #0B356F;
    height: 33px;
    position: relative;
	padding:10px;
	margin:0;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #0B356F;
}

#bsh h1{
	line-height:22px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#bs .rennbahn {
    float:left;
	left: 710px;
    top: 3px;
	width:32px;
	height:32px;
	margin-right:12px;
	border:1px solid #999;
}
#bsh .city {
    left: 0px;
    position: relative;
    top: 0px;
	float:left;
}
#bsh .location {
    background: none no-repeat 0 2px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 22px;
    position: relative;
    text-decoration: none;
    top: 0px;
	float:left;
}
#bsh .date {
	clear:both;
	float:left;
	background: none no-repeat 0 0;
	font-size: 12px;
	padding-left: 22px;
	font-weight: normal;
}

#bsh .overview_extended {
	float:right;
    font-weight: bold;
    padding: 0px 80px 0px 40px;
	margin-top: -10px;
	background: none repeat scroll 0 0;
	right:0;
	bottom:1px;
}
#bsh .overview {
	position:absolute;
	font-weight: bold;
	padding: 0px 80px 0px 40px;
	background: none repeat scroll 0 0;
	right:0;
	bottom:1px;
}
#bsh .overview .stream {
    background: url(/nav/img/stream2.gif) no-repeat 12px 7px;
	/*background: url(/nav/img/stream.gif) no-repeat 0px -3px;*/
    font-weight: bold;
    overflow: hidden;
    padding: 8px 0 5px 33px;
	margin-top:20px;
	margin-right:30px;
    white-space: nowrap;
	border:0px solid #f00;
}
#bsh .overview .pdf {
    background:url(/nav/img/pdf.gif) no-repeat scroll 12px 7px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0 5px 33px;
	margin-top:20px;
	margin-right:30px;
    white-space: nowrap;
	border:0px solid #f00;
}
#bsh .overview .news {
    background:url(/nav/img/info.gif) no-repeat scroll 12px 7px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0 5px 33px;
	margin-top:20px;
	margin-right:30px;
    white-space: nowrap;
	border:0px solid #f00;
}
#bsh .overview_extended .stream{
    background: url(/nav/img/stream2.gif) no-repeat 12px 7px;
	/*background: url(/nav/img/stream.gif) no-repeat 0px -3px;*/
    font-weight: bold;
    overflow: hidden;
    padding: 8px 0 5px 33px;
	margin-top:20px;
	margin-right:30px;
    white-space: nowrap;
	border:0px solid #f00;
}
#bsh .overview_extended .pdf {
    background:url(/nav/img/pdf.gif) no-repeat scroll 12px 7px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0 5px 33px;
	margin-top:20px;
	margin-right:30px;
    white-space: nowrap;
	border:0px solid #f00;
}
#bsh .overview_extended .news {
    background:url(/nav/img/info.gif) no-repeat scroll 12px 7px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0 5px 33px;
	margin-top:20px;
	margin-right:30px;
    white-space: nowrap;
	border:0px solid #f00;
}

#bsh .sell {
    background: url("/nav/img/sell.png") no-repeat 5px 18px;
    font-weight: bold;
    padding: 30px 80px 2px 40px;
    position: absolute;
    right: 0;
    top: 0;
}
#bsh .linkrechts {
    font-weight: bold;
    padding: 30px 10px 2px 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.event {
    background: none repeat scroll 0 0 #fff;
    padding: 0 10px 10px 10px;
}
.event .race:hover{
	cursor: pointer;
    background-color:#eee;
}
.event .race:hover a{ /*specially for my friend ie*/
	cursor: pointer;
    /*cursor:hand;*/
}
.event .race {
	clear:both;
	background: none repeat scroll 0 0 #FFFFFF;
	min-height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #bbb;
	cursor: pointer;
}
.event .race a {
   color:#000;
}
.event .linkkasten {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
    position: relative;
	border: 1px solid #bbb;
	min-height:25px;
}
.linkkasten .pdf {
    background:url(/nav/img/pdf.gif) no-repeat scroll 12px 7px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0 5px 33px;
	margin-top:20px;
	margin-right:30px;
    white-space: nowrap;
	border:0px solid #f00;
}
#bs .nr {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 18px;
    left: 12px;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 32px;
	vertical-align:middle;
	display:table;
}
#bs .nr.close {
    background: url("/nav/img/racestatus_zu.gif") no-repeat #6e113e;
}
#bs .nr.open {
    background: url("/nav/img/racestatus_offen.gif") no-repeat #07203d;
}
#bs .nr.active {
    background: url("/nav/img/racestatus_aktiv.gif") no-repeat #106e26;
}
#bs .time {
    left: 12px;
    position: absolute;
    text-align: center;
    top: 48px;
    width: 32px;
	
}
#bs .info {
    padding: 5px 5px 5px 50px;

    width: 430px;
	z-index: 1;
	display:inline-block;
}
#bs .info .title {
	
    font-weight:bold;
	width:355px;
	float:left;
	/*height:20px;
	overflow: hidden;*/
}
#bs .info .text {
	clear:both;
	float:left;
    margin-top: 2px;
	width:355px;
	height:36px;
	overflow: hidden;
}
.event .mlink {
	position: absolute;
	right: 232px;
	top: 6px;
	color:#aa376e;
}
#bs .jackpot {
	position: absolute;
	top: 5px;
	left: 400px;
	width:75px;
	height: 30px;
	/* background:url(/nav/img/bg_jackpot.gif) no-repeat 0 0; */
	background:url(/nav/img/bg_jackpot_light.png) no-repeat 0 0;
	color: #0b356f;
	text-shadow: 0px 0px 2px white;
	font-size: 11px;
	line-height:1.0em;
	padding-top: 4px;
	padding-left: 25px;
	text-align: center;
	overflow:hidden;
}
#bs .viererwette {
	position: absolute;
	top: 40px;
    left: 400px;
	width:75px;
	height: 30px;
    /* background:url(/nav/img/bg_viererwette.gif) no-repeat 0 0; */
    background:url(/nav/img/bg_viererwette_light.png) no-repeat 0 0;
    color: #0b356f;
	text-shadow: 0px 0px 2px white;
    font-size: 11px;
	line-height:1.0em;
    padding-top: 4px;
	padding-left: 25px;
    text-align: center;
    overflow:hidden;
}
.event .status {
    box-sizing:border-box;
    border-left: 1px dotted #CCC;
    height: 100%;
    left: 500px;
    line-height: 150%;
    padding: 5px 13px;
    position: absolute;
    /* 2018-10-01 bk/sj auf 235 erhöht
    width: 200px;*/
	width: 235px;
}
.event .status .final {
    position: absolute;
    right: 14px;
    top: 5px;
}
.event .link {
    position: absolute;
    right: 14px;
	bottom: 3px;
	color:#aa376e;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: inline-block;
    overflow: hidden;
    padding: 0px 0 0px 22px;
    white-space: nowrap;
	line-height:1.3em;
	/*top:3px;*/
}
.event .pdf {
	background-image:url(/nav/img/pdf.gif) !important;
}
.ws-youtube {
	line-height:2em;
}
.ws-youtube .icon-youtube {
	display: inline-block;
	vertical-align: -1px;
}
/* USA Overview*/
.pickracebox {
	background-color: #ece0e6;
	border: 1px solid #BBBBBB;
	cursor: pointer;
	margin-bottom: 10px;
	margin-top: 10px;
	float:left;
	display:block;
	width:724px;
	padding: 4px 0 4px 4px;
}
ul.pickrace {
	list-style: none;
}
ul.pickrace li {
	background-color: #fff;
	list-style: none;
	float:	left;
	border:1px solid #bbb;
	width:39px;
	height:67px;
	margin:2px !important;
	padding:3px;
	overflow:hidden;
}
	ul.pickrace li:hover{
		cursor: pointer;
		background-color:#ccc;
	}
#bs ul.pickrace li .nr,
#bs ul.pickrace li .time,
#bs ul.pickrace li .info {
	position:relative;
	left:3px;
	padding:0px;
	font-size:10px;
}
#bs ul.pickrace li .nr {
	font-size:15px;
	padding:2px 0px;
}
#bs ul.pickrace li .time {
	top: 10px;
	padding-left: 1px;
}
#bs ul.pickrace li .info {
	top: 4px;
}
#bs ul.pickrace li a {
	color:#000;
}
div.pickracebox h2 {
    font-size: 14px;
    font-weight: bold;
    position: relative;
	padding-left:3px;
	margin:0;
}
/* END Ortsübersicht */

/* START Einzelübersicht */
.event .race.singlelinks:hover {
    background-color:#fff;
    cursor: default;
}
 .event .race.singlelinks .link a {
	color:#aa376e;
	font-weight:bold;
}
 .event .race.singlelinks .link a:hover {
	color:#0B356F;
}

/* START Pferdeinfo/Jockeyinfo */
.event .daten {
    background-color: #FFFFFF;
    height: 75px;
    margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	position: relative;
}
.event .daten .txt {
	position:absolute;
	margin-left:10px;
}
.event .pics {
	margin-top:10px;
}
.event .daten .txt span {
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: inline-block;
    overflow: hidden;
    padding: 0px 0 0px 22px;
    white-space: nowrap;
}
.event .www {
	background-image:url(/nav/img/www.gif) !important;
}

.event .facebook {
	background-image:url(/nav/img/facebook.gif) !important;
}
.event .pics img {
	margin:0 15px;
}

.event .historie {
	float:left;
	background: none no-repeat 690px 9px #fff;
	margin-bottom: 10px;
    position: relative;
	border: 1px solid #bbb;
	padding:10px;
}

.event .histcont {
	float:left;
	width:708px;
	height:auto;
	border:0px solid #f00;
}
.event .historie .rightcolmn {
	float: right;
	width:45px;
	padding-right:0px;
	text-align:right;
	font-weight:bold;
}
.event .historie .rightcolmn img{
	padding-right:0px;
	padding-bottom: 5px;
}
.event .historie .streampferde {
	display: inline-block;
	width:32px;
	overflow:hidden;
	padding-right:5px;
	text-align:right;
}
.event .historie .datum {
	display: inline-block;
	width:90px;
	overflow:hidden;
}
.event .historie .ort {
	display: inline-block;
    width:570px;
	overflow:hidden;
}
.event .historie .platz {
	width:35px;
}
.event .historie .platz,.event .historie .quote {
	display: inline-block;
	overflow:hidden;
	font-weight:bold;
}
.event .historie .quote {
	width:45px;
	padding-right:5px;
	text-align:right;
}
.event .historie .shoes {
	clear:both;
	width:45px;
	padding-right:5px;
	display:block;
}
.event .historie .geld {
	width:45px;
	padding-right:0px;
	text-align:right;
}
.event .stream {
	float:left;
	width:32px;
	height:32px;
}
.event .historie .comment {
	display:block;
	margin-top:5px;
	width:705px;
	overflow:hidden;
}

/* 2019-06-13 sj deaktiviert
.event .historie .streamhorse {
	position: absolute;
	margin-left: 600px;
}*/

/* END Pferdeinfo*/

/* START Dt.Starter */
.txt {
	display:block;
	margin-bottom:10px;
}
/* END Dt.Starter */
/* VWETTENKRAM

.wettschein .raceseries { 
    bottom: 0;
    position: relative;
    right: 0;
}

div.wettschein .mark { 
	background-color:#ccc;
	width:20px;
}

div.wettschein input { 
    margin:0 0 0 6px;
	padding:0 0 0 6px;
}*/
/* Race series */
#bs #bsh .raceseries {
    bottom: 0;
    position: absolute;
    right: 0;
}
#bs .raceseries .races {
    background: none repeat scroll 0 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #333;
    padding: 8px 10px 2px 4px;
}
#bs .raceseries .racenr {
    background: none no-repeat scroll;
    color: #FFF;
	display: inline-block;
	width: 21px;
    height: 21px;
    padding: 0;
	font-size:15px;
    text-align: center;
    text-decoration: none;
	line-height: 21px;
	border-radius: 2px;
}
#bs .raceseries .racenr.open { background: url("/nav/img/racestatus_offen.gif") no-repeat; }
#bs .raceseries .racenr.close { background: url("/nav/img/racestatus_zu.gif") no-repeat scroll; }
#bs .raceseries .racenr.active { background: url("/nav/img/racestatus_hover.gif") no-repeat scroll; }
#bs .raceseries .racenr:hover { background: url("/nav/img/racestatus_hover.gif") no-repeat scroll; }
/* END Race series */
/* END Einzelübersicht */

/* Tabellen */

table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
}

div.wettschein {
	font: normal 12px/1.2em Arial,Helvetica,sans-serif;
}
div.wettschein table {
	border: 1px solid #bbb;
	background-color:#fff;
	margin-top:5px;
	margin-bottom:10px;
	width:730px;
	float: left;
}
div.wettschein th {
    background-color: #E5E5E5;
    border-bottom: 1px solid #0B356F;
    color: #0B356F;
    font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
div.wettschein td {
	vertical-align:middle;
	padding:4px;
	/*height:38px;*/
	/* height:26px; */
	height:34px;
}

.rght {
	text-align:right !important;
}
div.wettschein .bright {
	background-color:#eee;
}
div.wettschein .baender {
	border-top:1px solid #0B356F;
}
div.wettschein .footer1 {
	border-top:1px solid #0B356F;
	font-weight:bold;
}
div.wettschein .footer2 {
	color:#0B356F;
	background-color:#e5e5e5;
	border-top:1px solid #0B356F;
	border-bottom:1px solid #0B356F;
	font-weight:bold;
	vertical-align:middle;
}
div.wettschein a {
	font-weight:bold;
}
div.wettschein .trickot {
	float:left;
	margin-top:2px;
	margin-right:10px;
}
div.wettschein .wrap {
	background: url("/nav/img/bg_wettscheinabgeben.gif") no-repeat;
	font-weight:bold;
	font-size:14px;
	width:200px;
	height:25px;
	padding-top:9px;
	text-align:center;
	float:right;
}
div.wettschein  a.wrap {
	color:#fff;
	font-weight:bold;
}
div.wettschein a.wrap:hover {
	background: url("/nav/img/bg_wettscheinabgeben_hov.gif") no-repeat;
	cursor:pointer;
}
div.wettschein .flag {
    background: none no-repeat scroll 0px 2px;
    padding: 0 0 0 20px;
    position: absolute;
    white-space: nowrap;
}
div.wettschein table.tax {
	background-color:#e5e5e5;
	border:0px solid #e5e5e5;
	width:150px;
}
div.wettschein table.tax td {
	height:auto;
	padding:0;
	margin:0;
}
.reset {
	margin-right: 20px;
}
.attention {
	float:left;
	margin: -2px 0 0 0;
	padding:0 0 0 25px;
}
div.wettschein .startno {
	font-weight:bold;
	padding-left: 2px;
}
div.wettschein .startno_normal {
	font-weight:normal;
	padding-left: 2px;
}
div.wettarten {
	border:1px solid #bbb; 
	background-color:#e5e5e5;
	border-collapse:collapse;
	font-weight:bold;
	margin-bottom:5px;
}
div.wettarten .title {
    color: #0B356F;
    margin: 0;
    padding: 6px 0 0 10px;
	font-size:12px;
	text-shadow: 0px 0px 2px white;
}
div.wettarten .text {
	float:left;
    margin: 10px;
}
div.wettarten tr  {
    border-bottom: 1px solid #ddd;
}
div.wettarten td  {
    font-size:10px;
}
.wettarten .wsinput {
	font: normal 11px Arial,Helvetica,sans-serif;
    width: 96px;
	background-color:#eee;
	border: 1px solid #0B356F;
	margin-left:10px;
}
ul.wette {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.wette li {
    display: inline;
	position:relative;
	float: left;
    font: bold 11px/1.0em Arial,Helvetica,sans-serif;
    list-style: none outside none;
	background: url("/nav/img/wettarten_bgwette.gif") no-repeat;
    margin: 0 !important;
    padding: 0;
    text-align: center;
	vertical-align: middle;
    width: 96px;
	height: 24px;
	line-height: 24px;
	overflow:hidden;
}
div.wettarten ul.wette li a {
    color: white;
    float: left;
    text-decoration: none;
	/*background: url("/nav/img/wettarten_bgwette.gif") no-repeat;*/
    color: #333;
    height: 24px;
    margin: 0;
    padding: 0;
    width: 96px;
}
div.wettarten ul.wette li.fr,
div.wettarten ul.wette li.act.fr {
    background: url("/nav/img/wettarten_bgwette_30.gif") no-repeat;
    color: white;
	float: left;
	height: 30px;
    margin: 0;
    padding: 0;
}
div.wettarten ul.wette li.fr a{
	height: 32px;
	line-height: 30px;
}
div.wettarten ul.wette li.fr.alt a{
	line-height: 14px;
}
div.wettarten ul.wette li a:hover, 
div.wettarten ul.wette li.act {
    background: url("/nav/img/wettarten_bgact.gif") repeat-x;
    color: white;
	float: left;
    margin: 0;
    padding: 0;
}
div.wettarten ul.wette li.act {
	animation: buttonAktivierAnimation 0.15s ease 0s;
	z-index: 200;
	box-shadow: 0 0 1px 2px #07203d;
}
/*div.wettschein input[type=checkbox]:checked  {
	animation: buttonAktivierAnimation 0.15s ease 0s;
	box-shadow: 0 0 1px 2px #07203d;
}*/
@keyframes buttonAktivierAnimation {
  0% { box-shadow: 0 0 1px 0 #07203d }
  100% { box-shadow: 0 0 1px 3px #07203d }
}
div.wettarten ul.wette li.act a{
    background: url("/nav/img/wettarten_bgact.gif") repeat-x;
    color: white;
	float: left;
    margin: 0;
    padding: 0;
}

div.wettarten ul.wette li a.disabled{
    background: url("/nav/img/wettarten_bgdisabled.gif") repeat-x;
    color: white;
	float: left;
    height: 24px;
    margin: 0;
    padding: 0;
}

.wettarten.france {
	background: url("/nav/img/ws_france.gif") no-repeat #e5e5e5;
}
div.francecombis table {
	border-collapse:collapse;
	border:1px solid #bbb;
	margin:0 0 10px 0;
	padding:0;
}
div.francecombis td{
	border:1px solid #bbb;
	padding:0 3px;
	width:10%;
}

.ergebnis {
	width: 730px;
	float:left;
}

.result p {
	position:relative;
	font-size:11px;
	padding:0 10px;
	width:730px;
	height:15px;
	overflow:hidden;
}

.result a {
	font-size:12px;
}

#accordion {
	width:750px;
}

/*Wettarten Accordions*/
h6.uk-accordion-title {
	background-color: #fff;
	color: #0b356f;
	font: bold 16px/1.5em Arial,Helvetica,sans-serif;
	margin: 10px 0;
	padding: 10px 8px;
	box-shadow: 0 0 0 1px #0b356f inset;
	border-radius: 4px;
}
h6.uk-accordion-title.uk-active {
	background-color: #0b356f;
	color: #fff;
}

/* Schweden */
.vact {
	/* background-color:#811d4e !important; */
	/* purple: E0C6D3 - 811d4e */
	/* blue: AAB8CD - 0B356F */
	background-color: #CCCCCC !important;
	/*border-left: 2px solid #555555;
	border-right: 2px solid #555555;*/
	color: #FFF;
}
th.vact {
	/* border-top: 2px solid #555555; */
}
.footer1.vact {
	/* border-bottom: 2px solid #555555; */
}

.vAct1,.vAct2,.vAct3,.vAct4,.vAct5,.vAct6,.vAct7,.vAct8{
	
	
}
/* END Wettschein */

/* Content */
div.right {
	float:left;
	padding:0;
	width: 752px;
	margin:16px 8px 0 10px;
	font: normal normal 12px/1.5em Arial,Helvetica,sans-serif;
	z-index:-999;
}

.right h1 {
	font: bold 18px/1.5em Arial,Helvetica,sans-serif;
	color:#0b356f;
	padding-bottom:0;
	margin-bottom:8px;
}
.right h2 {
	font: bold 16px/1.5em Arial,Helvetica,sans-serif;
	color:#0b356f;
	padding-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	width:745px;
}

.right h5 {
	margin-top:10px;
	font-weight: bold;
}

.infobox {
	padding-left:5px;
	background-color:#eee;
	margin-right:10px;
	margin-bottom:10px;
}

.right h3 {
	font: bold 14px/1.5em Arial,Helvetica,sans-serif;
	color:#0B356F;
	padding:0;
	margin:0;
}
.right h4 {
	font: bold 12px/1.5em Arial,Helvetica,sans-serif;
	color:#0B356F;
	padding:0;
	margin:0
	}
.right p {
	margin:10px 10px 10px 0;
}
.right ol,.right ul {
	float: none;
	clear: none;
}
.right ol li {
	margin: 0 15px 0 15px;
	padding: 0px;
}

.right ul li {
	margin: 0 15px 0 15px;
	padding: 0px;
}
.right .input {
	font: normal bold 11px Arial,Helvetica,sans-serif;
	margin: 3px 10px 3px 10px;
	padding-left: 3px;
	border:1px solid #666;
	width:173px;
	background:url(/nav/img/search_bg.gif) repeat-x #ececec;
	box-sizing: border-box;
}
input[type="submit"], #captcha {
	margin-left:10px;
}
input[type="submit"] {
	padding: 2px 7px;
}
.formtextonly {
	margin-left: 10px;
}
.right .formerror {
	border:1px solid #000;
	background: none no-repeat #aa376e;
	color:#fff;
	margin-right:10px;
}
.error {
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
}
.notice {
	display:block;
	padding-left:10px;
}
.right hr {
	height:1px;
	border-top:dotted 0.3pt #aa376e;
	border-left:0; border-right:0; border-bottom:0;
}
.selector {
	float:left;
	font: normal 12px/1.5em Arial,Helvetica,sans-serif;
	padding:0;
	margin:2px 0 0 0;
	color:#999;
	max-width:200px;
	/*background:url(/nav/img/bgselectbox.gif) repeat-x;
	border:none;*/
}

/* START Formulare */
div.form  {
	background-color: #FFF;
    border: 1px solid #BBBBBB;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 750px;
}

div.form input{
	margin-top:10px;
}
div.form h1{
	line-height:18px;
	overflow:hidden;
	background: url("/nav/img/banner.gif") no-repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #0B356F;
    color: #0B356F;
    height: 35px;
    margin: 0;
    padding: 10px;
    position: relative;
}

div.form h2 {
	width:734px;
}

div.form p {
	margin-left:10px;
}
/* START Tables Formulare*/

div.form table {
	margin-bottom: 10px;
	margin-top: 5px;
    width: 750px;
	border-collapse:collapse;
}

div.form th, div.form td {
    margin-bottom: 10px;
    margin-top: 5px;
	padding-left:10px;
}

div.form th{
	color:#333;
	text-align:left;
	font-weight:bold;
	background:url(/nav/img/tabhead.gif) repeat-y;
}

div.form th a{
	color:#333;
}

div.form tr .bright {
	background:url(/nav/img/tab_hell.gif) repeat-y;
}

.checkboxradio input[type="checkbox"],.checkboxradio input[type="radio"] {
    display: none;
}
.checkboxradio input[type="checkbox"] + label::before {
    content: "";
}
.checkboxradio input[type="checkbox"] + label::after {
    content: "";
    opacity: 0;
    transition: all 0.2s ease 0s;
}
.checkboxradio input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
.checkboxradio input[type="radio"] + label::before {
    content: "";
}
.checkboxradio input[type="radio"] + label::after {
    content: "";
    opacity: 0;
    transition: all 0.2s ease 0s;
}
.checkboxradio input[type="radio"]:checked + label::after {
    opacity: 1;
}
.checkboxradio label::before, .checkboxradio label::after {
    color: #194386;
    font-family: "FontAwesome";
    font-size: 21px;
    left: 0;
    position: absolute;
    top: 0;
}
.checkboxradio label {
    cursor: pointer;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
/* END Tables Formulare*/
/* END Formulare */

/* START Tables  Kontoauszug*/
div.tab table {border-top:1px #999 solid;border-right:1px #999 solid;border-bottom:1px #999 solid;border-collapse:collapse; margin:0 5px; width:740px;}

div.tab th, div.tab td, div.tab p {
	padding:5px;
	font: normal 12px Arial,Helvetica,sans-serif;
	background:url(/nav/img/tab_dunkel.gif) repeat-y #e6e6e6;
	height:12px;
	color:#555;
}

div.tab th{
	color:#333;
	text-align:left;
	font-weight:bold;
	background:url(/nav/img/tabhead.gif) repeat-x #ddd;
	border-bottom:1px solid #999;
}

div.tab th a{
	color:#333;
}

div.tab tr .bright {
	background:url(/nav/img/tab_hell.gif) repeat-y;
}

div.tab img {
	float:none;
	margin:0;
	padding:0;
}

.content .marker {
	background-color:#ccc;
	padding:0 10px;
}

div.tab .line {
	margin:0;
	padding:0;
	background:url(/nav/img/abstand.gif) no-repeat #ddd;
}

div.tab .highlight {
	background:url(/nav/img/abstand.gif) no-repeat #ddd;
}
/* END  Tables Kontoauszug*/

.inputfav {
	font: normal 11px Arial,Helvetica,sans-serif;
	margin: 3px 10px 3px 0;
	border:1px solid #666;
	width:500px;
	background:url(/nav/img/search_bg.gif) repeat-x #ececec;
}

.footer2 input{
	margin-left:0;
}

/* left Column */
div.left {
	clear:both;
	float:left;
	margin:16px 0px 20px 10px;
	padding: 0;
	font: normal 11px/1.5em Arial,Helvetica,sans-serif;
	width: 200px;
	color:#666;
	overflow: hidden;
}

/* Footer */
div#footer {
	clear:both;
	position:relative;
	width:100%;
	height:80px;
	background:url(/nav/img/footer-left.png) repeat-x scroll 0 0 #F4F4F4;
}
div#footer .wrapper {
	background:url(/nav/img/footer-content.png) no-repeat scroll 0 0;
	height:80px;
	position: relative;
	z-index: 10;
}
div#footer .footer-right {
	background:url(/nav/img/footer-right.png) repeat-x scroll 0 0;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	width: 50%;
	height:80px;
}

/* Navigation oben*/
ul.toplinks {
	list-style: none inside none;
	margin:0;
	padding: 0;
}
ul.toplinks li {
	font: bold 13px/1.8em Arial,Helvetica,sans-serif;
	margin: 0 14px;
	padding:1px 0;
	color: #fff;
	width:190px;
	overflow:hidden;
	text-overflow:ellipsis;
}
ul.toplinks li a {
	font-weight:normal;
	color: #fff;
	text-decoration: none;
}

ul.toplinks li a:hover {
	/*olor: #e85796;*/
	text-decoration: underline;
}

ul#toplinks li a#active-toplink, ul#toplinks li a:hover {
	color: #ee7f01;
}

/* Navigation unten*/
ul.bottomlinks {
	bottom: 1px;
	list-style: none inside none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	max-width: 487px;
	max-height: 29px;
	overflow: hiddeN;
}
ul.bottomlinks li{
	margin:0;
	padding:0;
    border-right: 1px solid #0A3064;
	float:			left;
	position:		relative;
}
ul.bottomlinks li:last-child,
ul.bottomlinks li a:last-child {
	border-right: none;
}
ul.bottomlinks li a {
	color: #FFFFFF;
	display: block;
	font: 12px/29px Arial,Helvetica,sans-serif;
	height: 29px;
	border-right: 1px solid #082549;
	padding: 0 9px;
	position: relative;
	text-decoration: none;
}
ul.bottomlinks li a:hover {
	text-decoration: none;
	background: url('/nav/img/toplinksact_bg.gif') repeat-x scroll 0 0;
}

/* Hauptnavigation - Bereiche */

/*** ESSENTIAL STYLES ***/
.menusf-menu, .menusf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menusf-menu {
	line-height:	1.0;
	float:			left;
	height: 30px;
	border-right: 1px solid #0A3064;
}
.menusf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px;  /*left offset of submenus need to match (see below) */
	margin-top:		2px;
	border-bottom:  1px solid #333;
}
.menusf-menu ul li {
	width:			100%;
}
.menusf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menusf-menu li {
	border-left: 1px solid #0A3064;
	border-right: 1px solid #082549;
	float:			left;
	position:		relative;
}
.menusf-menu > li:first-child {
    border-left: medium none;
}
.menusf-menu a {
	display:		block;
	position:		relative;
}
.menusf-menu li:hover ul,
.menusf-menu li.sfHover ul {
	left:			0;
	top:			27px;/*2,5em; /* match top ul list item height */
}
ul.menusf-menu li:hover li ul,
ul.menusf-menu li.sfHover li ul {
	top:			-999em;
	z-index:		1000;
}
ul.menusf-menu li li:hover ul,
ul.menusf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0px;
}

/*** SKIN ***/
.menusf-menu a {
	/*border-top:	1px solid #CFDEFF;*/
	/*margin: 		5px 0 5px 0;/*.75em 1em;*/
	padding: 		6px 9px 7px;/*.75em 1em;*/
	text-decoration:	none;
	font:			normal 14px Arial,Helvetica,sans-serif;
	position:		relative;
	color:#fff;
}
.menusf-menu li li a:visited  {
	color: 			#202020;
}
.menusf-menu li li li a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: 			#202020;
}
.menusf-menu li li {
	background:		#fff;
	font:			normal 14px Arial,Helvetica,sans-serif;
	color:			#202020;
	padding: 		0;
	border-left:	1px solid #666;
	border-top:		1px dotted #666;
	border-right:	1px solid #666;
}
.menusf-menu li li a{     /*Submenu*/
	color: 			#202020;
	border: 		0px;
	padding: 		3px 15px;
	font-size:		12px;
}
.menusf-menu li li:hover, .menusf-menu li li.sfHover,
.menusf-menu li li a:focus, .menusf-menu li li a:hover, .menusf-menu li li a:active {
	color: 			#fff;
	outline:		0;
	text-decoration: none;
}
.menusf-menu li li li:hover, .menusf-menu li li li.sfHover,
.menusf-menu li li li a:focus, .menusf-menu li li li a:hover, .menusf-menu li li li a:active {
	color: 			#202020;
	outline:		0;
}
.menusf-menu li li a > img {
	vertical-align: middle;
}
.menusf-menu li:hover,
.menusf-menu li a:hover,
.menusf-menu li a:active,
.menusf-menu li a:focus,
ul.menusf-menu  a.forum:hover,
ul.menusf-menu  a.kontoin:hover,
ul.menusf-menu  a.kontoout:hover,
ul.menusf-menu  a.externlink:hover
{
	background:		url('/nav/img/toplinksact_bg.gif') repeat-x 0 0;
	color:			#fff;
	outline:		0;
	text-decoration: none;
}
.menusf-menu li li:hover, .menusf-menu li.sfHover, .menusf-menu li li a:hover {
	background:		#aa376e;
	color:			#fff;
	outline:		0;
}
.menusf-menu a:focus, .menusf-menu a:active {
	color:			#000;
}
ul.menusf-menu li#current {
	background:		url('/nav/img/toplinksact_bg.gif') repeat-x;
	color:			#000;
}
ul.menusf-menu  a.forum,
ul.menusf-menu  a.kontoin,
ul.menusf-menu  a.kontoout
/*ul.menusf-menu  a.externlink*/ {
	padding-right:30px;
	/*background:url('/nav/img/bg_menu2.gif') repeat-x;*/
}
.trabGalopp {
	position:absolute;
	background: url('/nav/img/trab-galopp.png') no-repeat;
	width:200px;
	height:125px;
	bottom:30px;
	z-index:-10000;
}

/* START Kalender*/
table.events{
	border-collapse: collapse;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px;
	font: 11px Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	width: 200px;
}
table.events td {
	text-align:center;
	margin:0;
	padding:0;
}
table.events hr{
	border-top: none;
	border-right:none;
	border-bottom:1px solid #999;
	border-left:none;
}
td.kh{
	font-weight:bold;
	color:#333;
}
table.events td.kh {
	font-weight: bold;
	height: 16px;
	padding: 10px 0 0;
}
table.events td.kh a span{
	box-shadow: 0 0 2px 2px #07203d; 
	padding: 0 3px;
}
table.events td.events-spacer {line-height: 3px;}
td.kd { /*Tage oben*/
	font-weight:bold;
	color:#0b356f;
}
td.tag {
	color:#444;
}
td.tag a:hover, td.tagheute a:hover{
	color:#fff;
	background-color:#0b356f;
}
table.events a {
	color: #0B356F;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
td.tagheute {
	border:1px solid #666;
	color:#000;
	background-color:#eee !important;
}
td.tagaktuell {
	background-color:#aa376e !important;
}
td.tagaktuell a {
	color:#fff;
}
/* END Kalender*/

#bs .info .wimpel {
	width: 355px;
}


.tooltipbox{
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.tooltiptext{
	font-weight: normal;
	font-size:12px;
	padding:5px;
	display:none;
	position:absolute;
	width:125px;
	top:25px;
	left:0px;
	background-color:#E5E5E5;
	color:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
	box-shadow: 0px 0px 7px #000 ;
	border:1px solid #BBBBBB;
	text-align: left;
	z-index:1001;
}

.tooltipbox:hover .tooltiptext{display:inline;}

/* UI Carousel */
#carousel-container {
	float: left;
	width: 569px;
	position:relative;
}
div.slide.box {
	border: medium none;
	margin-right: 0;
	
}
#carousel-container  .ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px;
	border-radius:10px;
	border:1px solid #0664C6;
	box-shadow: 1px 1px #092A55 inset, -1px -1px #092A55 inset, 2px 2px #0358AB inset, -2px -2px #0358AB inset;
}

#carousel-container  .ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

#carousel-container  .ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}

#carousel-container  #ui-carousel-next{
	background: url('/nav/img/page-right.png') center center no-repeat;
	display: block;
	width: 16px;
	height: 13px;
	margin: 6px 0px 0px 0px;
	float: left;
}

#carousel-container  #ui-carousel-prev{
	background: url('/nav/img/page-left.png') center center no-repeat;
	display: block;
	width: 16px;
	height: 13px;
	margin: 6px 2px 0px 0px;
	float: left;
}
#carousel-container #slider_menu{
	position: absolute;
	bottom: 10px;
	width:300px;
	left:20px;
	margin:0 auto;
	text-align:center;
	display:block;
}
#carousel-container  #pages {
	height: 13px;
	margin: 5px auto 0 auto;
	float: left;
}

#carousel-container .bullet {
	background: url('/nav/img/page-off.png') center center no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0;
	margin-right: 2px;
	float: left;
}

/* UI Carousel END*/

.cms_pagination {
	float: right;
	margin-bottom: 5px;
}

/*
	Pagination
*/
.pagination {
	float: right;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 8px;
	font-family: Sans-serif, Arial;
}
.pagination span {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 13px;
	margin: 2px 0 2px 4px;
}
.pagination span a {
	display: block;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #303030;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
}
.pagination span a:hover, * .pagination span a:active {
	background-color: #bbb;
	border: 1px solid #303030;
}
.pagination span.pagination_active {
	background-color: #303030;
	border: 1px solid #303030;
	color: #fff;
	font-size: 11px;
	padding: 1px 5px 2px 5px;
}
.pagination_select {
	font-size: 11px;
	line-height: 13px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #303030;
	padding-top: 1px;
	padding-left: 3px;
	margin-top: 2px;
	margin-left: 4px;
	text-decoration: none;
}
.pagination_select_div {
	float: left;
}

/* Styles specific to this particular page */
.scroll-pane,
.scroll-pane-arrows
{
	width: 100%;
	height: 90px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 90px;
}
/* Linkbox - Home */
ul.linklist {
	background: #003669; /* Old browsers */
	background: -moz-linear-gradient(top,  #003669 0%, #092a55 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003669), color-stop(100%,#092a55)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003669 0%,#092a55 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003669 0%,#092a55 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003669 0%,#092a55 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #003669 0%,#092a55 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003669', endColorstr='#092a55',GradientType=0 ); /* IE6-9 */

    border-radius: 10px;
    box-shadow: 1px 1px #092A55 inset, -1px -1px #092A55 inset, 2px 2px #0358AB inset, -2px -2px #0358AB inset;
    float: left;
    font: 11px/1.5em Arial,Helvetica,sans-serif;
    height: 186px;
    margin: 0 0 10px;
    padding: 7px 8px;
}
ul.linklist li {
    background: url("/nav/img/linklist-btn.png") no-repeat scroll 0 0;
    height: 41px;
    line-height: 41px;
    list-style: none outside none;
    margin: 0 0 8px;
    max-height: 41px;
    max-width: 181px;
    overflow: hidden;
    width: 164px;
}
	ul.linklist li:hover {
		background: url("/nav/img/linklist-btn-hover.png") no-repeat scroll 0 0;
	}
ul.linklist li a{
    background-image: url("/nav/img/linklist-btn-icons.png");
    background-repeat: no-repeat;
    color: #003669;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    padding-left: 45px;
    text-shadow: 0 1px #E5E7EB;
    text-transform: uppercase;
}
	ul.linklist li.icon-stream a{background-position: -2px 0px;}
	ul.linklist li.icon-archiv a{background-position: -1px -41px;}
	ul.linklist li.icon-aktionen a{background-position: -1px -82px;}
	ul.linklist li.icon-kontakt a{background-position: -2px -121px;}
	ul.linklist li a span{
		display:inline-block;
		width:110px;
		padding: 0;
		line-height:1em;
		vertical-align:middle;
	}
ul.linklist li:hover a{
	text-decoration:underline;
}
.horse_tooltip {
	display:block;
}
.horse_tooltip > .tooltip_htext {
	position: absolute;
	display: none;
	padding: 7px;
	margin: 16px 0 0 43px;
	border: 1px solid #bbbbbb;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-align: left;
	background: #f7f7f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
	box-shadow: 0px 0px 7px #000 ;
	z-index: 1001;
}
.horse_tooltip > .tooltip_htext > .trow {
	padding: 2px 0;
}
.horse_tooltip:hover > .tooltip_htext {
	display: block;
}
/************************************* Iconsprites */
/**** Iconsprite-1 ****/
.iconsprite-1 {
	background: url(/nav/img/iconsprite.png) no-repeat 0 0;
	display: inline-block;
	width: 22px;
	height: 22px;
}
.iconsprite-1.greenman {background-position: -13px -301px;}

.iconsprite-1.pink.dollar {background-position: -13px -9px;}
.iconsprite-1.blue.dollar {background-position: -73px -9px;}
.iconsprite-1.dollar {background-position: -43px -9px;}

.iconsprite-1.pink.globe {background-position: -13px -38px;}
.iconsprite-1.blue.globe {background-position: -73px -38px;}
.iconsprite-1.globe {background-position: -43px -38px;}

.iconsprite-1.pink.trophy {background-position: -13px -68px;}
.iconsprite-1.blue.trophy {background-position: -73px -68px;}
.iconsprite-1.gold.trophy {background-position: -45px -300px;}
.iconsprite-1.trophy {background-position: -43px -68px;}

.iconsprite-1.pink.clock {background-position: -13px -97px;}
.iconsprite-1.blue.clock {background-position: -73px -97px;}
.iconsprite-1.clock {background-position: -43px -97px;}

.iconsprite-1.pink.lock {background-position: -13px -127px;}
.iconsprite-1.blue.lock {background-position: -73px -127px;}
.iconsprite-1.lock {background-position: -43px -127px;}

.iconsprite-1.pink.bubble {background-position: -13px -157px;}
.iconsprite-1.blue.bubble {background-position: -73px -157px;}
.iconsprite-1.bubble {background-position: -43px -157px;}

.iconsprite-1.pink.arrow {background-position: -13px -184px;}
.iconsprite-1.blue.arrow {background-position: -73px -184px;}
.iconsprite-1.arrow {background-position: -43px -184px;}
/**** Iconsprite-1 - Custom ****/
.menusf-menu a span.iconsprite-1 {position: absolute;right: 4px;top: 4px;}
/*.menusf-menu a:hover span.iconsprite-1.lock {background-position: -13px -127px;}
.menusf-menu a:hover span.iconsprite-1.bubble {background-position: -13px -157px;}*/
.iconsprite-1.horse {background-position: -16px -258px;height: 27px;left: 0;position: absolute;top: 0;width: 90px;}
.iconsprite-1.bigarrow {
	background-position: -60px -218px;
	display: inline-block;
	float: left;
	height: 26px;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 32px;
}
div.box h2 .iconsprite-1 {
	position: absolute;
	left: 5px;
	top: 3px;
}
/* Banner Spielsucht */
.box.spielsucht {border: none;margin-left: 2px;}
.spielsucht a {
	background: url("/nav/img/banner-spielsucht.png") no-repeat 0 0;
	width: 746px;
	height: 45px;
	display: block;
	position: relative;
	border-radius: 10px;
	color: #fff;
}
.spielsucht a:hover {color: #fff;}
.box.spielsucht span {position: relative;display: block; font-size: 18px;text-shadow: 2px 2px 2px rgba(0,0,0,0.5);letter-spacing: 1px;}
.box.spielsucht span.line1 {left: 202px;top: 5px;}
.box.spielsucht span.line2 {font-size: 15px;left: 190px;top: 8px;}








.calendar{
}

.archiv-calendar{
	font-size: 14px;
	width: 434px;
	height: 186px;
}
.archiv-calendar .calendar-headline{
	font-weight: bold;
	background-color: #2f2f2f;
	text-align: center;
	height: 27px;
	color: #4b6db6;
	padding-top: 10px;
}

.archiv-calendar .calendar-headline span a{
	color: inherit;
}

.archiv-calendar .calendar-headline .title{
	color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
}

.archiv-calendar .calendar-days{
	height: 22px;
	color: #000000;
	font-weight: bold;
	background-color: #dddddd;
}

.archiv-calendar .calendar-days div{
	float: left;
	width: 62px;
	text-align: center;
	padding-top: 4px;
	height: 18px;
}

.archiv-calendar .calendar-content{
	height: 22px;
	color: #000000;
	font-weight: normal;
}

.archiv-calendar .calendar-content{
	height: 22px;
	color: #000000;
	font-weight: normal;
}

.archiv-calendar .calendar-content div{
	float: left;
	width: 62px;
	text-align: center;
	padding-top: 4px;
	height: 18px;
}

.archiv-calendar .calendar-content div a{
	color: inherit;
	font-weight: inherit;
}

.archiv-calendar .days div.inactive{
	color: #b8c3d4;
}

.archiv-calendar .days div.inactive:hover{
	background-color: #ffffff;
}

.archiv-calendar .days div a{
	display: block;
	height: 100%;
	width: 100%;
}

.archiv-calendar .days div.selected{
	background-color: #4b6db6;
}

.archiv-calendar .days div:hover{
	background-color: #4b6db6;
}

.archiv-calendar .days-headline{
	
}

div #betinfo_text {
	border:1px solid #bbb; 
	background-color:#e5e5e5;
	border-collapse:collapse;
	margin-bottom:5px;
	min-height:100px;
}
div #betinfo_text tr  {
}
div #betinfo_text td  {
    font-size:12px;
	padding-right: 10px;
	text-align: justify;
}
div #betinfo_text .title {
    color: #666666;
	font-weight: bold;
	font-size:13px;
	margin-left: 10px;
	margin-right: 10px;
}
div  #betinfo_text .text {
}

.help_button_0 {
    background:url(/nav/img/help_0.png) no-repeat;
    cursor:pointer;
    width: 24px;
    height: 24px;
    border: none;
}

.help_button_1 {
    background:url(/nav/img/help_1.png) no-repeat;
    cursor:pointer;
    width: 24px;
    height: 24px;
    border: none;
}

/*Bets*/
#bets > h2 {
}
#bets > h2:last-of-type {
}
#bets > p {
    border-bottom: 1px solid #9b2f64;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
}
#bets > p:last-of-type {
    border: none;
    margin-bottom: 0;
    padding: 0;
}
.androidrtsplink {
	font-size:60px;
	margin: 30px 0 0 30px;
	width:280px;
	margin: 100px auto;
	text-align:center;
	text-transform:uppercase;
}
.androidrtsplink a{
	color:#fff;
}

.playlink {
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.disp_none {
	display: none !important;
}
.next_race_box {
	margin-bottom: 6px;
}

.starterlist.next_race_box .calendar-head{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.derby_overview {
	width: 748px;
}
div.box.nxtraces.derby_overview h2 {
	width: 100%;
    box-sizing: border-box;
    height: 28px;
}
div.box.nxtraces.derby_overview .scroll-pane {
	width: 100%;
}
div.box.nxtraces.derby_overview  .row {
	box-sizing: border-box;
	float: left;
	width: 100%;
	height: 18px;
	clear: none;
}
/*
div.box.nxtraces.derby_overview  .row:nth-child(even) {
	padding-left: 19px;
	padding-right: 0;
}
div.box.nxtraces.derby_overview  .row:nth-child(even) .city {
	width: 138px;
}
*/
div.box.nxtraces.derby_overview  .row.empty {
	width: 100%;
}
div.box.nxtraces.derby_overview  .jspPane {
	width: 740px !important;
}
.horseshoe {
	top:2px;
}

.limitInput {
	text-align: right;
	margin-right: 2px !important;
}

.backToRaceLink{
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}


/* #################### Custom checkboxes ##################### */
@keyframes cbContainerAktivierAnimation {
  0% { box-shadow: 0 0 1px 0 #0B356F }
  100% { box-shadow: 0 0 1px 3px #0B356F }
}

.cbContainer {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: auto;
}

/* Hide the browser's default checkbox */
.cbContainer input {
	position: absolute;
	opacity: 0;
}

/* Create a custom checkbox */
.cbContainer .checkmark {
  position: relative;
  display: block;
  margin: auto;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #0B356F;
}

/* On mouse-over, add a light purple background color */
.cbContainer:hover input ~ .checkmark {
  background-color: #CD97B2;
}

/* When the checkbox is checked, add a purple background */
.cbContainer input:checked ~ .checkmark {
  background: url("/nav/img/wettarten_bgact.gif") repeat-x;
  animation: cbContainerAktivierAnimation 0.15s ease 0s;
  box-shadow: 0 0 1px 2px #0B356F;
}

/* When the checkbox is disabled, make it grey */
.cbContainer input:disabled ~ .checkmark {
  background-color: #eee;
  border: 2px solid #889BB5;
}

/* hide checkmark/indicator when not checked */
.cbContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show checkmark when checked */
.cbContainer input:checked ~ .checkmark:after {
  display: block;
}

/* checkmark/indicator */
.cbContainer .checkmark:after {
  z-index: 1000;
  left: 5px;
  top: 0px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* #################### Custom checkboxes ##################### */
.blink {
	/*animation: blinkAnimation 2s ease 0s;*/
}
@keyframes blinkAnimation {
  0% {
	  text-shadow: none;
  }
  50% { 
	text-shadow: red -1px -1px,
				   red  0px -1px,
				   red  1px -1px,
				   red  -1px 0px,
				   red  0px 0px,
				   red  1px 0px,
				   red  -1px 1px,
				   red  0px 1px,
				   red  1px 1px;
  }
  100% { 
		text-shadow: none;
  }
}

.pools {
	color: white;
	background-color: #fff;
	color:#000;
	clear:both;
	float:left;
	width:720px;
	padding:5px;
	margin-bottom:10px;
}
.pools {
	color:#000;
}
.pools > h2 {
	margin: 0px;
}
.pool {
	border: 2px solid #aa376e;
	width: 140px;
	float: left; 
	margin-right: 25px;
	padding: 0 3px;
	font-size: 13px;
	color: #000000;
}
.pool:nth-child(4n+1) {
	margin-right: 0px; 
}
.pool > .poolValue {
	float: right;
	font-weight: bold;
	margin-right: 10px;
	color: #0B356F;
	
}

/*Pools*/
#pools {}
#pools h2 {}
#pools .pool {
    float: none;
    border: none;
    width: auto;
    background-image: linear-gradient(0deg, #08213f, #0f438c);
    color: #fff;
    padding: 9px;
    border-radius: 2px;
    text-shadow: 0px 1px black;
    box-shadow: 0px 0px 0px 1px #08213f inset, 0px 0px 0px 2px #1656a6 inset;
    position: relative;
    font-weight: bold;
}
#pools .pool .poolValue {
    float: none;
    background-image: linear-gradient(0deg, #781848, #b13b75);
    color: #fff;
    padding: 6px;
    border-radius: 2px;
    margin: 0;
    box-shadow: 0px 0px 0px 1px #450e29 inset, 0px 0px 0px 2px #b13b75 inset;
    position: absolute;
    right: 6px;
    top: 3px;
}

/*Modal*/
.uk-modal {
	font: 400 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.uk-modal-dialog {
	border-radius: 2px;
}
.uk-modal-content .uk-modal-header {

    margin: -20px -20px 15px;
    padding: 15px 20px;
    background: url(/nav/img/banner.gif) top right #fafafa;
    border-radius: 2px 2px 0 0;
    border-bottom: 2px solid #0B356F;
}
.uk-modal-content .uk-modal-header h3 {
    color: #0B356F;
    text-transform: uppercase;
    font-weight: bold;
}
.uk-modal-footer {
    margin: 15px -20px -20px;
    padding: 15px 20px;
    border-top: 2px solid #0B356F;
    background-image: linear-gradient(to top, #e3e3e3, #f7f7f7);
    border-radius: 0 0 2px 2px;
}
.uk-modal-footer .uk-button {
    font-size: 14px;
    background-image: linear-gradient(0deg, #781848 44%, #b13b75 46%);
    color: #fff;
}
.uk-modal-footer .uk-button-primary {
    background: url("/nav/img/bg_wettscheinabgeben.gif") top right;
}

.distanzRow {
	background-color: #aa376e;
}
.distanzHeadLine {
	height: auto !important;
	border-top: 1px solid black;
	padding: 2px !important;
	color: white;
	font-weight: bold;
}

/*uk alert*/
.uk-alert {
	border-radius: 4px;
	border: 1px solid rgba(45,112,145,.3);
}