
 body{
   padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 100%;
    width: 100%;
    background-color: #fbb812;
    font-family: myriad, arial, sans-serif;
    font-size: medium;
    font-size: 90%;    
	background-image: url('bg_body_toernooi.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    overflow: auto;";
 }
 
a:link {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #fbb812;
    text-decoration: underline;
}
a:history {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}

h1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline;
    font-size: medium;
    font-weight: bolder;
}
h2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 10px;
    color: #151ec9;
    font-size: large;
    font-weight: bold;
}
div#tekst h2 {
    position: relative;
    margin-bottom: 20px;
}
h3 {
    padding: 0 0 0 0;
    line-height: 180%;
    margin: 0 0 0 0;
    color: #000;
    font-size: medium;
    font-size: 95%;
    font-weight: bold;
}



.center {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1240px;
    margin-left: -620px;
    background-repeat: repeat-y;
    background-image: url('bg_center1280.png');
    padding-left: 50px; 
	z-index:100; 
}

    div#content {
        position: relative;
        padding: 0px;
        margin: 0px; 
    }
    
    div#header {
        position: relative;
    	float:left;
        height: 160px;
        padding: 0px;
        margin: 0px; 
    }
    
    #menubalk {
    z-index:1000;
        position: relative;
    	float:left;
        width: 1180px;
        height:50px;
        padding: 0px;
        margin: 0px; 
        
        }

    #pagina {
        position: relative; 
        float:left;
        margin: 0px; 
        padding-left:5px;
	z-index:1;
    }
    div#content_left {
        position: relative;
        float: left;
        width: 440px;
    }
    div#content_nieuws {
        position: relative;
        float: left;
        padding:20px;
        width: 728px;
    }
    
    div#content_right ul {
        padding: 0px;
        margin: 0px;
    }
    div#content_right li {
        list-style: none;
    }
    div#content_middle {        
        position: relative;
        float: left;
        width: 430px;
    }
    div#content_right {        
        position: relative;
        float: left;
        width: 300px;
    }
    
    .block_left {
        position: relative;
        width: 400px;
        padding: 15px;
        margin-bottom: 20px;
        background-image: url('bg_blok.png');
        background-position: bottom left;
        background-repeat: no-repeat;
    }
    .block_left img {
        position: relative;
        padding: 3px;
        border: 1px solid #ccc;
        float: left;
        margin-top: 2px;
        margin-bottom: 0px;
        margin-right: 15px;
    }
    .datum {
        position: relative;
        text-align: right;
        font-size: x-small;
        top: 10px;
    }
    .leesmeer {
        text-align: right;
    }
    .tekst {
    }
    
.block_middle {
    position: relative;
    width: 380px;
    padding: 15px;
}
.block_right {
    position: relative;
    width: 274px; 
}

div#footer {
	float:left;
    position: relative;
    background-color: #001998;
    left: -25px;
    width: 1183px;
    color: #fff;
    padding: 40px;
}
div#footer span {
    position: relative;
    width: 150px;
    left: 450px;
    border: 1px solid red;
}

div#tweetFeed {
    position: absolute;
    top:15px;
    float: right;
    right: 100px;
    border:1px solid gold;
    width:220px;
    height:150px;
}
    div#tweetFeed ul {
        padding: 0px;
        margin: 0px;
    }
    div#tweeFeed li {
        list-style: none;
    }
    
    
    
div#copyright {
    position: relative;
    text-align: center;
    width: 150px;
    left: 500px;
    color: #000;
    padding: 10px;
}
