/**
* havana-hannover.de Styles
*
* @project havana-hannover.de
* @version 0.1
* @package xhtml-css
* @author felix@o315.de
* @copyright Felix Wahner
* @cssdoc version 1.0-pre
*
* 
*/
@charset "UTF-8";
@media screen {
/**
* ------------------------------------------------------------------------------
* @section Reset
* @see http://meyerweb.com/eric/tools/css/reset/index.html
* ------------------------------------------------------------------------------
*/
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-weight: inherit;
            font-style: inherit;
            vertical-align: baseline;
	}
    ol, ul, dl {
        list-style: none;
	}
    table {
        border-collapse: separate;
        border-spacing: 0;
	}
    caption, th, td {
        text-align: left;
        font-weight: normal;
	}
    blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
    textarea {
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        }
    blockquote, q {
        quotes: "" "";
	}
    select, button, label {
	cursor: pointer;
	}
/**
* ------------------------------------------------------------------------------
* @section Helpers
* ------------------------------------------------------------------------------
*/
	
    /*
      clear content without structural markup
      @see http://www.positioniseverything.net/easyclearing.html
    */
    .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
    }
    .clearfix {
		display: inline-block;
	}
    /* Hides from IE-mac \*/
    * html .clearfix {
		height: 1%;
	}
    .clearfix {
		display: block;
	}
    /* End hide from IE-mac */
    
/**
* ------------------------------------------------------------------------------
* @section General Layout
* ------------------------------------------------------------------------------
*/
    html {
		font-size: 100.01%; /* corrects font resizing bugs in various browsers */
		text-align: center; /* IE centering */
		background: #efc959 url(../images/bg.jpg) center top no-repeat;
	}
    body, html {
        height: 100.01%; /* ff scrollbars always visible */
	}
    body {
	text-align: left; /* clear IE centering */
	margin: 0 auto;
	width: 900px;
	font: 0.81em verdana, tahoma, arial, helvetica, sans-serif;
	position: relative; /* corrects browser window resizing bug in ie7 */
	padding: 355px 0 0 0;
	line-height: 1em;
	color: #614116;
	}
  /**
    * --------------------------------------------------------------------------
    * @subsection Header
    * --------------------------------------------------------------------------
    */
	#header {
		position: absolute;
		top: 0;
		left: 0;
		height: 419px;
		width: 900px;
		overflow: hidden;
		background-color: rgb(212,83,16);
		background-color: rgba(212,83,16,.8);
		background-color: transparent\9;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cd45310,endColorstr=#4Cd45310);
		zoom:1;
		z-index: 1;
		border: 2px solid #371e06;
		border-top: none;
		}
		*+html #header {
			width: 904px;
			height: 423px;
			}
		.headerInner {
			position: relative;
			}
	    #header .logo {
			display: block;
			width: 222px;
			height: 245px;
			background: url(../images/logo.png) 0 0 no-repeat;
			overflow: hidden;
			text-indent: -9999em;
			margin-left: 20px;
			float: left;
			position: relative;
			z-index: 3;
			}
		#nav {
			float: right;
			margin: 30px 25px 0 0;
			position: relative;
			z-index: 3;
			}
			#nav li {
				float: left;
				height: 40px;
				text-indent: -9999em;
				margin-left:5px;	
				}
				#nav li a {
					background: url(../images/sprite_nav.png) 0 0 no-repeat;
					text-decoration: none;
					display: block;
					height: 40px;
					}
				#nav li.home a {
					width: 90px;
					}
				#nav li.home a:hover {
					background-position: 0 -40px;
					}
				#nav li.foodAndDrinks a {
					width: 176px;
					background-position: -91px 0;
					}
				#nav li.foodAndDrinks a:hover {
					background-position: -91px -40px;
					}
				#nav li.contact a {
					width: 71px;
					background-position: -347px 0;
					}
				#nav li.contact a:hover {
					background-position: -347px -40px;
					}
					
		.overlay {
			position: absolute;
			z-index: 2;
			left: 0;
			top: 0;
			width: 900px;
			height: 418px;
			}			
		#bgimages {
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
			width: 900px;
			height: 418px;
			}
  /**
    * --------------------------------------------------------------------------
    * @subsection content
    * --------------------------------------------------------------------------
    */
	#gmapOuter {
		width: 370px;
		margin: 0 0 20px 0;
		float: left;
		display: none;
		}
	#googlemap {
		margin: 10 10px;
		width: 350px;
		height: 150px;
		}
	#content {
		margin: 0 20px;
		position: relative;
		z-index: 4;
		padding: 40px 0;
		background: #371e06 url(../images/bg_content.jpg) 0 0 no-repeat;
		line-height: 1.5;
		border: 10px solid #fff;
		-moz-border-radius: 1em;
		}
		#content h1 {
			margin: 0 0 8px 20px;
			}
		#content h2 {
			font-size: 1.23em;
			font-weight: bold;
			}
		#content h2,
		#content p {
			margin: 0 20px 10px 20px;
			}
		#content .important {
			background: #d45310;
			color: #fff;
			padding: 10px;
			margin: 10px 20px;
			}
		#content a {
			color: #d45310;
			}
		#content .important a {
			color: #fff;
			}
		#content strong {
			font-weight: bold;
			}
		.main {
			background: #fff;
			width: 420px;
			float: left;
			margin-left: 20px;
			padding: 20px 0;
			}
		.narrow {
			width: 370px;
			float: left;
			margin-left: 10px;
			}
			.narrow  .homeEvents li,
			.narrow .contact {
				background: #fff;
				padding: 10px;
				margin-bottom: 20px;
				}
				.homeEvents .date {
					display: block;
					color: #fff;
					font-weight: bold;
					text-align: center;
					width: 50px;
					height: 30px;
					line-height: 30px;
					background: #d45310;
					float: left;
					}
				.homeEvents .eventSummary {
					width: 280px;
					float: left;
					margin: -5px 0 0 10px;
					}
				.homeEvents .factlist dd {
					padding: 0 5px 0 15px;
					margin-left: 10px;
					display: block;
					background: url(../images/bg_factlist_item.png) 0 6px no-repeat;
					}
				.homeEvents .factlist dd.nofact {
					padding: 0 5px 0 0;
					margin: 0;
					background: none;
					}
  /**
    * --------------------------------------------------------------------------
    * @subsection footer
    * --------------------------------------------------------------------------
    */
}