
/* top_menu Navigation Buttons
------------------------------------ */
#navigation-3 li {
background: #676f7a url(nav-bg-2.jpg) bottom left repeat-x;
border-left: 1px solid #707F90;
border-right: 1px solid #3C444D;
float: right;
list-style-type: none;
font: 80%/1.5em Tahoma, Verdana, arial, sans-serif; font-weight: normal;  
}

#navigation-3 li a {
color: #DFE1E2;
float: right;
padding: 6px 19px; 			/* Groesse der Buttons */
text-decoration: none;
}

#navigation-3 li a:hover {
background: #5d91da url(nav-bg-3.jpg) bottom left repeat-x;
color: #FFF;
text-decoration: underline;
}

#navigation-3 li a.active {
background: #6aec7c url(nav-bg-3.jpg) bottom left repeat-x;
color: #FFF;
text-decoration: underline;
}

#navigation-3 li.start {
border-left: 0;
}

#navigation-3 li.ende {
border-right: 0;
}

#navigation-3 .homeicon {
	padding-left: 12px;		/* zieht icon nach linke Seite left  */
	padding-bottom:2px; 		/* zieht icon nach unten zum bottom */
	margin-left: 2px;
	background: url(home.png) no-repeat left center;
	}

/*   Clearing Floats 2 different ways
------------------------------------------- */

.clearfloats {clear: both; display: block; height:0px; overflow:hidden;}


.clear {
    width: 100%;
    clear: both !important;
    display: inline-block;
    }
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
 * html .clear {
    height: 1%;
    }
