.c_head_dark
{
    background-color: #696969;
    color: white;
    padding: 20px 20px 0 15px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.c_head_dark
{
    min-height: 500px;
    height: 500px;
}
/* IE6 Hack */
html > body .c_head_dark
{
    height: 100%;
}
/* ----------*/

.c_head_dark h2.c_title
{
    color: white;
    letter-spacing: 2px;
    width: 300px;
}

.c_head_dark h3, h4, h5, h6
{
    /*color: #d8f8d8;*/
    /*line-height: 1.5em;*/
    color: white;
    padding: 3px 0 3px 0;
}
.c_head_dark h3
{
    /*width: 300px;*/
    padding: 0 0 3px 0;  
}

.c_head_dark .Normal
{
    color: white;
    line-height: 1.5em;
}

.c_head_dark a:link, .c_head_dark a:active, .c_head_dark a:visited
{
    font-weight: bold;
    color: #d8f8d8; 
}
.c_head_dark a:hover
{
    color: #cc7f00;
}

.Tabelle_weiss td
{
    color: white;
    line-height: 1.5em;
    vertical-align: top;
}

/*---------- imagebilder ----------- */
.imagebild
{
    /*border: solid 1px white;*/
    position:relative;
    text-align:right;
    float:right;
    margin: 0px -20px 0 0;
    padding-top: 10px;
}
.imagebild img
{
    /*border: solid 3px blue;*/
    padding-left: 15px;
}

.imagetext
{
   float: left;
   width: 320px;
   /*border: solid 1px blue;*/
}


































