
a.rollover {
	display: block;
	background-position: left top;
}

a.rollover:hover {
	background-position: right bottom;
}

.clearer {
	clear: both;
}

.floater {
	float: left;
}

.rfloater {
	float: right;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/** Navigation **/

#header_container {
	position: relative;
	top: 0;
	left: 0;
	height: 95px;
	width: 960px;
}

#navigation_container {
	position: absolute;
	top: 45px;
	left: 0;
	width: 960px;
	height: 30px;
	background-color: #dfdad1;
}

#logo_container {
	position: absolute;
	top: 0;
	left: 0;
}

#header ul {
	list-style-type: none;
}

#header ul li {
	margin: 0;
	border-left: 2px #fdfcf7 solid;
	height: 26px;
	width: 94px;
	list-style-type: none;
	text-align: right;
	padding: 4px 6px 0 0;
	vertical-align: top;
	line-height: normal;
	text-transform: uppercase;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

#header ul li a {
	color: #847d72;
	background-color: transparent;
	border: 0;
	font-size: 11px;
	display: inline;
	height: auto;
 line-height: normal;
	margin: 0;
	padding: 0;
	text-align: right;
	text-decoration: none;
	width: auto;
}

#header ul li a:hover {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

#header ul li#nav_empty {
	width: 132px;
}

#submenu_locations_container {
	position: absolute;
	top: 45px;
	right: 40px;
	width: 620px;
	min-height: 200px;
}

#menuspacer {
	position: relative;
	top: 0;
	left: 0;
	width: 620px;
	height: 20px;
}

#menu_enry_rollout1 {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 306px;
}

#menu_enry_rollout2 {
	position: absolute;
	top: 0;
	right: 398px;
	height: 30px;
	width: 222px;
}

#menu_enry_rollover {
	position: absolute;
	top: 0;
	right: 306px;
	margin: 0;
	float: left;
	height: 26px;
	width: 94px;
	text-align: right;
	padding: 4px 6px 0 0;
	vertical-align: top;
	line-height: normal;
	text-transform: uppercase;
	font-family: arial, verdana, sans-serif;
	background-image: url('img/submenu-bg.png');
	color: white;
	font-size: 11px;
}

#menu_enry_rollover a {
	color: white;
}

#submenu_locations_container {
	display: none;
}

#submenu_box_container {
	display: none;
}

#submenu_box_header {
	background-image: url('img/submenu-oben-trans.png');
	height: 40px;
	width: 620px;
}

#submenu_box_content {
	background-image: url('img/submenu-mitte-trans.png');
	min-height: 100px;
	width: 590px;
	padding: 10px 15px;
}

#submenu_box_footer {
	background-image: url('img/submenu-unten-trans.png');
	height: 15px;
	width: 620px;
}

.submenu_column {
	width: 172px;
	padding: 0 10px;
	border-right: 2px white solid;
	float: left;
}

#submenu_column3 {
	border: 0;
}

.submenu_column ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.submenu_column li {
	padding: 0;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
}

.submenu_column li.untergruppe {
	padding: 0 0 0 10px;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: normal;
	list-style-type: none;
}

.submenu_column li a {
	color: #847d72;
}

.submenu_column li a:hover {
	color: #575040;
}

































