/*Header mit Buttons und dem Login*/
#header{
width:100%;
height:116px;
background:url('../images/header.png');
}
#header2pic{
width:100%;
height:262px;
background:url('../images/header_pic.png');
}
#logolink{
position:relative;
float:left;
width:280px;
height:65px;
margin-left:10px;
margin-top:5px;
border:none;
}
#logolink a {
display:block;
height:65px;
width:280px;
}
#nl_hov{
position:relative;
width:99px;
height:18px;
left:756px;
top:2px;
border:none;
}
#nl_hov:hover{
background:url('../images/nl_hover.png') no-repeat;
} 
#nl_hov a {
display:block;
width:99px;
height:18px;
}
#newsticker{
position:relative;
width:828px;
height:18px;
border:none;
margin-top:64px;
margin-left:76px;
color:#fff;
font-weight:normal; 
}
#newsticker a{
font-size:9pt;
color:#ffffff;
text-decoration:none;
}
#newsticker a:hover{
color:#ffffff;
text-decoration:underline;	
}
/*Facebook - Youtube*/
#ytsite{
position:relative;
left:913px;
top:-34px;
width:32px;
height:32px;
}
#fbsite{
position:relative;
left:950px;
top:-67px;
width:32px;
height:32px;
}