html, body {
    margin: 0; 
    padding: 0; 
    height: 100%;
    width: 100%;
}
    
html, body, input, select, textarea { 
    font-family: Verdana, Tahoma, Georgia, sans-serif;
    font-size: 11px;
    color: #fff;
}

select, textarea {
    color: #444;
}

form {
    padding: 0;
    margin: 0;
}

input {
    background-color: none;
    background-image: url('../img/background_right.png');
    border: 1px dotted #666;
    height: 25px;
}

input[type=file] {
    color: #444;
}

#login input[type=image] {
    float: right;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    margin-left: 5px;
    width: 80px;
    height: 29px;
}

#login input {
    font-style: italic;
}

h1, h2, h3 {
    font-family: Arial;
    margin-top: 5px;
    margin-bottom: 5px;
}

a:link, a:active, a:visited {
    color: #fcff29;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#background img {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 980px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

/*
@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}
*/


#container {
    position: relative; 
    width: 980px;
    margin: 0px auto;
    top: 0;
    left: 0;
    z-index: 70;
    overflow: auto;
}

#logo {
    float: left;
    width: 150px;
    height: 80px;
    margin-right: 25px;
}

#usermenu {
    position: relative;
    float: right;
    overflow: hidden;
    text-align: right;
    width: 750px;
    height: 65px;
    padding-top: 15px;
}

#menu {
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 15px;
    background-image: url('../img/background_menu.png');
    background-position: bottom:
    background-repeat: repeat-x;
}

#menu ul {
    list-style: none;
    padding: 5px 0px;
    margin: 0px 0px 8px 0px;
}

#menu ul li {
    float: left;
    margin: 0px;
    padding: 0px;

}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
    font-size: 15px;
    padding: 0px 12px;
    color: #ccc;
    text-transform: uppercase;
    text-decoration: none;
    border-right: solid #cdcdcd 1px;
}

#menu ul li a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#menu ul li a.last {
    border: 0px;
}

#menu ul li a.selected {
    color: #fcff29;
}

#left {
    position: relative;
    float: left;
    width: 600px;
    min-height: 320px;
    margin-top: 15px;
    margin-right: 15px;
}

#right {
    position: relative;
    float: left;
    width: 355px;
    padding: 5px;
    margin-top: 15px;
    min-height: 400px;
    background-image: url('../img/background_right.png');
    background-position: top left:
    background-repeat: repeat;
}

#right ul, .spelers ul, #account ul {
    list-style: none;
    padding: 5px;
    padding-left: 0px;
    margin: 0px 0px 8px 0px;
    height: 10px;
}

#right ul li, .spelers ul li, #account ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 1px;
}

#right ul li a:link, #right ul li a:visited, #right ul li a:active, .spelers ul li a:link, .spelers ul li a:visited, .spelers ul li a:active, #account ul li a:link, #account ul li a:visited, #account ul li a:active {
    font-size: 12px;
    padding: 6px 12px;
    color: #444;
    text-transform: lowercase;
    text-decoration: none;
    background-image: url('../img/background_tabs.png');
}

#right ul li a:hover, .spelers ul li a:hover, #account ul li a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#right ul li a.selected, .spelers ul li a.selected, #account ul li a.selected {
    background-image: url('../img/background_tabs_content.png');
    padding: 6px 12px;
    color: #fff;
}

#home {
    position: relative;
    padding: 5px;
    height: 310px;
    margin-top: 0px;
    background-image: url('../img/background_left.png');
    background-position: top left:
    background-repeat: repeat;
}

#home h3 {
    padding: 0;
    margin-bottom: 12px;
}

#home h3 a {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px;
    color: #fff;
    background-color: #444;
}

#content {
    position: relative;
    min-height: 440px;
    padding: 5px;
    margin-top: 0px;
    background-image: url('../img/background_left.png');
    background-position: top left:
    background-repeat: repeat;
}

.content {
    float: left;
    line-height: 180%;
    padding: 5px;
    background-image: url('../img/background_home.png');
    background-position: top left:
    background-repeat: repeat-y;
}

.content span, #nieuws span {
    background-color: #666;
    color: #fff;
    padding: 2px;
    line-height: 200%;
}

.home_text {
    float: left;
    width: 365px;
    height: 182px;
    overflow: hidden;
}

.home_foto {
    float: left;
    width: 200px;
    margin-right: 10px;
}

.home_foto img {
    max-width: 200px;
    max-height: 182px;
}

.spelers_tab_1, .spelers_tab_2, .spelers_tab_3 {
    position: relative;
    background-image: url('../img/background_tabs_content.png');
    width: 580px;
    min-height: 100px;
    padding: 5px;
}

.spelers_tab_2, .spelers_tab_3 {
    display: none;
}

.tab {
    position: relative;
    background-image: url('../img/background_tabs_content.png');
    width: 345px;
    min-height: 100px;
    padding: 5px;
}

.plaats, .naam, .waarde {
    float: left;
    height: 20px;
    padding: 5px;
    border-bottom: 1px dotted #666;
    font-weight: bolder;
    color: #fcff29;
}

.plaats {
    width: 20px;
}

.naam {
    width: 275px;
}

.waarde {
    width: 20px;
}

#video {
    margin-top: 15px;
    width: 600px;
    height: 115px;
    background-image: url('../img/background_left.png');
    background-position: top left:
    background-repeat: repeat;
}

#previous_video, #next_video {
    float: left;
    width: 55px;
    margin-top: 15px;
    text-align: center;
}

#video_home {
    float: left;
    position: relative;
    overflow: hidden;
    width: 480px;
    height: 90px;
    margin-top: 15px;
}

#video_home ul {
    position: relative;
    list-style: none;
    width: 1200px;
    padding: 0px;
    margin: 0px;
}

#video_home ul li {
    float: left;
    width: 120px;
    height: 90px;
}

.wedstrijd {
    padding: 5px;
    position: relative;
    height: auto;
    min-height: 85px;
    margin-bottom: 5px;
    background-image: url('../img/background_home.png');
}

.wedstrijd h3 {
    padding: 3px;
    padding-top: 0px;
    color: #ccc;
}

.dos {
    background-color: #fcff29;
    color: #666;
}

.tegenstander {
    background-color: #666;
    color: #fff;
}

.wedstrijd span {
    padding: 2px 10px;
}

.wedstrijdnaam {
    float: left;
    clear: right;
    width: 290px;
}

.score {
    float: right;
    width: 50px;
}

.score span {
    background-color: #666;
}

.details_laatste_wedstrijd, .details_wedstrijd_info, .training_details {
    position: relative;
    width: 300px;
    padding: 5px;
    padding-left: 0px;
    padding-top: 15px;
    display: none;
}

.details_laatste_wedstrijd_active, .details_wedstrijd_info_active, .training_details_active {
    position: relative;
    display: block;
}

.details_laatste_wedstrijd_active span, .details_wedstrijd_info_active span {
    background-color: #444;
    line-height: 180%;
}

.details_laatste_wedstrijd_active span.goals, .details_wedstrijd_info_active span.detailwaarde {
    background-color: #666;
    color: #fff;
}

.details {
    float: right;
    display: block;
    position: relative;
    margin: 5px;
    margin-top: 15px;
}

.nieuws_titel {
    background-image: url('../img/background_tabs.png');
    padding: 5px;
    color: #444;
    font-weight: bold;
}

.nieuws_bericht { 
    background-image: url('../img/background_home.png');
    padding: 5px;
    margin-bottom: 10px;
}

.video_item, .gallery_item {
    float: left;
    position: relative;
    background-image: url('../img/background_home.png');
    width: 176px;
    height: 155px;
    margin: 5px;
    padding: 5px;
    text-align: center;
}

.gallery_item {
    width: 125px;
    height: 100px;
}

.uploaded_by {
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
}

.nieuws_menu {
    float: right;
}

.paginator {
    text-align: center;
    height: 35px;
}

.gb_add {
    position: relative;
    float: right; 
}

.gb_naam {
    display: inline;
    position: relative;
}

.gb_tijd {
    float: right;
}

#dialogVideo {
    display: none;
}

.regel1 td, .regel2 td {
    padding: 5px;
}

.regel1 {
    background-color: #666;
}

.regel2 {
    background-color: #444;
}

.account_tab {
    position: relative;
    background-image: url('../img/background_tabs_content.png');
    width: 580px;
    min-height: 100px;
    padding: 5px;
}

#competitie th, #statistieken th, #agenda th {
    background-image: url('../img/background_tabs.png');
    padding: 5px;
    color: #444;
    font-weight: bold;
}

.regel1_stand {
    background-image: url('../img/background_tabs_content.png');
}

.regel1_stand td, .regel2_stand {
    padding: 5px;
}

.agenda1, .agenda2 {
    height: 50px;
    font-size: 14px;
}

.agenda1 {
    background-image: url('../img/background_tabs_content.png');
}

.nieuws_toevoegen_container {
    position: relative;
    height: 30px;
}

.nieuws_toevoegen {
    float: right;
    position: relative;
    clear: both;
}

.error {
    font-weight: bold;
    color: #f00;
}
