/* CSS Document */

* {
padding:0px;
margin:0px;
}

html {
height:100%;
}

body {
height:100%;
width:100%;
background-color:#111;
text-align:center;
color:#fff;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:normal;
font-size:11px;
line-height:16px;
overflow:hidden;/
}


a {
color:#999;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#ccc;
font-weight:bold;
text-decoration:underline;
}

#skipadd {
position:relative;
width:auto;
background-color:#111;
color:#ccc;
border-bottom:1px solid #333;
}

#add {
position:absolute;
left:50%;
width:500px;
margin-left: -250px; /* negative Hälfte von width:800px = horizontal zentriertes DIV  */
top:10px;
height:700px;
margin-top:10px; /* negative Hälfte von height:600px = vertikal zentriertes DIV  */
background-image:url(../bg/news/stadionspecial.jpg);
background-position:center;
background-repeat:no-repeat;
}
