@charset "utf-8";/** * left column navigation */#nav {	width: 249px;	min-height: 400px;	height: auto!important;	height: 100%;	overflow: hidden!important;	background: url(../images/bg_nav.jpg) top left repeat-x;		margin-left: 1px;	}	#nav ul {		list-style: none;		line-height: 0.1em;		margin: 0 0 0 1px;		}		#nav ul li {		display: inline;		}		#nav ul a {			display: block;			text-decoration: none;			font-weight: bold;			font-size: 0.875em;			color: #4c4833;			line-height: 1.563em;			padding: 0 0 0 20px;			margin: 0 0 5px 0;			background-color: #fff2ac;			overflow: hidden;		}		#nav ul a:hover, #nav ul a:active {			background-color: #ffdd2c;		}		#nav ul a.on {			background-color: #ffdd2c;			font-style: italic;		}		#nav ul ul {    list-style: none;		line-height: 0.1em;		margin: 0 0 0 1px;    }    #nav ul ul li {		display: inline;		}    #nav ul ul a {      padding: 0 0 0 35px;    }/* END left column navigation *//** * quick navigation */#more-nav {	position: relative;	top: 47px;	text-align: right;	}	#more-nav ul li {		display: inline;	}	#more-nav ul a {		text-decoration: none;		font-size: 14px!important;		margin-right: 15px;		color: #000;		font-weight: normal;	}/* END quick navigation *//** * main/top navigation */#top-nav {	text-align: center;	position: relative;	height: 37px;	top: 156px;	margin: 0 0 0 105px;}.top-nav-item {	position: relative;	float: left;	}.top-nav-item a {	display: block;	color: #000;	font-size: 14px!important;	font-weight: bold;	text-decoration: none;	height: 20px;	padding: 17px 0 0 0;	}	.top-nav-item a#aktuelles { width: 144px; }	.top-nav-item a#tourist-info { width: 145px; }	.top-nav-item a#veranstaltungen { width: 153px; }	.top-nav-item a#gewerbe-weinbau { width: 184px; }	.top-nav-item a#brodenbach { width: 145px; }	.top-nav-item a:hover { text-decoration: underline; }	.top-nav-item a.on {		text-indent: -9999px;		}		.top-nav-item a#aktuelles.on {			background: url(../images/nav_aktuelles.png) top center no-repeat;		}		.top-nav-item a#tourist-info.on {			background: url(../images/nav_tourist-info.png) top center no-repeat;		}		.top-nav-item a#veranstaltungen.on {			background: url(../images/nav_veranstaltungen.png) top center no-repeat;		}		.top-nav-item a#gewerbe-weinbau.on {			background: url(../images/nav_gewerbe_weinbau.png) top center no-repeat;		}		.top-nav-item a#brodenbach.on {			background: url(../images/nav_brodenbach.png) top center no-repeat;		}/* END main/top navigation */
