*{
	padding:0px;
	margin:0px;
}
html{
	width:100%;
	height:100%;
	background:url('../images/bg.jpg') top center no-repeat #000;
}
body{ 
	width:850px;
	height:100%;
	margin:0 auto; 
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
}

body a:hover{
	color:#ffba00;
	text-decoration:underline;
}

body a{
	color:#ffba00;
	text-decoration:none;
}

#contentContainer{
float:left;
width:100%;
height:100%;
}

h2{
font-size: 30px;
color:#FFBA00;
margin:25px;
}

#header{
	position:relative;
	float:left;
	width:100%;
	height:109px;
	margin-top:4px;
	background:url('../images/header.png');
}

#line{
	float:left;
	width:100%;
	height:99px;
	background:url('../images/header.jpg');
}

.goa{
	background:url('../images/goa.jpg');
	width:146px;
	height:44px;
	position:absolute;
	top:18px;
	right:30px;
}

.logo{
	width:321px;
	height:78px;
	position:absolute;
	left:25px;
	top:15px;
}

#content{
float:left;
width:100%;
}

#left{
	position:relative;
	float:left;
	width:590px;
	background:url('../images/bgContent.gif') repeat;
}

#left .tekst{
	position:relative;
	z-index:1;
	float:left;
	padding:12px 0px 25px 25px;
	width:565px;
	background:url('../images/bgTekst.gif') no-repeat;
}

#left .item{
	float:left;
	border-bottom:2px solid #000;
	width:514px;
	margin-bottom:22px;
	padding-bottom:15px;
}

.item .date{
	color:#ffba00;
	font-size:10px;
	font-weight:bold;
}

.item h2{
	color:#000;
	margin:10px 0px 15px 0px;
	font-size:22px;
	font-weight:bold;
}

.item p{
	font-size:14px;
}

#left .footer{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:95px;
	background:url('../images/footer.gif');
}

.item .image{
	width:511px;
	height:197px;
	margin-left:2px;
	margin-top:12px;
}

#right{
	float:left;
	width:260px;
}

#right .yellow:first-child{
	background:url('../images/bgContentYellow.gif');
}

#right p{
	font-size:13px;
	line-height:18px;
}

#right .yellow{
	position:relative;
	min-height:100px;
	width:100%;
	padding-bottom:15px;
	margin-bottom:5px;
	background:url('../images/bgContentYellow1.gif');
}
#right .tekst{
	position:relative;
	z-index:1;
	width:237px;
	padding-top:10px;
	padding-left:23px;
}
#right .footer{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:34px;
	background:url('../images/footerYellow.gif');
}

#right h3{
	font-size:24px;
	margin-top:5px;
}

.vote{
	font-size:18px;
	font-weight:normal;
	line-height:26px;
}


.overlay{
	width:498px;
	height:7px;
	background:url('../images/overlayMenu.png');
	position:absolute;
	bottom:0px;
	right:25px;
	z-index:10;
}

#menu{
list-style-type:none;
position:absolute;
bottom:0px;
right:25px;
width:486px;
}

#menu li{
float:left;
height:27px;
margin-right:1px;
}

#menu img{
border:0px;
}