@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* - - - - navi Links beginnt hier - - - */

#naviL ul {
	list-style-type: none;
	width: 150px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#naviL li {
	width: 150px;
}
#naviL li a {
	width: 150px;
	_width: 11em;/*wichtig fuer explorer*/
	display: block;
	background-color: #657A39;
	color:#ffffff;
	text-decoration:none;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: -2px;
	text-indent: 15px;
	height: 1.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#naviL li a:hover {
	color: #000000;
	background-color: #FFE8B6;
}
#naviL li ul {
	position: absolute;
	left: -999em;/*so aus dem browserfenster*/
	float: left;
}
#naviL li:hover ul, li.sfhover ul {
	left: auto;
	margin-left: 150px;
	_margin-left: 103px;/*wichtig fuer explorer*/
	margin-top: -31px;
}
#naviL li:hover ul li:first-child {
	margin-top: -2px;
}
#naviL ul li {
	vertical-align: bottom;  /*Bugfix fÃ¼r IE6-Listenelement-LÃ¼cke */
}
#naviL li a:hover#o50{
	/*background-color:#000000;*/
	opacity: .65;
	filter:alpha(opacity=65);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
}
/*  - - - - navi links endet hier - - - - */
#merk {
	background-image: url(../img/butt_merk_1.png);
	background-repeat: no-repeat;
	background-position: -2px 3px;
}
#merk:hover {
	background-image: url(../img/butt_merk.png);
	background-repeat: no-repeat;
}
#start .a1, #lage .a4, #aktiv .a11, #angebot .a7, #merkwurdig .a13, #auftrag .a6, #termine .a10, #index .a2, #team .a9, #ziel .a8, #unter .a5, #marien .a3, #kontakt .a12 {
	color: #FFFFFF;
	background-color: #333333;
}