@charset "UTF-8";

#navigation_komplett {
	/*	height: 54px;
	width: 332px;*/
	height: 54px;
	width: 332px;
	float: left;
	background-color: #8C794C;
	margin-left: 55px;
	z-index: 1;
	display: inline;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navigation01 {
	width: 330px;
	margin-left: 0px;
	z-index: 1;
}

#navigation_oben {
	background-color: #8C794C;
	width: 330px;
	height: 26px;
	float: left;
	z-index: 1;
               }

#navigation_oben ul {
	list-style: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
               }

#navigation_oben li {
	list-style: none;
	float: left;
	display: inline;
	width: 80px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	text-align: center;
               }

#navigation_oben a {
	display: block;
	background-color: #843920;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6E5C47;
	border-right-color: #6E5C47;
	border-bottom-color: #6E5C47;
	border-left-color: #6E5C47;
	font-weight: normal;
	line-height: 12px;

            }

#navigation_oben li:last-child a {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #6E5C47;
               }

#navigation_oben a:hover {
	background-color: #5A000F;
	color: #FFFFFF;
               }

/* ------------------------------------------------------- */

#navigation02 {
	width: 330px;
	margin-left: 0px;
	z-index: 1;
}

#navigation_unten {
	background-color: #8C794C;
	width: 330px;
	height: 26px;
	float: left;
	z-index: 1;
               }

#navigation_unten ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
               }

#navigation_unten li {
	float: left;
	display: inline;
	width: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-align: center;
               }

#navigation_unten a {
	display: block;
	background-color: #A3884D;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B49F74;
	border-left-color: #B49F74;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B49F74;
	line-height: 12px;
               }

#navigation_unten li:last-child a {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B49F74;
               }

#navigation_unten a:hover, #navbar a:focus {
	background-color: #5A000F;
	color: #fff;
               }

