

@charset "UTF-8";

html {
    height: 100%;
    }

body {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    height:100%;
}

body, table { 
    font-size: 11px;
}

h1 { font-size: 12px; }
h2 { font-size: 11px; }
h3 { font-size: 10px; margin-bottom: 0px; }

hr { 
    border-bottom: 1px dotted #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 729px;
    margin-right: 230px;
    }

/* default alignment of table cells */
td {vertical-align: top; text-align: left;}

/* no borders on images */
img { 
    border: 0px;
    vertical-align: bottom;
    }

#suchfeld {
    position: absolute;
    top: 16px;
    left: 16px;
    margin: 0;
    padding: 3px 0 0 0;
    width: 120px;
    height: 17px;
    color: #0000ff;	
}

/* Feld-Formatierung */
#suchfeld input#feld {
    width: 120px;
    height: 17px;
    margin: 0;
    padding: 1px 0 1px 0;
    border: solid 1px #ccc;
    font-family: verdana, sans-serif;
    font-size: 10px;
    line-height: 16px !important
    }

/* Suchbutton-Formatierung */
#suchfeld input#knopp {
    position:absolute;
    left: 123px;
    top: 4px;
    margin: 0;
    padding: 0;
    width: 16px;
    height:16px;
    border: none;
    }

/* Ab hier spezielle Seiteneinstellungen */

/* #container {
    margin: 0;
    padding: 0;
} */

#globalheader {
    width: 970px;
    background: #0000ff;
    color: #fff;
    text-align: right;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
}


#nav { 
    width: 970px;
    white-space: nowrap;
    padding-bottom: 7px;
    padding-top: 4px;
    background-color: #003766;
    border-bottom: 1px solid #fff;
    }


#titelzeile {
    height: 16px;
    width: 970px;
    font-size: 10px;
    font-weight: bold;
    background: #f5f6fb;
    color: #000;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    }

/* #body {
    width: 970px;
    float: left !important;
    margin: 0;
    padding: 0;
    background: #fff;
    border-right: 1px solid #ccc;
    } */


#linkespalte {
    background: #f5f6fb;
    background-repeat: repeat-y;
    background-position: top right;
    color: #000;
 /*    float: left !important; 
    clear: left !important;
    overflow: hidden;   */
    width: 200px;  /* !important;  */
    padding: 0 0 0 5px;
    border-right: 1px solid #ccc;
	z-index: 2;
	min-height: 100%;
	position: absolute;
	left: 0px;
    }

#mittlerespalte {
    width: 770px; /*!important;*/
    background: #fff;
    color: 000;
  /*  float: right !important; */
    padding: 0;
    border-right: 1px solid #ccc;
	z-index: 1;
	min-height: 100%;
	position: absolute;
	left: 200px;
    }

.content {
    margin-right: 20px;
    margin-left: 20px;
    }

.spaltenkopf {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    width: 94%;
    padding: 20 6 6 6px;
    border-bottom: 1px solid #ccc;
    }

.spaltenkoerper {
    font-size: 11px;
    width: 94%;
    padding: 6 6 20 6px;
    }

.spaltenkoerper ul { 
    list-style: none outside;
    padding: 0;
    margin: 0 0 0 0px;
    }


/* #globalfooter {
    width: 970px;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    border-top: 1px solid #003766;
    left: 0px;
    float: left !important;
    clear: left !important;
} */


/* Linkeigenschaften */
a:link, a:visited { color: #0000ff; font-size: 9px; text-decoration: none; }
a:focus, a:hover, a:active { text-decoration: underline; }


/* Linkeigenschaften Autoren */
#autor a:link, #autor a:visited { color: #0000ff; font-size: 8px; text-decoration: none; }
#autor a:focus, #autor a:hover, #autor a:active { text-decoration: underline; }


/* Einsatzuebersicht */
#eins ul {
        display: block;
        list-style: none outside;
        padding: 0;
        margin: 0 0 0 0px;  
        font-weight: bold;  
        font-size: 10px;  
        line-height: 10px;
        }

#eins li {  
         padding: 0;
         margin: 0;
         color: #fff;  /* the next 4 lines are magic */  
         display: block;
         float: left;
         position: relative;
         }

/* NAVIGATIONS-MENUE -- START */

/* ----- Pure CSS tabs start here ----- */

#nav ul {
        display: block;
        list-style: none outside;  
        padding: 0;  margin: 0 5 0 5px;  
        font-weight: bold;  
        font-size: 11px;  
        line-height: 11px;
        }

#nav li {  
         padding: 0;
         margin: 0; 
         background-color: #003766;
         color: #fff;
         display: block;  
         float: left;
         }

#nav a:link, #nav a:visited {  
         background-color: #003766;  
         color: #ffffff;  
         text-decoration: none;
         padding: 2px 6px 4px 6px;
         border-right: 1px solid #fff;
         border-left: 1px solid #003766;
         }

#nav a:focus, #nav a:hover, #nav a:active {
         background-color: #0000ff;
         color: #fff;
         border-left: 1px solid #0000ff;
         }

#navclear {  display: none;}

html>body #navclear {  display: block;  clear: both;}
/* ----- now highlight active tab based on body @class attribute ----- */
body.profil #nav 
li#nav-profil a,body.eins #nav li#nav-eins a,body.ausr #nav li#nav-ausr a,body.infos #nav li#nav-infos a,body.links #nav li#nav-links a,body.impressum #nav li#nav-impressum a,body.mannschaft #nav li#nav-mannschaft a { 
       background-color: #286bb3; 
       color: #fff;
       }

body.index #nav li#nav-index a { 
       background-color: #286bb3;
       color: #fff;
       border-left: 1px solid #fff;
       }

/* NAVIGATIONS-MENUE -- ENDE */




.pager {margin-top: 1em;}

.more { 
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 9px;
        }

.back { 
        font-size: 9px;
        text-align: right;
        }


