	body
	{
		background:#000;
		padding-top:100px;
	}
	
	@media (min-width:768px)
	{
		.hbaffix
		{
			position: fixed;
		}
		
		div#anker
		{
		display:none;
		}
		
		p.large
		{
			font-size:15px;
			color:#000;
		}
		
		ol li
		{
			font-size:15px;
			margin-bottom:12px;
		}
		
	}
	
	@media (max-width:767px)
	{
		body
		{
		padding-top:60px;
		}
		
		.hbaffix
		{
			position: static;
		}
		
		.hidexs
		{
			display:none;
		}
		
		div#anker
		{
			display:inline-block;
		}
		
		p.large
		{
			font-size:14px;
			color:#000;
		}
		
		ol li
		{
			font-size:14px;
			margin-bottom:12px;
		}
	}
	
	div#fixedtop
	{
		left:0;
		top:0;
		width:100%;
		height:80px;
		height:auto;
		position:fixed;
		z-index:20000;
	}
	
	.nav-pills > li.active > a,
	.nav-pills > li.active > a:hover,
	.nav-pills > li.active > a:focus 
	{
		font-family:roboto_condensedbold,Arial,Helvetica;
		font-size:17px;
		border:1px solid #29742A;
		border:1px solid rgba(41,116,42,1);
		background:transparent;
		color:#29742A;
		letter-spacing:0.5px;
    }
	
	.nav-pills > li > a
	{
		font-family:roboto_condensedregular,Arial,Helvetica;
		color:#29742A;
		border:1px solid #FFF;
		font-size:17px;
	}

	.nav-pills > li > a:hover,
	.nav-pills > li > a:focus 
	{
		background:transparent;
		border:1px solid #29742A;
		border:1px solid rgba(41,116,42,1);
	}
	
	.nav-pills > li > a.blink
	{
		border:1px solid #FFF;
		-webkit-animation-direction: normal;
		-webkit-animation-duration: .8s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-name: blinkingBorder;
		-webkit-animation-timing-function: linear;
		animation-direction: normal;
		animation-duration: .8s;
		animation-iteration-count: infinite;
		animation-name: blinkingBorder;
		animation-timing-function: linear;
	}
	
	.nav-pills > li > a.blink:hover
	{
		-webkit-animation-direction: normal;
		-webkit-animation-duration: .8s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-name: blinkingBorder;
		-webkit-animation-timing-function: linear;
		animation-direction: normal;
		animation-duration: .8s;
		animation-iteration-count: infinite;
		animation-name: blinkingBorderHover;
		animation-timing-function: linear;
		border:1px solid rgba(41,116,42,1);
	}

    @-webkit-keyframes blinkingBorder
	{
        0% {
            border-color: rgba(41,116,42,1);
        }
		
        50% {
            border-color: rgba(41,116,42,0);
        }

        100% {
            border-color: rgba(41,116,42,1);
        }
    }

    @keyframes blinkingBorder 
	{
        0% {
            border-color: rgba(41,116,42,1);
        }
		
        50% {
            border-color: rgba(41,116,42,0);
        }

        100% {
            border-color: rgba(41,116,42,1);
        }
    }
	
	@-webkit-keyframes blinkingBorderHover
	{
        0% {
            border-color: rgba(41,116,42,1);
        }

        100% {
            border-color: rgba(41,116,42,1);
        }
    }

    @keyframes blinkingBorderHover
	{
        0% {
            border-color: rgba(41,116,42,1);
        }

        100% {
            border-color: rgba(41,116,42,1);
        }
    }
	
	div#fixedtop h1
	{
	margin:0;
	padding: 12px 0;
	font-size:36px;
	text-align:center;
	font-weight:bold;
	}
	
	span.racenumber
	{
		font-size:20px;
		width:32px;
		height:32px;
		line-height:32px;
		text-align:center;
		color:#FC3;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
		background:rgba(0,0,0,.33);
		display:block;
		margin:0 auto;
	}
	
	.roundedbottom
	{
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		border-radius:  0 0 10px 10px;
	}
	
	.roundedtop
	{
		-moz-border-radius: 10px 10px 0 0;
		-webkit-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	
	.roundedall
	{
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
	.shadow
	{
		-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
		box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
	}
	
	.white85
	{
		background: transparent url(images/white85.png) repeat!important;
	}
	
	#main
	{
		width:100%;
		background: transparent url(images/white85.png) repeat!important;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		margin-bottom:12px;
		display:table;
	}
	
	table.derbynenntable,
	table.derbystartertable
	{
		font-family:roboto_condensedregular,Arial,Helvetica;
		width:100%;
		padding:0;
		border-collapse:collapse;
		border:1px solid rgba(255,255,255,.5);
		margin-bottom:20px;
	}

	table.derbynenntable strong,
	table.derbystartertable strong
	{
		font-family:roboto_condensedbold,Arial,Helvetica;
		font-weight:normal;
		letter-spacing:0.5px;
	}

	table.derbynenntable thead tr th
	{
		text-align:left;
		color:#FFF;
		font-size:15px;
		background:rgba(0,0,0,.45);
		font-weight:normal;
		padding: 7px 0 7px 7px;
	}
	
	table.derbystartertable thead tr th
	{
		text-align:left;
		color:#FFF;
		font-size:15px;
		background-color:#666;
		font-weight:normal;
		line-height:30px;
		padding: 0 0 0 7px;
	}

	table.derbynenntable tbody tr td
	{
		color:#000;
		font-size:15px;
		font-weight:normal;
		border-bottom:1px solid rgba(255,255,255,.4);
		padding-top:2px;
		padding-bottom:2px;
	}
	
	table.derbystartertable tbody tr td
	{
		color:#000;
		font-size:15px;
		font-weight:normal;
		border-bottom:1px solid #EEE;
		padding-top:3px;
		padding-bottom:3px;
	}

	table.derbynenntable tbody tr:nth-of-type(even),
	table.derbystartertable tbody tr:nth-of-type(even)
	{
		/* background-color:#F5F5F5; */
		background-color:rgba(0,0,0,.08);
	}

	table.derbynenntable tbody tr:nth-of-type(odd),
	table.derbystartertable tbody tr:nth-of-type(odd)
	{
		/* background-color:#FFF; */
	}

	table.derbynenntable tbody  tr td.left,
	table.derbystartertable tbody  tr td.left
	{
		padding-left:7px;
		text-align:left;
	}

	table.derbynenntable tbody tr td.center,
	table.derbystartertable tbody tr td.center
	{
		padding-right: 0;
		padding-left: 0;
		text-align:center;
	}

	table.derbynenntable tbody tr td.right,
	table.derbystartertable tbody tr td.right
	{
		padding-right:7px;
		text-align:right;
	}

	table.derbynenntable tbody tr td a,
	table.derbystartertable tbody tr td a
	{
		text-decoration:none;
		color:#C50000;
	}

	table.derbynenntable tbody tr td a:hover,
	table.derbystartertable tbody tr td a:hover
	{
		text-decoration:underline;
	}
	
	table.derbynenntable tbody tr td.grey,
	table.derbystartertable tbody tr td.grey
	{
	color:#888;
	font-style:italic;
	}	

	a.pdfbutton
	{
		display:block;
		text-decoration:none;
		font-family:Arial, Helvetica;
		color:#000;
		font-size:16px;
		text-align:left;
		margin: 0 0 5px 0;
		padding: 3px 6px 3px 60px;
		line-height: 36px;
		border:1px solid #CCC;
		text-shadow: 1px 1px 1px rgba(0,0,0,.1);
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		background: rgba(230,230,230,0.5) url(images/pdficonsmall.png) no-repeat 12px center;
	}

	a.pdfbutton:hover
	{
		border:1px solid #FFF;
		color:#D00;
		text-shadow: 1px 1px 1px rgba(80,0,0,.35);
		-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .66);
		-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .66);
		box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .66);
	}
	
	a.nolink
	{
		color:#888;
		font-style:italic;
		cursor:default;
	}