/* Copyright (c) 2009 :: Benedikt Burhorst for medifa-hesse GmbH & Co KG  */
* {margin:0;padding:0}

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

body {
        color: #666;
        font-family: verdana, lucida, arial, helvetica, sans-serif;
        font-size: 86%; /* values for "correct" font-size: 69 76 86 93 101.1*/
        background: #fff;
        text-align:center;
        min-height:420px; /* for good browsers*/
        min-width:620px;  /* for good browsers*/
}
#outer{
        height:100%;
        width:100%;
        display:table;
        vertical-align:middle;
        cursor: default;
}
#container {
        text-align: center;
        position:relative;
        vertical-align:middle;
        display:table-cell;
        height: 420px;
}
#inner {
        width: 620px;
        height: 420px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
}

#aussen {
        position: relative;
        top: 0px;
        left: 0px;
        width: 620px;
        height: 420px;
        text-align: center;
}
#main {
        position: absolute;
        top: 50px;
        left: 175px;
        width: 620px;
        height: 420px;
        padding: 10px;
        margin: 0px;
        color: white;
}
#main img.bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -100;
}
#sprachen {
        position: absolute;
        top: 300px;
        left: 240px;
        width: 120px;
        height: 12px;
        padding: 0px;
        margin: 0px;
}
img {
        border: none;
}
#spacer { /* magic tool */
        float: none;
        clear: both;
        width: 1px;
        height: 1px;
        margin: 0;
        padding: 0;
        font-size: 0px;
        line-height: 0px;
}
