/* 
    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');
	position:relative;
}
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;    
}

.country {
	float: right;
	margin: 0px 50px 0px 0px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	width: 80px;
	height: 38px;
	background-image: url('../images/langs/flag_bg.png');
}

.country img {

	width: 30px;
}

.country a {
	text-decoration: none;
	font-size: 9pt;
	color: #fff;
	width: 80px;
	height: 38px;
}

.award {
	float:right;
	height:100px;
	width:100px;
}

.award img {
	height:100px;
	width:100px;
}
