/* Copyright (c) 2007 :: 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:550px; /* for good browsers*/
        min-width:800px;  /* for good browsers*/
         background: #d1d2d4;
}
#outer{
        height:100%;
        width:100%;
        display:table;
        vertical-align:middle;
}
#container {
        text-align: center;
        position:relative;
        vertical-align:middle;
        display:table-cell;
        height: 550px;
}
#inner {
        width: 800px;
        height: 550px;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
}

#aussen {
        position: relative;
         top: 0px;
         left: 0px;
        width: 800px;
         height: 550px;
         text-align: left;
}
h3 {
        color: #666;
         font-size: 16px;
         font-weight: normal;
}
/*  images  */
img {
        border: 0;
}
object#intro1 {
        position: absolute;
         top: 0px;
         left: 0px;
         width: 800px;
         height: 293px;
}
object#intro2 {
        position: absolute;
         top: 400px;
         left: 0px;
         width: 800px;
         height: 50px;
}

#wrapper {
        position: absolute;
         top: 493px;
         left: 0px;
         width: 800px;
         height: 20px;
         text-align: center;
}
#fahrzeug {
        position: absolute;
         top: 0px;
         width: 245px;
         height: 40px;
         text-align: center;
}
#service {
        position: absolute;
         top: 0px;
         left: 280px;
         width: 245px;
         height: 40px;
         text-align: center;
}
#plustext {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 1px;
        height: 1px;
        overflow: hidden;
}
a, a:link, a:visited {
        color: #005aab;
         font-size: 16px;
         font-weight: normal;
        text-decoration: none;
}
a:hover {
        color: #f00;
}
a.weiter {
        display: block;
        float: left;
        text-align: center;
        width: 515px;
}
a.top100 {
        display: block;
        float: right;
        text-align: center;
        width: 275px;
}
