/************** HTML-Tags ******************************/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #3F6F7A;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    font-size: 1em; }

h1, h2, h3 {
    font-weight: bold;
    line-height: 120%;
    }
h1 {
    font-size:1.1em; 
    margin-top: 20px;
    }
	 
h1.erste {
	margin-top: 50px;
}

h2 {
    font-size:0.9em; }
h3 {
    font-size:0.8em; }
h4 {
    font-size:0.8em; 
    font-weight: bold;
    font-style: italic;
    }
    
p, td, li {
    color: #333;
    background-color: inherit;
    font-size: 0.8em;}
a:link {
    color: #3F6F7A;
    background-color: inherit; }
a:visited { color: #62ADAE;
    background-color: inherit; }
a:hover {   
    color: #62ADAE;
    background-color: inherit; }
a:active {  
    color: #62ADAE;
    background-color: inherit; }
a img {
        border: none;
    }

img.rechts {
    float: right;
    padding-left: 10px;}
img.links {
    float: left;
    padding-right: 10px;}

/*************** SEITENBEREICHE ********************/
#kopf {
    margin-left: 80px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-size: 0.9em; }
    
#inhalt {
    position: absolute;
    left: 87px;
    top: 85px;
    padding: 15px; 
    width: 580px;}
    
#navigation {
    color: #3F6F7A;
    background-color: #93BEC8;
    height: 45px;
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    position: absolute;
    top: 50px;
    z-index:3;
    }
    
#logo {
    position: absolute;
    top: -41px;
    left: 15px;
    z-index: 50;
    width: 40px;
}

#laengsband
    {
        position: absolute;
        top: 0px;
        left: 13px; 
        height: 600px;
        width: 46px;
        color: #FFF;
        background-color: #D8E7EB;
        z-index: 1;
        }
        
#fusszeile {
    font-size: 0.7em;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #3F6F7A;
    padding-top: 5px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#aktuell {
	height: auto;
	width: 200px;
	position: absolute;
	top: 40px;
	right: 0px;
	padding: 8px;
	background-color: #D8E7EB;
	color: black;
	border: 1px dotted #3F6F7A;
	visibility: hidden;

}

#aktuell h1 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 0.8em;
}
#aktuell p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}
#aktuell a:link, #aktuell a:visited, #aktuell a:hover, #aktuell a:active {
	color: black;
	background-color: transparent;
}
.kleiner {
    font-size: 0.7em;
}
.krankheit {
        font-weight: bold;
        color: #3F6F7A;
        background-color: transparent;
        font-style: italic;
    }

.nachoben {
        width: auto;
        float: right;
        font-size: 0.8em;
		  margin-top: -10px;
		  margin-bottom: 15px;
		  
    }
    
.claro {
        clear: both;
    }
