/*Header mit den Buttons un dem Login*/
#header{
position:relative;
width:100%;
height:287px;
background:url('../images/header.png') no-repeat;
}
#reggerlogo{
position:relative;
width:310px;
height:110px;
background:url('../images/logo.png') no-repeat;
top:50px;
left:70px;
}
/*Headerüberschrift*/
#headeruber{
position:relative;
top:55px;
left:110px;
width:330px;
height:45px;
color:#fff;
text-align:center;
font-size:25pt;
font-weight:bold;
}
#headerunter{
position:relative;
top:50px;
left:190px;
width:250px;
height:20px;
color:#fff;
font-size:8pt;
font-weight:bold;
}
/*Ab hier die Buttons inklusive deren Hoverdinger*/
#headbuttons{
position:relative;
left:25px;
top:80px;
width:550px;
height:29px;
}
#headbuttons menu{
list-style-type:none;
float:left;
}
#headbuttons menu li {
height:29px;
float:left;
margin:0;
margin-right:15px;
background:url('/images/button.png');
text-align:center;
}
#headbuttons menu li a {
display:block;
height:25px;
width:95px;
font-size:10pt;
font-weight:bold;
color:#000;
text-decoration:none;
position:relative;
padding-top:4px;
}
#headbuttons menu li a:hover{
background:url('/images/button_hov.png');
color:#fff;
}
