/* Copyright (c) 2008 :: Benedikt Burhorst for FACT-Werbeagentur.de  */

* {margin:0;padding:0}

/* mac hide \*/
html,body {height:100%;width:100%;}
/* end hide */

body {
        color: #fff;
        font-family: verdana, arial, helvetica, sans-serif;
        text-align:center;
        min-height:500px; /* for good browsers*/
        min-width:840px;  /* for good browsers*/
        background: #000;
}
#outer{
        height:100%;
        width:100%;
        display:table;
        vertical-align:middle;
}
#container {
        text-align: center;
        position:relative;
        vertical-align:middle;
        display:table-cell;
        height: 500px;
}
#inner {
        width: 840px;
        height: 500px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
}

#aussen {
        position: relative;
        top: 0px;
        left: 0px;
        width: 840px;
        height: 500px;
        text-align: left;
        border: 1px solid #999;
}
h3 {
        color: #666;
        font-size: 16px;
        font-weight: normal;
}
#weiter {
        position: absolute;
        left: 400px;
        top: 510px;
}
/*  images  */
img {
        border: 0;
}
a, a:link, a:visited {
        color: #999;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
}
a:hover {
        color: #fff;
}