body {
    text-align:center;
    background-color : #d0daf2;
    margin: 0;
    padding : 0;
    font-family : Helvetica;
    font-size: 11pt;
    word-spacing: 0.13em;

}


#container {
    margin:0 auto;
    width:800px;
    text-align:left;
    background: url(../images/rechts.jpg) right repeat-y;
}

/* Hintergrund */

#toptile {
        height : 166px;
        width : 778px;
        margin: 0px 11px 0px 11px;
        BAckground : url(../images/oben.jpg);
}

#header {
        position : absolute;
        margin : 20px 0 20px 40px;
        background: url(../images/titel.png);
        width: 390px;
        height: 62px;
}

#topbild {
          position : absolute;
         top : 75px;
         width : 800px;
         height: 150px;
         padding: 0px 0px 0 0px;
         margin: 0 0 0 0;
         border: 0px;

}


#lefttile {
         background : url(../images/links.jpg) repeat-y;
}



#content{
         padding: 75px 25px 10px 180px;
         margin: 0px 11px 0px 11px;
         background : url(../images/content.jpg);
         text-align : justify;
         color : #000033;
         min-height:400px;
}


#unten{  width: 780px;
         height:26px;
         margin : 0 10px 0 10px;
         padding : 8px 0 0 0;
         background : url(../images/unten.jpg) repeat-x;
         color: #ffffff;
         text-align : center ;
}

#blaueleisteoben {
         height : 6px;
         background : url(../images/untenblau.jpg) repeat-x;
}

#blaueleisteunten {
         height : 6px;
         background : url(../images/untenblau.jpg) repeat-x;
}

/* Navigation*/

#navigation{
         position: absolute;
         top : 250px;
         width : 150px;
         line-height : 20px;
}

#navigation ul {
         list-style : none;
}

#navigation ul li {
         line-height: 25px;
         border-bottom: 1px solid #999999;
}



#navigation ul li a {
        text-decoration : none;
        border-bottom: 2px;
}

#aktiv {
       color: #000033;
}

a {
   color: #4080B3;
}

a:hover {
        color : black;
}

/* Inhalt */
img {
         border : 1px solid #ffffff;
         margin : 2px;
}

img.left {
         float: left;
         margin : 0 20px 10px 2px ;
}

img.right {
         float: right;
         margin : 0 2px 10px 20px ;
}

table {
         border: solid 1px #999999;
         width: 100%;
}

td {
         padding : 10px;
         width : 50%;
         border: solid 1px #999999;
         text-align: left;
}

td.small {
         width : 40%;
}

td.big {
         width : 60%;
}

h4 {
     margin : 20px 0 10px 0;
}

h4.preis {
         margin: 250px 0 10px 0;
}

ul.nostyle {
         list-style: none;
         padding: 0px 50px 20px 0px;
         font-size: 10pt;

}

ul.nostylenorm {
         list-style: none;
         padding: 0px 50px 20px 0px;

}
#center{
         text-align: center;
         margin : 20px;
}