/* Copyright (c) 2010 :: 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: arial, helvetica, sans-serif;
        background: url(bg.gif);
        text-align:center;
        min-height:700px; /* for good browsers*/
        min-width:1150px;  /* for good browsers*/
}
#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: 1150px;
        height: 700px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
        border: none;
        background: #adb8cc;
}
#aussen {
        position: relative;
        top: 0px;
        left: 0px;
        width: 1150px;
        height: 700px;
        text-align: left;
}
a, a:link, a:visited {
        color: #003577;
        text-decoration: none;
        font-size: 12px;
}
a:hover, .pagenav {
        color: #003577;
        text-decoration: underline;
        font-size: 12px;
}