@charset "utf-8";

body, td, th, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body {
 width: 100%;
 height: 100%;
 margin: auto;

background: #FFF; /* Old browsers */
background: -moz-linear-gradient(top, #e0e3e5 0%, #ffffff 35%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e3e5), color-stop(35%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e0e3e5 0%,#ffffff 35%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e0e3e5 0%,#ffffff 35%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e0e3e5 0%,#ffffff 35%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #e0e3e5 0%,#ffffff 35%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e3e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background-attachment: fixed;

}

#header {
 width: 100%;
 height: 72px;
 background: #121;
 border-bottom: 3px solid #DDD;
 margin: 0;
 position: relative;
}

#header .logo {
 display: block;
 padding-top: 12px;
 margin-left: 24px;
}

#header .live {
 color: #FFF;
 font-size: 20px;
 font-weight: bold;
 position: absolute;
 left: 50%;
 top: 12px;
 width: 300px;
 text-align: center;
 margin-left: -150px;
}


#promo {
height: 125px;
color: #FFF;
background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 75%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(75%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 75%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 75%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 75%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom, #7db9e8 0%,#2989d8 75%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
text-align: center;

   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

#promotekst h2 {
 margin: auto;
 margin-top: 0;
 font-size: 40px;
 font-family: arial;
 text-transform: uppercase;
 font-weight: bold;
}

#promotekst h3 {
 margin: auto;
 margin-top: 12px;
 font-size: 20px;
 color: #000;
 font-weight: bold;
 font-style: oblique;
}

#promotekst {
 padding-top: 12px;
}










#newfooter2{
width:960px;
margin:0 auto;
text-align:center;
margin-bottom:20px;
}

#newfooter2 ul{
margin-bottom:10px;
}

#newfooter2 ul li{
display: inline;
font-size:12px;
}


#newfooter2 ul li a{
text-decoration:none;
color:#000;
}


#newfooter2 p{
color: #8D8D8D;
font-size:12px;
}

#newfooter2 p a{
color: #8D8D8D;
}



.webcam-box-row {
 display: inline !important;
}

.divider-noline {
 display: none !important;
}


#loginformulier {
 position: absolute;
 width: 210px;
 height: 60px;
 color: #FFF !important;
 display: block;
 text-align: right;
 margin: 0;
 top: 2px;
 right: 6px;
 background-color: transparent;
}

#loginformulier a {
 color: #FFF;
}

#top10 .titel {
 position: relative;
}
#top10 .titel h2 {
 top: 0;
 margin-top: 0;
}