@charset "utf-8";
/* CSS Document */
body {
width:100%;
height:100%;
margin:0;
padding:0;
border:0;
font-size:65.5%;
background-color:#000;
}

html {
color:#fff;
font-size:1.2em;
font-family:Arial, Helvetica, sans-serif;
}

div#global {
position:relative;
margin:0 auto;
width:976px;
}


div#top {
width:976px;
margin:0;
padding:0;
border:0;
height:91px;
}


div#inhalt {
margin:0;
padding:0;
border:0;
width:976px;
}

a {
color:#fff;
text-decoration:none;
}

a:hover {
color:#fff;
text-decoration:underline;
}

a.button {
margin-right:30px;
float:left;
display:block;
width:112px;
height:26px;
line-height:26px;
background-color:#000000;
border:1px solid #fff;
text-align:center;
color:#CCCCCC;
text-decoration:none;
}

a.button:hover {
display:block;
width:112px;
height:26px;
line-height:26px;
background-color:#000000;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
text-align:center;
color:#fff;
text-decoration:none;
}

div#bottom {
margin:0;
padding:0;
border:0;
width:976px;
}
