@charset "UTF-8";


/* NAVIGATION -------------------------------------- */
/* ------------------------------------------------- */  
/* ------------------------------------------------- */  

a {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: rgba(148,141,44,1);
}

a:hover {
	color: rgba(74,64,74,1);
}





/* BOXEN – Head -------------------------------------- */ 
/* ------------------------------------------------- */  
/* ------------------------------------------------- */  

header {
	width: 100%;
	height: 80px;
	text-align: center;
	background: rgba(254,236,84,0.7) url(../images/oelerich_ornament_1580x90.png) no-repeat fixed center top;
}



/* NAVIGATION – Kopf -------------------------------------- */  

#header_nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}


#header_nav_100 {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#header_nav ul {
	list-style-type: none;
	height: 60px;
	text-align: center;
}


#header_nav ul li {
	display: inline;
	text-align: center;
}


.header_margin_text {
	margin-right: 20px;
	margin-left: 20px;
	line-height: 48px;
	vertical-align: top;
}

.header_margin_icon {
	margin-right: 20px;
	margin-left: 20px;
}


.bg_ornament {
	background: url(../images/oelerich_logosymbol_40x40.png) no-repeat center 0px;
}

.bg_ornament:hover {
	background: url(../images/oelerich_logosymbol_40x40_hover.png) no-repeat center 0px;
}


/* BOXEN – Footer -------------------------------------- */
/* ------------------------------------------------- */  
/* ------------------------------------------------- */  
 
footer {
	background: rgba(250,224,34,1);
}


/* NAVIGATION – Fuss -------------------------------------- */  

#box_footer_slogan{
	height: 34px;
	padding-top: 16px;
}

#box_footer_ornament{
	margin-right: 28.125%;
	margin-left: 28.125%;
}

#box_footer_nav{
	width: 960px;
	text-align: center;
	height: 55px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#box_9{
	float: left;
	width: 3.125%; /* 90 / 960 */
	padding-right: 3.125%; /* 30 / 90 */
	padding-left: 3.125%; /* 30 / 90 */
	text-align: center;
}

#box_81{
	float: left;
	width: 81.25%; /* 780 / 960 */
	padding-top: 10px;
	text-align: center;
}


#footer_nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 30px;
	padding-bottom: 15px;
	padding-top: 15px;	
}

#box_footer_nav ul {
	list-style-type: none;
	text-align: center;
}

#box_footer ul li {
	font-size: 18px;
	margin-right: 20px;
	margin-left: 20px;
	height: 30px;
}

footer a {
	color: rgba(123,118,35,1);
	text-decoration: none;
}



.nav_button_top {
	background: url(../images/oelerich_grafik_button_top.png) no-repeat;
	height: 30px;
	width: 30px;
}

.nav_button_top:hover {
	background: url(../images/oelerich_grafik_button_top_hover.png) no-repeat;
	height: 30px;
	width: 30px;
}


.footer_margin_text {
	margin-top: 6px;
}
