body{
    background-color: #79b6d2;
    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;
    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#main_content{
    text-align: left;
    font-size: 1em;
    line-height: 1.5em;
    /*background-color: blue;*/
    margin-right: 220px;
    margin-left: 45px;
}

h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.2em;
}

/* normale Textlinks */
a:link{
	text-decoration: underline;
	font-weight: normal;
	color: #542929;
}

a:visited{
	text-decoration: underline;
	font-weight: normal;
	color: #542929;
}

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

/* Navigationsleiste */

div#navibar{
    float:right;
    text-align: left;
    width: 200px;
    background-image: url("navi_bg.jpg");
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #646464; 
    padding-bottom: 5px;
}

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

.navititle{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #646464;
	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 in der Navibar */
#navibar a:link{
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
	color: #008eb6;
}

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

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

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

#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;
}


/* Subnavigations-Tabelle */
.subnavi a:link{
	color: #542929;
	font-weight: normal;
	text-decoration: none;
}
 
.subnavi a:visited{
	color: #542929;
	font-weight: normal;
	text-decoration: none;
}

.subnavi a:hover{
	color: white;
	font-weight: normal;
	text-decoration: underline;
}






