/**
 * 100% Dope Free CSS
 *
 * @package   IXP CMS Framework
 * @version   1.0  2007-11-27
 * @copyright Copyright (c) 2007, IXP internet solutions (www.ixp.nl)
 *
 */

* {
    padding:0;
    margin:0;
}

body, textarea {
    font-family:verdana;
    font-size:14px;
}

p {
    line-height:20px;
}

html {
    overflow: -moz-scrollbars-vertical;
}

body#site {
    text-align:center;
    border:none;
    background-color:#000;
    color:#fff;
}

#window {
    width:1024px;
    text-align:left;
    clear:both;
    margin:19px auto 0 auto;
    padding:0;
}

#head {
    width:100%;
    border-bottom:2px solid #fff;
    clear:both;
    display:block;
    float:left;
    position:relative;
}
#head h1 {
    font-size:14px;
    width:650px;
    text-align:center;
    color:#bbb;
    text-transform:lowercase;
    line-height:20px;
    margin-top:16px;
}
#dopefreelogo {
    position:absolute;
    top:-20px;
    left:0;
    width:185px;
    height:185px;
    background:transparent url(/images/logo.png) no-repeat top left;
}
#dopefreelogo a {
    margin:35px;
    width:115px;
    height:115px;
    display:block;
}
#dopefreelogo a span {
    display:none;
}

#breadcrumbs {
    width:802px;
    height:25px;
    margin:1px;
    display:block;
    float:left;
    line-height:25px;
    padding-left:10px;
    color:#666;
}

#breadcrumbs a {
    text-decoration:none;
    color:#008be3;
}

#breadcrumbs a:hover {
    text-decoration:underline;
}

#main {
    clear:both;
    display:block;
    float:left;
    padding:30px 66px 30px 258px;
    width:700px;
}

div.bg1 {
    background:#333 url(/images/bg/bg-1.jpg) top left repeat-y;
}
div.bg2 {
    background:#333 url(/images/bg/bg-2.jpg) top left repeat-y;
}
div.bg3 {
    background:#333 url(/images/bg/bg-3.jpg) top left repeat-y;
}
div.bg4 {
    background:#333 url(/images/bg/bg-4.jpg) top left repeat-y;
}
div.bg5 {
    background:#333 url(/images/bg/bg-5.jpg) top left repeat-y;
}
div.bg6 {
    background:#333 url(/images/bg/bg-6.jpg) top left repeat-y;
}
div.bg7 {
    background:#333 url(/images/bg/bg-7.jpg) top left repeat-y;
}

#homepage {
    clear:both;
    display:block;
    float:left;
    padding:0 0 0 0;
    width:1024px;
    height:640px;
    border:none;
    outline:none;
}

#content {
    padding:12px 5px 10px 14px;
}

#content a, div.content a {
    text-decoration:none;
    color:#008be3;
}

#content a:hover, div.content a:hover {
    text-decoration:underline;
}

#content p, div.content p {
    padding-bottom:20px;
}

#content h1, div.content h1 {
    font-size:36px;
    font-weight:normal;
    line-height:52px;
    color:#ee7701;
    vertical-align:top;
    margin-bottom:20px;
}

#content hr, div.content hr {
    border:none;
    color:#e5e5e5;
    background-color:#e5e5e5;
    height:1px;
    margin-bottom:10px;
}

#content h2, #content h2 a, div.content h2, div.content h2 a {
    font-size:13px;
    line-height:18px;
    color:#ee7701;
}

#content h3, #content h3 a, div.content h3, div.content h3 a {
    font-size:13px;
    line-height:18px;
    color:#ee7701;
}

#content h2 span {
    font-weight:normal;
    color:#999;
}

#content ul {
    list-style-type:square;
    padding-bottom:10px;
}

#content li {
    margin-left:24px;
    line-height:20px;
}
#content b.orange, #content strong.orange {
    color:#ee7701;
}
#content ul.arrowlist {
    list-style-type:none;
    width:558px;
    display:block;
    clear:both;
    float:left;
    margin-left:0px;
}

#content ul.arrowlist li {
    display:block;
    float:left;
    vertical-align:top;
    padding:2px 10px;
    margin-left:0;
    line-height:16px;
    color:#666;
    width:259px;
    background:transparent url(/images/bg/arrowlist.gif) no-repeat 8px 0;
}

#content ul.arrowlist li a {
    padding-left:16px;
    display:block;
    color:#008be3;
}

a.black, a.black:link, a.black:visited, a.black:hover {
    color:#000;
}

#content form {
}

#content form label {
    margin-right:10px;
}

#content form input {
    margin-right:5px;
}

#content form label.title, #content form span {
    vertical-align:middle;
    float:left;
    display:block;
    margin:5px 10px 5px 0;
}

#content form label.title {
    width:130px;
    clear:left;
}

#content form label.title strong {
    color:#204470;
}

#content form span {
    clear:right;
}

#content form br {
    clear:both;
}

#content form input.text {
    width:220px
}
#content form input.sampletext {
    color:#666;
}

#content form textarea {
    width:498px;
    clear:both;
    display:block;
    float:left;
}

#content span.buttons {
    width:500px;
    float:left;
    display:block;
    clear:both;
}
#content span.buttons input {
    margin:10px 0 0 0;
}
#content span.buttons input {
    float:left;
}
#content span.buttons input.submit {
    float:right;
}
#content a.button {
    border:1px solid #999;
    padding:2px 5px;
    font-weight:bold;
    color:#008be3;
    text-decoration:none;
}
#content a.button:hover {
    background-color:#bbb;
    text-decoration:none;
    color:#fff;
}
#content table {
    border-collapse:collapse;
}
#content table, #content th, #content td {
    border:1px solid #999;
}
#content th, #content td {
    padding:3px;
}
#foot {
    position:relative;
    display:block;
    float:left;
    clear:both;
    width:100%;
    border-top:1px solid #fff;
    border-bottom:1px solid #222;
    height:52px;
    text-align:center;
}
#foot ul {
    list-style-type:none;
    margin:9px 0 0 0;
    padding:0;
}
#foot li {
    display:inline;
    font-weight:bold;
    margin:0;
    padding:0;
    line-height:15px;
}
#foot li a {
    color:#ee7701;
    text-decoration:none;
    padding:0 9px 0 5px;
    background-color:#000;
    border-right:2px solid #fff;
}
#foot li a:hover {
    text-decoration:underline;
}
#foot li.last a {
    border-right:none;
}
#foot p {
    font-size:10px;
    color:#999;
}
#foot p a {
    color:#999;
    text-decoration:none;
}
#foot p a:hover {
    text-decoration:underline;
}
#foot a#dopingautoriteit {
    position:absolute;
    overflow:hidden;
    top:10px;
    left:32px;
}
#foot a#dopingautoriteit img {
    border:none;
}
#foot a#skipintro {
    position:absolute;
    top:-20px;
    line-height:16px;
    left:900px;
    color:#999;
    font-weight:bold;
    font-size:11px;
    width:120px;
    text-align:right;
    text-decoration:none;
}
#foot a#skipintro:hover {
    text-decoration:underline;
}
#footer {
    position:absolute;
    display:block;
    float:right;
    text-align:right;
    top:56px;
    left:450px;
    width:574px;
    color:#222;
    font-size:9px;
    line-height:12px;
}
#footer:hover {
    color:#333;
}
#footer:hover a {
    color:#666;
}
#footer a {
    color:#222;
    text-decoration:none;
    line-height:16px;
}
#footer a:hover {
    text-decoration:underline;
}

div.tweekolommen {
    display:block;
    float:left;
    width:702px;
    margin-left:-21px;
    clear:both;
}
div.tweekolommen div.kolom {
    display:block;
    float:left;
    width:330px;
    margin-left:21px;
}
#content img.borders {
    border:2px solid #ee7701;
}

#content div.sportlijst h2 {
    float:left;
    width:227px;
    line-height:175%;
}
#content div.statement h2 {
    line-height:175%;
    clear:both;
    padding-top:10px;
}
#content div.statement p {
    line-height:175%;
    float:left;
    width:227px;
    padding:0;
}
#content div.statement a.back {
    float:left;
    clear:both;
    margin-top:20px;
    margin-left:454px;
    white-space:nowrap;
}

#content div.statementhead h1 {
    margin-bottom:0;
}
#content div.statementhead h2 {
    margin-bottom:20px;
}
#main div.poll input.button {
    margin-left:30px;
}
#main div.poll form {
    padding-left:20px;
    padding-right:20px;
}
#main div.poll h2.alert {
    background:transparent url(/images/alert.png) no-repeat top left;
    padding-left:20px;
    margin-left:20px;
    margin-bottom:20px;
}
#main div.poll ol {
    margin-top:40px;
    margin-left:20px;
    width:400px;
    float:left;
}
#main div.poll ol li {
    margin-bottom:10px;
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    color:#ee7701;
}
#main div.poll div.piechart {
    float:right;
}
#newsarchive p {
    padding-bottom:0;
    margin:0;
    list-style:square inside none;
    display:list-item;
}
#newsarchive p a {
    color:#fff;
}
#newsarchive hr {
    border:none;
    color:#999;
    background-color:#999;
    height:1px;
    margin-bottom:10px;
    margin-top:10px;
}
#newsarchive h1 {
    margin-bottom:20px;
}

#videowindow {
	margin-left: -166px;
	width: 922px;
	z-index: 1;
}

#videobox {
	width: 880px;
	height: 288px;
	border: 1px solid #666;
	float: left;
}

#videobox * {
	outline: none;
}

#videowindow #prevvideo, #videowindow #nextvideo {
	margin-top: 120px;
	width: 20px;
	height: 50px;
	float: left;
}

#videowindow #prevvideo a, #videowindow #nextvideo a {
	display: block;
	width: 20px;
	height: 50px;
	overflow: hidden;
}
#videowindow #prevvideo a span, #videowindow #nextvideo a span {
	display: none;
}

#videowindow #prevvideo {
	background: url(/images/video/prev.png) top right no-repeat;
}

#videowindow #nextvideo {
	background: url(/images/video/next.png) top left no-repeat;
	float: right;
}

#videowindow #videobox #videoplayer {
	width: 512px;
	height: 288px;
	float: left;
}

#videowindow #videobox img {
	border: 0;
}

#videowindow #videobox #videocontent {
	float: left;
	border-left: 1px solid #2a1801;
	padding: 14px 16px 14px 16px;
	width: 335px;
	height: 196px;
	overflow: hidden;
}

#videowindow #videobox #videobuttons {
	float: left;
	width: 368px;
	height: 64px;
}

#videowindow #videobox #videobuttons a, #videowindow #videobox #videobuttons span {
	display: block;
	width: 338px;
	height: 32px;
	line-height: 26px;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
}

#videowindow #videobox #videobuttons a {
	background: url(/images/video/button.png) top left repeat-x;
}

#videowindow #videothumbs {
	width: 810px;
	height: 112px;
	text-align: center;
	margin: 0 auto;
}

#videowindow #videothumbs div.thumb {
	float: left;
	margin: 20px 5px;
	width: 80px;
	font-size: 12px;
}

#videowindow #videothumbs div.active {
	color: #ee7701;
}

#videowindow #videothumbs div.thumb img {
	display: block;
	width: 80px;
	height: 45px;
	margin-bottom: 6px;
	border: 0;
}

#videocontent h2, #videocontent h3 {
	margin-bottom: 6px;
}