@charset "UTF-8";

	#navcontainer {
	margin-top: 95px;
	margin-left: 183px;
	padding: 0;
	position: absolute;
	height: 17px;
	width: 326px;
	background-color: #4b4b4d;
	}

	#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

	#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

	#navcontainer ul li a {
	background: #4b4b4d;
	height: 17px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	}

	#navcontainer ul li a:hover {
	background-image:url(img/menu_hover.gif)
	}

	li#agentur {
	width: 78px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	background-color: #7ab51d;
	letter-spacing: 1px;
	}
	
	li#leistungen {
	width: 96px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	background-color: #cc007a;
	letter-spacing: 1px;
	}
	
	li#kunden {
	width: 70px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	background-color: #0097af;
	letter-spacing: 1px;
	}

	li#kontakt {
	width: 82px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	background-color: #ed6f00;
	letter-spacing: 1px;
	}

	#navcontainer   li#agentur   a {
	width: 78px;
	}

	#navcontainer  li#leistungen  a {
	width: 96px;
	}

	#navcontainer  li#kunden  a {
	width: 70px;
	}
	
	#navcontainer  li#kontakt  a {
	width: 82px;
	}
	
	.border_agentur {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7ab51d;
	}

	.border_leistungen {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cc007a;
	}

	.border_kunden {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0097af;
	}

	.border_kontakt {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ed6f00;
	}
