body{
    /*background-color: #e4ebf3;*/
    background-color: #79b6d2; /* Wie Schrift oben */
    /*background-color: #808da6;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;
    text-align: center;
    margin: 0px;
}


div#header{
    height: 114px;
    text-align: center;
    background-image: url("header_bg.jpg");
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #646464;
    /*border-bottom-color: #808da6;*/
    margin-bottom: 20px;
    padding-bottom: 0px;
}

div#rahmen{
    width: 790px;
    text-align: center;
    /*background-color: green;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px; /* Aussenabstand zur oberen Linie */ 
}



div#navibox{
    /*background-color: #332211;*/
    /*border-left-style: solid;*/
    /*border-left-width: 2px;*/
    /*border-left-color: #008eb6;*/
}

div#navititle{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #008eb6;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
	/*border-left-width: 2px;*/
	/*border-left-style: solid;*/
}


/* Aussehen der Links im Rahmen / Tabelle */
#rahmen a:link{
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
	color: #646464;
}

#rahmen a:visited{
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
	color: #646464;
}

#rahmen a:hover{
	text-decoration: underline; 
	color: #d98753;
	margin-left: 10px;
	font-weight: bold;
}


/* Aussehen der Links */
a:link{
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
	color: #646464;
}

a:visited{
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
	color: #646464;
}

a:hover{
	text-decoration: underline; 
	color: #4a4dda;
	margin-left: 10px;
	font-weight: bold;
}

img{
	border-color: #4d5253;
}

#impressumsleiste{
	margin-top: 20px; 
	border-top-style: solid;   
        border-top-color: #e3e3e3;
	border-width: 1px; 
	color: white;  
}

#impressumsleiste a:link{
	text-decoration: none;
	color: white;
	font-weight: normal;
} 


#impressumsleiste a:visited{
	text-decoration: none;
	color: white;
	font-weight: normal;
}

#impressumsleiste a:hover{
	text-decoration: underline;
	color: white;
	font-weight: normal;
}

