.Header {
	font-size: 14px;
	font-weight: bold;
        color: #FFF;
        background-color: #112366;
}
.links {
	text-decoration: none;
}

.rechts {
	text-align: right;
        white-space: nowrap;
}

.left {
	text-align: left;
        white-space: nowrap;
}



.fett {
    font-weight: bold; 
}

.top_header {
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #FFF;
        text-align: center;
}

.header td {
	background-color: #2F4AA9;
        text-align: center;
}

.black{    
    color: #FB0606;
    font-style:normal;
}


.tabelle {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: auto;
    margin-right: auto;
}

.top_header2 {

    background: #112366;
    border: #A8A6E91A;
    border-width: 4px;
    border-style: solid;
    font-weight: bolder;
    font-style: italic;
    font-size: 24px;
    color: #FFF;
    width: 578px;
    box-shadow:4px 4px 4px gray;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.text_center{
	text-align: center;
}

.Footer {
	text-align: center;
	font-size: 10px;
	color: #808080;
	}
        
.bg_hellgruen
        {
            background-color: #d3d3d366;
        }
.bg_dunkelgruen
        {
            background-color: #6CA92F;
        }
        
.bg_gelb{
        background-color: #FFFFCC;
        }
.bg_weiss{
            background-color: white;
        }

.zentriert
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

a:link
{
    color: blue;
    
}
a:visited
{
    color: blue;
    
}
a:hover{
    color: black;
    
    }
a:active
{
    color: blue;
       
}

.menu_link{
    margin-left: auto;
    margin-right: auto;
    display:block;
    width: 250px;
    height: 30px;
    background: #FFFFFF;
    text-align: center;
    line-height: 30px;
    border-style:solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 5px;
    box-shadow:2px 2px 2px gray;
    text-decoration: none;
    }

.top_logo{
    text-align: center;
    margin-left:auto;
    margin-right: auto;
}


.linie{ 
    border :none; 
    border-top: 1px solid #112366; 
    background-color:gray; 
    height: 1px; 
    margin: 0px 80px 0px 80px; 
    width: 578px;
    margin-left: auto;
    margin-right: auto;
}


