/* CSS Document */

* {
padding:0px;
margin:0px;
}

html {
height:100%;
}

body {
height:100%;
width:100%;
background-color:#000;
text-align:center;
color:#ccc;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:normal;
font-size:11px;
line-height:16px;
overflow:hidden;/*
scrollbar-Base-Color:#111;
scrollbar-Arrow-Color:#ccc;
scrollbar-track-color:#ccc;
scrollbar-face-color:#111;
scrollbar-highlight-color:#ccc;
scrollbar-3d-light-color:#111;
scrollbar-dark-shadow-color:#000;
scrollbar-shadow-color:#ccc;*/
}


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:1350px;
margin-left: -675px; /* negative Hälfte von width:800px = horizontal zentriertes DIV  */
top:10px;
height:750px;
margin-top:10px; /* negative Hälfte von height:600px = vertikal zentriertes DIV  */
}