@charset "utf-8";
/* CSS Document */


html, body {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 0;
        background-color: #FFFFFF;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #666666;
        height: 101%;
        width: 100%;
}

body {
        position: absolute;
}

h1 {
        font-size: 16px;
        font-weight: bold;
}

h2 {
        font-size: 14px;
}

h3 {
        font-size: 12px;
        left: -10px;
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 5px;
}

a {
        color: #1C7D92;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

#hintergrund {
         position: absolute;
         z-index: 1;
         width: 100%;
         height: 100%;
}

#wrapper {
        position: relative;
        z-index: 2;
        padding: 20px 20px 20px 20px;
}

#page {
         position: relative;
         width: 900px;
         border: 1px solid #EEEEEE;
}


#kopf {
         position: relative;
         background-image: url(../images/transp.png);
         background-repeat: repeat;
         background-position: left top;
         width: 890px;
         height: 120px;
         border: 5px solid #FFFFFF;
         border-bottom: 0;
}

#logo {
         position: absolute;
         left: 20px;
         top: 50px;
}


#logo_rect1 {
         position: absolute;
         width: 40px;
         height: 40px;
         background-color: #F3DF00;
         left: 660px;
         top: 50px;
         border: 1px solid #EEEEEE;
}

#logo_rect2 {
         position: absolute;
         width: 40px;
         height: 40px;
         background-color: #823482;
         left: 720px;
         top: 50px;
         border: 1px solid #EEEEEE;
}

#logo_rect3 {
         position: absolute;
         width: 40px;
         height: 40px;
         background-color: #c88774;
         left: 780px;
         top: 50px;
         border: 1px solid #EEEEEE;
}

#topmenue {
         position: relative;
         border: 5px solid #FFFFFF;
         border-bottom: 0;
         background-color: #1C7D92;
         width: 890px;
         height: 40px;
}

#topmenue ul {
         position: absolute;
         left: -20px;
         top: 15px;
         margin: 0px;
         width: 800px;
         list-style-type: none;
         line-height: normal;
}

#topmenue li {
         float: left;
         text-align: left;
         padding-top: 0px;
         text-indent: 5px;
         color: #FFFFFF;
         width: 140px;
         height: 25px;
}

#topmenue a {
         display: block;
         width: 130px;
         height: 25px;
         padding: 6px 0px 0px 0px;
         text-align: left;
         text-indent: 20px;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 13px;
         font-weight: bold;
         border: none;
}

#topmenue .nav a {
         color: #EEEEEE;
         text-decoration: none;
         background: url(../images/button.png) no-repeat left top;
}

#topmenue .nav a:hover {
         color: #EEEEEE;
         text-decoration: underline;
         background: url(../images/button.png) no-repeat left top;
}

#topmenue .navact a {
        color: #666666;
        text-decoration: none;
        background: url(../images/button_act.png) no-repeat left top;
}

#topmenue .navact a:hover {
        color: #666666;
        text-decoration: underline;
        background: url(../images/button_act.png) no-repeat left top;
}

#content {
         position: relative;
         background-color: #FFFFFF;
         width: 100%;
}

#fuss {
         width: 900px;
         height: 50px;
         color: #DDDDDD;
}

.inhalt {
         width: 100%;
         border-spacing: 5px;
}

.feld {
         background-color: #E2E0E0;
         padding: 10px;
         padding-top: 0px;
}

.spanner {
         position: relative;
         float: left;
         width: 1px;
         height: 400px;
}

.bodytext {
         color: #666666;
         font-size: 10px;
}

.smallwhitetext {
         color: #666666;
         font-size: 9px;
}

.teamlist h3{
         border: 0;

}

.dtpl {
	display:none;	
}

.dtpl_akt {
	display:block;
}