/* @override http://firn-bar.de/css/firn.css */

/*******************************************************************************************************

Title:			firn_style.css
Browser(s): 	All 

Author: 		Jürgen Amann (http://www.um-bruch.eu)
Created: 		25.06.2009

*******************************************************************************************************/
* {
	margin: 0; /* GLOBAL RESET */
	padding: 0;
}


body {
	margin: 0;
	font: 11px Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #fff;
	}
	
h1 {
	position: absolute;
	top: -250px;
}

* html h1{
	position: absolute;
	top: -400px;
}	

a{
	text-decoration: none;
	color: #694e44;
}

a:hover{
	text-decoration: underline;
	color: #a5c6e5;
}

tr a:hover{
	
	text-decoration: none;
	
}


#seite {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 550px;
	
}
	
#nav{
	display: block;
	height: 20px;
	margin-top: 94px;
	background-color: #fff;
	margin-right: 0;
}	

ul#mainnav{
	display: inline;
	float: right;
	list-style-type: none;
	margin-right: 62px;
	padding: 0;
	margin-top: -1px;
}

ul#mainnav li{
	display: block;
	float: left;
	font: lighter 16px Neue, Helvetica, Verdana, sans-serif;
	color: #694e44;
	padding-right: 5px;
	
}

ul#mainnav li a{
	text-decoration: none;
	display: block;
	float: left;
	color: #694e44;
}

ul#mainnav li a:hover{

	color: #a5c6e5;
	
}



/*---------HG-BILD DER STARTSEITE--------*/
#box{
	display: inline-block;
	float: left;
	width: 900px;
	height: 550px;
	background: url(img/start.jpg) no-repeat 0 0;
	margin-top: 4px;
}

/*---------HG-BILD DER TAGESKARTE--------*/
#box2{
	display: inline-block;
	float: left;
	width: 900px;
	height: 550px;
	background: url(img/tgkarte.jpg) no-repeat 0 0;
	margin-top: 4px;
}

/*---------HG-BILD DER GETRÄNKEKARTE--------*/
#box3{
	display: inline-block;
	float: left;
	width: 900px;
	height: 550px;
	background: url(img/getraenke.jpg) no-repeat 0 0;
	margin-top: 4px;
}

/*---------HG-BILD DER FIRNLOUNGE--------*/
#box4{
	display: inline-block;
	float: left;
	width: 900px;
	height: 550px;
	background: url(img/lounge.jpg) no-repeat 0 0;
	margin-top: 4px;
}

/*---------HG-BILD DER KONTAKTSEITE--------*/
#box5{
	display: inline-block;
	float: left;
	width: 900px;
	height: 550px;
	background: url(img/kontakt.jpg) no-repeat 0 0;
	margin-top: 4px;
}



#logo{	
	width: 150px;
	height: 163px;
	margin-left: 17px;
}

#content{
	float: right;
	width: 450px;
	height: 514px;
	margin-top: -138px;
	margin-right: 122px;
	padding-top: 0;
	padding-left: 0;
	font: bold 16px/130% "Arial", Helvetica, Verdana;
	color: #6a5043;
	margin-left: 0;
}

* html #content{
	
	margin-left: 300px;
	
}





#content p{
	
	margin-bottom: 5px;
	margin-top: 10px;
}

.text{
	font: 14px/130% "Arial", Helvetica;
	color: #6a5043;	
	
}

table.karte {
	width: 450px;
	font: 15px/130% "Arial", Helvetica;
	color: #6a5043;	
}

td{
	height: 20px;
	
}



* html .text{
	font-weight: 500;
}

.bold {
	font-weight: bold;
	color: #694e44;
}


