/**
	Horizontal Menu
*/
.hnav ul, ul.hnav 		   { width: 100%; overflow: hidden; }
.hnav li, ul.hnav li 	   { float: left; }
.hnav li a, ul.hnav li a   { display: block; }

/**
	Vertical Menu
*/
.vnav 		{  }
.vnav li a 	{ display: block; text-decoration: none; color: inherit; }

/**
	Fahrer Image Replacement logic
*/
.fir 						{ position: relative; cursor: default; display: block; overflow: hidden; z-index: 0; }
a.fir, button.fir 	{ cursor: pointer; }
.fir span 				{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; }
.fir a 					{ cursor: pointer; }

div.clear { clear: both; float: none; }

.cfx:after, .form .row:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.cfx, .form .row { display: inline-block; _height: 1%; }
html[xmlns] .cfx, html[xmlns] .form .row { display: block; }

select * { float: none !important; }


/** Layout
*/
div.column 	{ float: left; margin: 0 4px; padding: 0; min-height: 1px; overflow: hidden; _height: 1px; _overflow: visible; }
div.first 	{ margin-left: 0; }
div.last 	{ margin-right: 0; }
div.span-1 	{ margin-right: 0; }

.block { clear: both; margin-bottom: 20px; }
