/*
1008px grid system ~ Core CSS.
12 Columns ~ Margin left: 10px ~ Margin right: 10px

Based on the 960.gs grid system - http://960.gs/
by Nathan Smith

Created by the Grid System Generator - v1.04
Learn more ~ http://www.gridsystemgenerator.com/
*/

/*
Forces backgrounds to span full width,
even if there is horizontal scrolling.
Increase this if your layout is wider.

Note: IE6 works fine without this fix.
*/
body {
	min-width: 960px;
}


h1, h2, h3, h4, h5, h6 { color: #0A7DA6; }

/* =Containers
--------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_6a,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
	position: relative;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.first {margin-left: 0;}
.last {margin-right: 0;}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 64px;}
.container_12 .grid_2 {width: 148px;}
.container_12 .grid_3 {width: 232px;}
.container_12 .grid_4 {width: 316px;}
.container_12 .grid_5 {width: 400px;}
.container_12 .grid_6 {width: 484px;}
.container_12 .grid_6a {width: 474px;}
.container_12 .grid_7 {width: 568px;}
.container_12 .grid_8 {width: 652px;}
.container_12 .grid_9 {width: 736px;}
.container_12 .grid_10 {width: 820px;}
.container_12 .grid_11 {width: 904px;}
.container_12 .grid_12 {width: 988px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 84px;}
.container_12 .prefix_2 {padding-left: 168px;}
.container_12 .prefix_3 {padding-left: 252px;}
.container_12 .prefix_4 {padding-left: 336px;}
.container_12 .prefix_5 {padding-left: 420px;}
.container_12 .prefix_6 {padding-left: 504px;}
.container_12 .prefix_7 {padding-left: 588px;}
.container_12 .prefix_8 {padding-left: 672px;}
.container_12 .prefix_9 {padding-left: 756px;}
.container_12 .prefix_10 {padding-left: 840px;}
.container_12 .prefix_11 {padding-left: 924px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 84px;}
.container_12 .suffix_2 {padding-right: 168px;}
.container_12 .suffix_3 {padding-right: 252px;}
.container_12 .suffix_4 {padding-right: 336px;}
.container_12 .suffix_5 {padding-right: 420px;}
.container_12 .suffix_6 {padding-right: 504px;}
.container_12 .suffix_7 {padding-right: 588px;}
.container_12 .suffix_8 {padding-right: 672px;}
.container_12 .suffix_9 {padding-right: 756px;}
.container_12 .suffix_10 {padding-right: 840px;}
.container_12 .suffix_11 {padding-right: 924px;}

/* `Push Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .push_1 {left: 84px;}
.container_12 .push_2 {left: 168px;}
.container_12 .push_3 {left: 252px;}
.container_12 .push_4 {left: 336px;}
.container_12 .push_5 {left: 420px;}
.container_12 .push_6 {left: 504px;}
.container_12 .push_7 {left: 588px;}
.container_12 .push_8 {left: 672px;}
.container_12 .push_9 {left: 756px;}
.container_12 .push_10 {left: 840px;}
.container_12 .push_11 {left: 924px;}

/* `Pull Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .pull_1 {left: -84px;}
.container_12 .pull_2 {left: -168px;}
.container_12 .pull_3 {left: -252px;}
.container_12 .pull_4 {left: -336px;}
.container_12 .pull_5 {left: -420px;}
.container_12 .pull_6 {left: -504px;}
.container_12 .pull_7 {left: -588px;}
.container_12 .pull_8 {left: -672px;}
.container_12 .pull_9 {left: -756px;}
.container_12 .pull_10 {left: -840px;}
.container_12 .pull_11 {left: -924px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
	zoom: 1;
}

.relative { position: relative; }

.wrap {
	width: 100%;
	text-align: center;
}

a { color: #0a7da6; }

a, a:hover, a:active, a:visited { outline: none; }

ul li a { text-decoration: none; }

/***** HEAD ******/


.return-hahnenviro {
	background: url(../images/h-bg-tophahnenviro.png) 0 0 repeat-x;
	height: 30px; width:100%;
	display:block; clear: both;
	padding: 6px 0 0 0;
}


.return-hahnenviro span {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	color: #e9ece3;
	background: url(../images/h-bg-topsmallhahnlogo.png) right top no-repeat;
	padding: 2px 25px 0 0;
}
.return-hahnenviro span a { color: #e9ece3; text-decoration: none; }


.return-hahnenviro a.url {
	padding: 2px 0 0 0; display: block;
	float: right;
	color: #e9ece3; text-decoration: none;
}

.head {
	background: url(../images/h-bg-header.jpg) 0 0 repeat-x;
	height: 125px;
}

a.logo {
	float: left;
    height: 95px;
    margin: 0px 0 0;
    position: relative;
    width: 222px;
}

a:hover.logo {  }
a:hover.logo span { visibility: visible; }
a.logo span {
	background: url(../images/btn-returnhome.png) 0 0 no-repeat;
	bottom: -17px;
    display: block;
    height: 24px;
    position: absolute;
    right: 15px;
    visibility: hidden;
    width: 103px;
}


.left-top-nav {
	background: url(../images/h-bg-navfrog.png) right top no-repeat;
	width: 560px; height: 125px;
	display:block;
	float: right;
}

ul.top-nav {
	margin: 8px 10px 0;
	float: right;
}

ul.top-nav li {
	display: inline;
	margin: 0;	padding: 0;	
	color: #6c7871;
}

ul.top-nav li span {
	padding: 0 8px 0 7px;}

ul.top-nav li a {
	color: #6c7871;
	text-decoration: none;
}

.top-nav li a:hover { color: #39423d; }

.search {
	background: url(../images/h-bg-search.png) 0 0 no-repeat;
	width: 185px; height: 27px;
	float: right;
	margin: 19px 0 0 0;	padding: 4px 0 0 4px;
	position: relative;
}

input#s {
	background: url(../images/bg-searchinput.png) 0 0 no-repeat;
	width: 171px;	height: 24px;
	display:block;
	border: none;
	padding: 0 0 0 5px;	
	font-size: 12px;
	color: #999;
}

input#s:focus { color: #444; }

input#searchsubmit {
	background: url(../images/btn-search.png) 0 0 no-repeat;
	position: absolute; display:block;
	width: 17px; height: 17px;
	top: 7px; right: 12px;
	text-indent: -9999px; text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.pressenter {
	background: url(../images/btn-pressentertosearch.jpg) 0 0 no-repeat;
	height: 24px; width: 146px; display: none;
	position: absolute; right: 0px; bottom: -24px;	
}


/******* SLIDESHOW *******/

.award {
	background: url(../images/special.png) 0 0 no-repeat;
	width: 177px;
	height: 223px;
	display:block;
	position: absolute;
	right: 25px;
	top: -5px;
	z-index: 99;
}

a.forward, a.backward {
	position: absolute; display: block;
	width: 25px; height: 27px;
	top: 108px;
	margin-left:42px;
	left:933px;
	z-index: 9999;
	text-indent: -9999px; text-transform: uppercase;
	cursor: pointer;
}

a.forward { 
	background: url(../../images/btn-right.png) 0 0 no-repeat;
 	right: -35px;
}

a.backward {
	background: url(../../images/btn-left.png) 0 0 no-repeat;
	left: -41px;
}

a:hover.forward, a:hover.backward {	background-position: 0 -26px; }

.slideshow {
	height: 283px;
	background-color: #FFF;
	z-index:-999999999999999 !important;
}

.images {
	display: block;
	overflow: hidden;
	position: relative;
	width: 1000px;
	height: 283px;
}

.images .i img {
	position: relative;
}

.images .i { float: left; }

.images .i div {
	position: absolute;
	width: 368px;
	height: 180px;
	display: block;
	left: 50px;
	top: 50px;
	text-align: left;
	color: #fff;
}

.images .i div span {
	font: italic 15px 'Droid Serif';
	color: #cccccc;
}

.images .i div h2 {
	line-height: 30px;
	font-size: 34px;
	margin: 0 0 10px; padding: 0;
	color: #0CF;
}

.images .i div p {
	font-size: 18px;
	font-weight:bold;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 0 10px #000;
}

.images .i div a {
	background: url(../../images/btn-slideshow.png) 0 0 no-repeat;
	width: 111px; height: 34px;
	display:block;
	margin: 20px 0 0 0px;
	text-indent: -9999px; text-transform: uppercase;
}

.images .i div a:hover { background-position: 0 -34px; }

.slidetabs {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.slidetabs a {
	background: url(../images/btn-slideshowtabs.png) 0 0 no-repeat;
	height: 11px; width: 11px;
	display:block;
	float: left;
	margin: 0 10px 0 0;
}

.slidetabs a:hover, .slidetabs a.current { background-position: 0px -11px; }
