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

* {margin:0;padding:0}

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

body {
        color: #333;
        font-family: verdana, arial, helvetica, sans-serif;
        text-align:center;
        min-height:700px; /* for good browsers*/
        min-width:1200px;  /* 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: 700px;
}
#inner {
        width: 1200px;
        height: 700px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
}

#aussen {
        position: relative;
        top: 0px;
        left: 0px;
        width: 1200px;
        height: 700px;
        text-align: left;
        background: #00142f;
        border: none;
}

/*  images  */
img {
        border: 0;
}