/* 
    Document   : header
    Created on : 21-okt-2009, 11:46:00
    Author     : King Lam Hang
    Description:
        The stylesheet for the header
*/
div.header {
    float: left;
    clear: both;
    width: 1000px;
    height: 85px;
    background-image: url('../images/bg_01.jpg');
}
div.header_logo {					/* logo space */
    clear: left;
    float: left;
    width: 180px;
    height: 85px;
    border: solid 0px #FFFF00;
    padding-left: 10px;
}

.top_navigatie ul li {
    list-style-type:none;
    float:left;
    margin:10px;
    margin-top:55px;
    color:white;
    font-family:arial, verdana, sans-serif;
    font-size:16px;
    background-color:#619cd7;
    padding:5px;
}

.menu_link{
    color:white;
    font-family:arial, verdana, sans-serif;
    font-size:16px;
    text-decoration:none;
}

.top_navigatie li.actie {
	background-color: red;
}

.top_navigatie {
    vertical-align:bottom;    
}

.award {
	float:right;
	height:100px;
	width:100px;
}

.award img {
	height:100px;
	width:100px;
}