/* 
    Document   : 2007
    Created on : May 22, 2012, 6:08:32 PM
    Author     : tsennhauser
    Description:
        Purpose of the stylesheet follows.
*/


root { 
    display: block;
}

body {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    text-align: center;
}

table.center {
    margin-left:auto;
    margin-right:auto;
  }

#all {
    text-align: center;
    padding: 20 0 40px 0;
    margin: 0 auto;
    width: 1100px;
}

#main {
    background-color: #708CE6;
    color: white;
    text-align: center;
    padding: 20 0 40px 0;
    margin: 0 auto;
}

#nav {
    padding: 0 0 10 0;
}

#sponsoren {
    background-color: white;
    line-height:250%;
    text-align: center;
    /*position: absolute;*/
    
}

#mid {

    /*top: 50%;
    display: table-cell;*/
    vertical-align: middle;
}

/* NAVIGATION LINKS */
a.nav {
    padding: 0 40 0 40;
    text-decoration: none;
    font-size: 18px;
    color: #708CE6;
    font-weight: bold;
}

a.nav:hover {
    text-decoration: underline;
    font-size: 18px;
}

/* images */
#pig {
    margin: 10px;
}

/* IE image border fix */
a img {border: none; }
