/* CSS Document */

/* main structure */

body {
          background: #ffffff;
          margin: 0;
          padding: 0;
          font-family: arial;
          font-size: 14px;
          color: #444444;
          text-align: center;
}

p {
        font-family: arial;
        font-size: 14px;
        color: #444444;
        text-align: justify;
}

table p, ul, ol {
                           font-family: arial;
                           font-size: 14px;
                           color: #444444;
                           text-align:left;
                           margin-top:0;
                           }
table img {
		   border: solid 1px #999999;
		   }

li {
        font-family:arial;
        font-size:14px;
        color: #444444;
        text-align:left;
        margin-bottom:5px;
    }


h1 {
        font-size: 16px;
        color: #000000;
        font-style: oblique;
        text-align: left;
        }

h2 {
        font-size: 14px;
        color: #000000;
        font-weight:bold;
        text-align: left;
        }

h3 {
        font-size: 14px;
        color: #000000;
        font-weight: bold;
        text-align: center;
        }

hr {
        color:#ededed;
        border: dotted 1px;
        }

a:link, a:visited {
                                   color: #000000;
                                   text-decoration:none;
                                   }
a:hover {
                color: #ff0000;
                text-decoration:underline;
                }

#seite {
       position: relative;

        margin-top: 10px;
        margin-left: auto;
        margin-bottom: 10px;
        margin-right: auto;
        padding: 0;

        width: 980px;
        border: none;
        background: #ffffff;
        overflow: visible;
        z-index:1;
        }


/*----------- Kopfbild-----------------*/

#welcome {
                display:none;
                }


/* Navigation */

#menu {
        display:none;

}

.navi, .navi1 {
        display:none;
}

.unavi, .unavi1 {
        display:none;
}



/* inhalte */


#inhalt {
        margin-top: 40px;
        margin-left: 10px;
        padding-right: 40px;
        padding-bottom: 20px;
        text-align: justify;
}


#foot {
        display:none;
}



/* Kleinigkeiten */

#bild {
           margin-left: 0px;
           margin-right:20px;
           margin-top: 5px;
           margin-bottom: 5px;
           }

#bild_l {
           margin: 0 20px 20px 0;
		   border: solid 1px #999999;
           float:left;
           }

#bild_r {
           margin: 0 0 20px 20px;
		   border: solid 1px #999999;
           float:right;
           }

#bild_tr {
           margin-left: 20px;
           margin-right:0px;
           margin-bottom: 20px;
           margin-top:10px;
           float:right;
           }

#bild_tl {
           margin-left: 0;
           margin-right:20px;
           margin-bottom: 20px;
           margin-top:0;
           float:left;
           }

#tab {
          vertical-align: top;
          text-align: left;
          width: auto;
          }


.klein {
                font-size: 11px;
                font-style:italic;
                }

