*
{
    margin: 0;
    padding: 0;
    border: 0 none;
}

body
{
    background: #fff;
    font-family: Verdana,Arial,sans-serif;
    font-size: .7em;
    line-height: 150%;
    color: #262324;
}



/* ------ Container / Boxes ----------- */


#stage
{
    width: 886px;
    background: transparent url(../images/line_v_right.gif) right repeat-y;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative; /* wichtig fuer Positionierung img#endquot */
}

#navbox
{
    background-color: #eeedec;
    width: 198px;
    margin-right: 17px;
    float: left;
    padding-top: 154px;
    text-align: right;
}

#mainbox
{
    width: 635px;
    float: left;
    position: relative; /* wichtig fuer Positionierung Login und Suchfeld */
}

#contentbox
{
    /*width: 538px; NEIN - ansonsten rutschen alle Grafiken nach links! */
}

#searchform
{
    position: absolute;
    top: 15px;
    right: 0;
    width: 125px;
}

#breadcrumb
{
    padding: 15px 0;
}

#endquot
{
    position: absolute;
    bottom: 0;
    right: 34px;
}




/* ------ Text / Absaetze / Links ----------- */


p
{
    width: 540px;
    margin-bottom: 15px;
    text-align: justify;
}


#breadcrumb a,
#contentbox a
{
    font-weight: bold;
    color: #262324;
    text-decoration: none;
}

#breadcrumb a:hover, 
#contentbox a:hover
{
    text-decoration: underline;
}


#contentbox a.maillink
{
    font-weight: normal;
    color: #610a1d;
}


#contentbox ul
{
    width: 540px;
}

#contentbox ul li
{
    list-style: none;
    background: url(../images/arrow_nav1.gif) left 3px no-repeat;
    padding-left: 17px;
}

#contentbox ul.csc-bulletlist li /* fuer Leitsätze */
{
    background: url(../images/bg_listitem.jpg) left 5px no-repeat;
    padding-left: 15px;
    margin-bottom: 15px;
}

#contentbox ul li.up
{
    background: url(../images/arrow_up.gif) left 3px no-repeat;
    margin-bottom: 5px;
}



/* ------ Text-/Bild-Kombination ----------- */


div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img
{
    margin: 5px 0 3px 0;
}

div.csc-textpic div.csc-textpic-text p
{
    width: 315px;
}

div.csc-textpic-intext-right-nowrap div
{
    margin-right: 0px !important; /* behebt z.T. ein Problem im IE6 (sonst Partner-Seite zerschossen) */
}

div.csc-textpic-intext-right-nowrap div.csc-textpic-text ul
{
    width: 315px !important; /* sonst auf Partner-Seite im IE6 Grafiken nicht auf gleicher Hoehe wie Text */
}



/* ------ "nach oben"-Links ----------- */


div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image img
{
    margin: 0;
}

.csc-textpic-intext-left-nowrap p
{
    margin-bottom: 0;
}



/* ------ Formulare ----------- */


#contentbox input,
#contentbox textarea,
#contentbox select
{
    border: 1px solid #999;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}

#searchform input#searchfield
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 12px;
    padding: 2px;
    border: 1px solid #999;
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

#searchform input#searchbtn
{
    position: absolute;
    top: 0;
    right: 0;
}



/* ------ Styles fuer Koepfe-Seite ----------- */


div#tlbox
{
    position: relative;
}

table#koepfe td
{
    width: 145px;
    vertical-align: top;
    padding-bottom: 20px;
}

div.kopflayer
{
    position: absolute;
    left: 101px;
    top: 55px;
    background-color: #fff;
    width: 305px;
    padding: 20px;
    border: 1px solid #ccc;
    display: none;
}

.quot_start
{
    background: transparent url(../images/quotmark_start.gif) left top no-repeat;
    padding-right: 10px;
}

.quot_end
{
    background: transparent url(../images/quotmark_end.gif) right bottom no-repeat;
    padding-left: 12px;
}

.darkred
{
    color: #610a1d;
}



/* ------ Styles fuer Ansprechpartner-Seite ----------- */


.partnerColLeft
{
    width: 315px;
    float: left;
    margin-bottom: 10px;
}

.partnerColRight
{
    margin-left: 320px;
    margin-bottom: 10px;
}



/* ------ Styles fuer Dateilinks (AGB) ----------- */


.filelinks div
{
    margin: 0;
    padding: 0;
}

.filelinks .icon {
    clear: left;
    float: left;
    width: 30px;
    text-align: left;
    padding-top: 4px;
}

.filelinks .info {
    margin-left: 30px;
    margin-bottom: 15px;
}
