body { 
    font-family: Arial, 'Helvetica', sans-serif;
    font-size: 11px;
    line-height: 14px;
    background-image: url('flex_start_bg_01.gif');
    background-repeat: no-repeat; 
    background-position: 0px 35px;
}

a {
    color: black;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    }

h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    }

.link-audio {
    background: transparent url('link_audio.gif') no-repeat left 1px;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    }

a:hover.link-audio {
    color: #333;
    text-decoration: underline;
    }


.link-extern {
    background: transparent url('link_ex.gif') no-repeat left 1px;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    color: black;
    font-weight: bold;

    }

a:hover.link-extern {
    background: transparent url('link_ex_o.gif') no-repeat left 1px;
    color: #333;
    text-decoration: underline;
    }

.link-pdf {
    background: transparent url('link_pdf.gif') no-repeat left 0px;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    }

a:hover.link-pdf {
    color: #333;
    text-decoration: underline;
    }

.link-email {
    background: transparent url('link_email.gif') no-repeat left 1px;
    padding: 0px 0px 0px 18px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    }

a:hover.link-email {
    color: #333;
    text-decoration: underline;
    }

img {
    border: 0px;
    }

    
.enter-txt {
    background-color: white;
    position: absolute;
    left: 35px;
    top: 400px;
    width: 280px;
    height: 80px;
    padding: 10px;
    }

#wrapper {
    display: block;
    width: 1020px;
    height:590px;
    /*border: red solid 5px;*/
    margin: 0 auto;
    clear: both;
}

*html #wrapper {
    width: 1500px;
    }

#header {
    display: block;
    width: 830px;
    height: 35px;
    margin: 0 auto;
    font-size: 13pt;
    color: #333;
    padding-top: 7px;
    }

#navigation {
    background-color: yellow;
    width: 150px;
    height: 350px;
    float: left;
    display: block;
    margin: 0px 10px 0px 0px;
    padding: 10px 10px 0px 10px;
    }

#content {
    background-color: #ededed;
    width: 420px;
    height: 550px;
    float: left;
    display: block;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 0px 10px;
    overflow: auto;
    }
    
#begriffe {
    background-color: black;
    float: left;
    display: block;
    width: 186px;
    height: 400px;
    margin: 0px 10px 0px 0px;
    color: white;
    font-style: italic;
    padding: 7px 7px 7px 7px;
    overflow: auto;
    }
    
#footer {
    background: url('pfeil_deko_big.png') no-repeat left top;
    float: right;
    display: block;
    width: 75%;
    height: 30px;
    margin: 0px auto 0px auto;
    padding: 7px 0px 0px 50px;
    }

#logos {
    display: block;
    width: 200px;
    height: 160px;
    float: left;
    margin: 0px 0px 0px 0px;
    }

.kalender {
    width:130px; 
    display:block;
    height:170px;
    display:block;
    float:left;
    margin:10px 10px 0px 0px;
    }

#glossar a {
    background-color: black;
    color: white;
    padding: 1px 5px 1px 1px;
    text-decoration: none;
    line-height: 15px;
    }

#glossar a:hover {
    background-color: #666;
    text-decoration: none;
    color: yellow;
    }

#glossar span {
    background-color: black;
    color: white;
    padding: 1px 5px 1px 1px;
    text-decoration: none;
    line-height: 15px;
    font-weight: bold;
    }

#partner a {
    margin: 3px 0px 4px 0px;
    }


.kalender h3 {
    margin-top: 0px;
    padding.top: 0px;
    }
   
.fstLevelActive {
    background: url('arrow_first_level_a.gif') no-repeat left top;
    display: block;
    color: red;
    padding: 0px 0px 0px 14px;
    text-decoration: none;
    font-weight: bold;
    }

a:hover.fstLevelActive  {
    background: url('arrow_first_level_o.gif') no-repeat left top;
    color: #666;
    display: block;
    }

.fstLevel {
    background: transparent url('arrow_first_level.gif') no-repeat left top;
    color: black;
    display: block;
    padding: 0px 0px 0px 14px;
    text-decoration: none;
    font-weight: bold;
    }

a:hover.fstLevel  {
    background: url('arrow_first_level_o.gif') no-repeat left top;
    color: #666;
    display: block;
    }
    
.secLevel {
    background: url('sub.gif') no-repeat 10px top;
    font-weight: normal;
    display: block;
    color:black;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    }

a:hover.secLevel {
    background: url('sub_o.gif') no-repeat 10px top;
    color: #666;
    }

.secLevelActive {
    background: url('sub_a.gif') no-repeat 10px top;
    font-weight: normal;
    display: block;
    color: red;
    padding: 0px 0px 0px 20px;
    text-decoration: none;
    }

.strong {
    text-transform: uppercase;
    color:red;
    }

#endbericht ul li {
	font-style: italic;
	list-style-type: none;
	}
	
#endbericht sup {

	color: #00adef;
	font-weight: normal;
	}

#endbericht h2 {font-size: 16px;}

#endbericht h3 {font-size: 14px;}

#endbericht h4 {font-size: 12px;}

#endbericht h5 {font-size: 12px;}

.fuss-noten {
	border-top: #00adef double 4px;
	margin: 50px 0px 50px 0px;
	color: #00adef;
	font-style: italic;
	}






