#tabcontainer
        {
            margin-top: 10px;
            background: #fff;
        }

    #tabnav
        {
            height: 20px;
            margin: 0;
            padding-left: 0px;
        }

    #tabnav li
        {
            margin: 0;
            padding: 0;
            display: inline;
            list-style-type: none;
        }

    #tabnav a:link, #tabnav a:visited
        {
            float: left;
            background: #f3f3f3;
            font-size: 10px;
            line-height: 14px;
            font-weight: bold;
            padding: 2px 10px 2px 10px;
            border: 1px solid #ccc;
            text-decoration: none;
            color: #666;
        }

    #tabnav a:link.active, #tabnav a:visited.active, #tabnav .active
        {
            border-bottom: 1px solid #fff;
            background: #fff;
            color: #000;
        }

    #tabnav a:hover
        {
            background: #fff;
        }

    .tabdiv{
        margin-top: 10px;
    }
/* Ende Tabnav */

a img{
    border: 0;
}

.subnavi{
    width: 150px;
    background: #E9E9E9;
    padding: 5px;
    float: right;
    border: 1px solid #ff6600;
    margin-left: 10px;
    margin-bottom: 20px;
}

/* Bildergalerie */
div.galerie{
margin-bottom: 20px;
}

div.galerie div{
float: left;
width: 120px;
}

div.galerie img{
    border: 1px solid #808080;
    padding: 5px;
}

dl.galerie
{
    border: 1px solid #808080;
    width: 108px;
    text-align: center;
    padding: 5px;
    padding-bottom: 15px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    background: #E9E9E9;
    cursor: hand;
    cursor: pointer;
}

 dl.galerie:hover
{
    border: 1px solid black;
    background: #808080;
}

.galerie dt { font-weight: bold; }

.galerie dt img
{
    border: 1px solid #000;
    width: 100px;
    height: 100px;
}

.galerie dd
{
    margin: 0;
    padding: 0;
}
/* Ende Bildergalerie */

.highlight{
background-color: #FEB700;
}

/* Startseite K?tchen*/
.startkasten{
    float: left;
    width: 218px;
    margin: 0px 2px 2px 0px;
}

.startkasten img{
    width: 218px;
    height: 115px;
}

.startkasten .starttext{
    padding: 5px; 
    margin-top: 2px;
    height: 75px;
    background: #FEB700;
}

.startkasten .starttext h1{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

.startkasten a{
    color: #FCB302;
}

.startkasten a:hover{
    color: black;
    text-decoration: underline;
}
/* Ende Startkasten */

 dl.startseite
{
    border: 1px dashed #ff7700;
    width: 200px;
    text-align: left;
    padding: 5px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    voice-family: "\"}\"";
   voice-family: inherit;
   width: 185px;
    
	overflow:hidden;
	height:expression(
    this.scrollHeight > 200? "260px" : "auto" );

}


.startseite dt {
    font-weight: bold;
    color: #ff7700;
    }

.startseite dt img
{
   
    margin: 10px 0px;
}

.startseite dd
{
    margin: 0;
    padding: 0;
}

.startseite rechts {
    text-align: right;
}

.startseite a:hover{
    text-decoration: none;
}
/* Ende Startseite K?tchen*/

.aufklappkopfzeile {
    border: 1px solid #ff9900 ;
    background-color: #ffb600 ;
    margin: 0px;
    padding: 1px;
    margin-bottom: 2px;
    color: #000000;
}

.aktiv{
    font-weight: bold;
    font-size: 10px;
}

.auflistung li{
   margin-bottom: 10px;
}

.sitemap ul{
    margin: 0;
    padding-left: 5px;
    list-style: none;
}

.sitemap ul li{
    margin-top: 10px;
}

.sitemap    ul li li{
    padding-left: 10px;
    margin: 0;
}

.richtig{
    color: green;
}

.falsch{
    color: red;
}

.sportcollege{
    color: #ff7700;
}

.abstandoben{
    margin-top: 10px;
}

.abstandunten{
    margin-bottom: 10px;
    clear: both;
}

.bildlinks{
    float: left;
    margin-right: 10px;
}

.textnebenbild{
    float: right;
    width: 0 auto;
}

form label.required {
  color: #FEB700;
}

form label.completed {
  color: green;
}

.formmailerror{
    padding: 5px;
    background-color: #FEB700;
    margin-top: 10px;
    margin-bottom: 10px;
}

form label{
    width: 120px;
    cursor: pointer;
    cursor: hand;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.kontakt {
    width: 200px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.clearleft{
    clear: left;
}

.transMenu .item {
    color: #ff6600;
}

.transMenu .content {
    border: 1px solid #ff6600;
    }



#hiddenFrameDiv a{
    color: white;
}


/* vCard / Infocard */
#hiddenFrameDiv{
    width: 500px;
    height: 300px;
    border: 1px solid black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #C6E3FF;
    display: none;
    text-align: right;
}

#hiddenFrame{
    position: relative;
    width: 100%;
    height: 280px;
    background-color: #ffffff;
}
/* Ende vCard / Infocard */

#infocard{
    text-align: left;
    padding: 10px;
}

/* vCard */
#hiddenFrameDiv{
    background-color: #FFB600;
}

a:link, a:visited, a:active {
    color: #FF4400;
}

a:hover{
    color: #FFB600;
    text-decoration: none;
}

#footer{
    border-top: 1px dotted #ff6600;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 5px;
    text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #ff6600;
    text-decoration: none;
}


#brotkrumen {
    color: #FC7315;
    border-bottom: 1px dotted #FEB700;
}

#brotkrumen .aktiv{
    font-weight: bold;
}




#frame {
        width:778px;
        margin-right:auto;
        margin-left:auto;
        padding:0px;
        text-align:left;
        }

    #contentleft {
        width:140px;
        padding:0px;
        float:left;
        background:#fff;
        }

    #contentcenter {
        width:490px;
        padding:0px;
        float:left;
    }

    #contentcenter #inhalt{
        padding: 0px 40px 0px 10px;
    }

    #contentcenter #inhalt input{
        border: 0;
        border-bottom: 1px solid #98B9EB;
        background-color: #F2F2F2;
    }

    #contentright {
        width:148px;
        padding:0px;
        float:left;
        background:#fff;
        font-size: 11px;
    }

    #contentheader {
        background:#fff
    }



body, table, p{
    color: #666666;
}

body, table, td, p {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    }


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

form {
    display:inline
    }

h1{
    font-size: 14px;
    color: #ff7700;
    margin: 0;
    padding: 0;
}

h3{
    font-size: 14px;
    margin:0;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    color: #666666;
}

#agb h3{
     margin-bottom: 5px;
}

h4{
    font-size: 13px;
    margin:0;
    padding: 10px 0 0 0;
}

.rollover{
}

.rahmen {
    border: 1px solid black;
}

.datum {
    font-size: 10px;
    color: #808080;
}

.floatleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.floatright {
    float: right;
    margin-left: 10px;
}

.ausfuellen{
                  font-family: Arial, Helvetica, sans-serif;
                  border: 1px solid red ;
}

.letsgo{
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
}

.fehlermeldung {
    border: 1px solid #ff0000;
    background-color: #ffcccc;
    color: #ff0000;
    padding: 5px;
}

