@charset "utf-8";
/* CSS Document */

body{
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:14px;
background-image:url(images/bg.jpg);
}

#bgtop{
position:absolute;
width:100%;
height:205px;
background-image:url(images/bgtop.jpg);
top:0px;
left:0px;
z-index:0;
}


#wrapper{
position:relative;
margin:auto;
width:938px;
height:auto;
z-index:1;
top:81px;
}

/*----------Menu Start------------------*/

#homebutton{
position:absolute;
width:72px;
height:20px;
background:transparent url(images/home-normal.png);
left:0px;
top:0px;
z-index:4;
}

#homebutton a:hover{
width:72px;
background:transparent  url(images/home-hover.png);
}

#homebutton a{
width:72px;
height:20px;
display:block;
}

/*----------------------------*/

#forumbutton{
position:absolute;
width:72px;
height:20px;
background:transparent url(images/forum-normal.png);
left:90px;
top:0px;
z-index:4;
}

#forumbutton a:hover{
width:72px;
background:transparent  url(images/forum-hover.png);
}

#forumbutton a{
width:72px;
height:20px;
display:block;
}

/*----------------------------*/

#applybutton{
position:absolute;
width:72px;
height:20px;
background:transparent url(images/apply-normal.png);
left:180px;
top:0px;
z-index:4;
}

#applybutton a:hover{
width:72px;
background:transparent  url(images/apply-hover.png);
}

#applybutton a{
width:72px;
height:20px;
display:block;
}

/*----------------------------*/

#dkpbutton{
position:absolute;
width:72px;
height:20px;
background:transparent url(images/dkp-normal.png);
left:270px;
top:0px;
z-index:4;
}

#dkpbutton a:hover{
width:72px;
background:transparent  url(images/dkp-hover.png);
}

#dkpbutton a{
width:72px;
height:20px;
display:block;
}

#menubox{
position:absolute;
width:445px;
height:20px;
right:-22px;
top:-55px;
z-index:5;
}

/*----------Menu End------------*/

li{
display:inline;
}

a{
text-decoration:none;
font-size:14px;
font-weight:bold;
color:#578293;
}

a:hover{
text-decoration:underline;
font-size:14px;
font-weight:bold;
color:#65b7d8;
}

#header{
position:absolute;
width:258px;
height:106px;
top:-95px;
left:0px;
z-index:4;
}

#newsbox{
position:absolute;
background-image:url(images/content.png);
width:800px;
height:auto;
padding:40px;
z-index:2;
}

#toplogo{
border:none;
}

#admin{
position:absolute;
width:30px;
height:30px;
bottom:20px;
right:30px;
z-index:5;
}

#adminpic{
border:none;
}


#bottom{
position:absolute;
background-image:url(images/content_bottom.jpg);
width:878px;
height:62px;
left:0px;
bottom:0px;
z-index:3;
}