@CHARSET "UTF-8";

* {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background: #3195bf url(../img/gradient.png) repeat-x;
    color: white;
    font-size: small;
}

#holder {
    width: 810px;
    margin: 20px auto;
}

#innerHolder {
    background: white url(../img/background.jpg) no-repeat center top;
    color: black;
    min-height: 450px;
    max-height: 557px;
    height: 450px;
    position: relative;
}

/***** header *****/

#header {
}

#header h1 {
    padding: 10px 0 0 10px;
}

#sponsors {
    float: right;
    text-align: left;
    color: #666;
    font-size: smaller;
    padding: .5em;
}

#sponsors ul {
    list-style-type: none;
}

#sponsors li {
    display: inline;
    margin-left: .5em;
}

/***** content *****/

#content {
    opacity: .75;
    padding-top: 30px;
    width: 575px;
    padding-bottom: 3em;
}

#content h2 {
    background-color: #3195bf;
    color: white;
    font-size: 1.1em;
    padding: 10px 20px;
}

#content h3 {
    font-size: 1em;
    margin-bottom: .5em;
}

#innerContent {
    background-color: white;
    padding: 1em 20px;
    overflow: auto;
    max-height: 300px;
}

#content p,
#content ul,
#content ol {
    margin-bottom: 1em;
}

#content ul,
#content ol {
    padding-left: 3em;
    list-style-type: square;
}

#content a {
    color: #143E4F;
}
#content a:visited {
    color: #666;
}
#content a:hover {
    color: #2C87AB;
}

/***** right column *****/
#rightcol {
    float: right;
    width: 200px;
    margin-top: 30px;
    margin-right: 10px;
    overflow: auto;
    max-height: 330px;
    height: 330px;
}

#rightcol, #rightcol a {
    color: white;
}

#rightcol h3 {
    font-size: 1em;
}

#rightcol ul {
    list-style-type: none;
}

#rightcol li {
    margin-bottom: .2em;
}

#rightcol .image {
    margin-bottom: 1em;
}

#rightcol .image img {
    border: 1px solid #ccc;
}

#rightcol .image span {
    display: block;
}

/***** banner *****/
#banner {
    width: 314px;
    height: 73px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/banner.gif) no-repeat;
}

#banner span {
    display: none;
}

/***** menu *****/

#menu {
}

#menu ul {
    list-style-type: none;
}

#menu li {
    display: block;
    float: left;
    width: 25%;
}

#menu a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #96b0c8;
    height: 116px;
}

#menu .menuText {
    display: none;
}

li#service { width: 191px; background-image: url(../img/menu_service_hover.png); }
li#erfolg  { width: 200px; background-image: url(../img/menu_erfolg_hover.png);  }
li#anfahrt { width: 201px; background-image: url(../img/menu_anfahrt_hover.png); }
li#kontakt { width: 218px; background-image: url(../img/menu_kontakt_hover.png); }

li#service a { background-image: url(../img/menu_service.png); }
li#erfolg  a { background-image: url(../img/menu_erfolg.png);  }
li#anfahrt a { background-image: url(../img/menu_anfahrt.png); }
li#kontakt a { background-image: url(../img/menu_kontakt.png); }

li#service a:hover, li#service.active a { background-image: url(../img/menu_service_hover.png); }
li#erfolg  a:hover, li#erfolg.active a  { background-image: url(../img/menu_erfolg_hover.png);  }
li#anfahrt a:hover, li#anfahrt.active a { background-image: url(../img/menu_anfahrt_hover.png); }
li#kontakt a:hover, li#kontakt.active a { background-image: url(../img/menu_kontakt_hover.png); }

/***** footer *****/

#footer {
    color: #ddd;
    font-size: smaller;
    margin-top: 10px;
}

#footer p {
    display: inline;
    margin-right: 1em;
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/***** common styles *****/

a img {
    border: none;
}

p { 
margin-bottom: .5em;
}

td {
    text-align: left;
    vertical-align: top;
}

#informieren {
    width: 100%;
}

#informieren td {
    width: 50%;
}
