/*

	Golfstrom
	Homepage by Matthias Brandt

*/


/* Basics */

div.fluid
{
	width:90%!important;
}

div.fixed
{
	width:79em!important;
}

*
{
	margin:0;
	padding:0;
}

body
{
	background: #fff url('../img/head_bg.jpg') repeat-x;
	color:#585858;
	font-size:62.5%;
	font-family:"trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:400;
	letter-spacing:.1em;
	text-transform:uppercase;
}
br.clear
{
	clear:both;
}

a
{
	text-decoration:underline;
	color:#aaaaaa;
}

a:hover
{
	text-decoration:none;
}

p
{
	line-height:1.8em;
}

/* Header */
#header
{
	width:100%;
	height:15em;
}


#header_inner
{
	position:relative;
	width:950px;
	height:100%;
	margin:0 auto;
}

/* Logo */
#logo
{
	height:100%;
	width:24.5em;
	position:absolute;
	bottom:.6em;
	background:url('../img/logo_golfstrom.png') no-repeat;
}

/* Navigation */
#menu
{
	position:absolute;
	right:0;
	bottom:0;
}

#menu ul
{
	background:url(../img/bg.gif) repeat-x;
	padding:0;
	margin:0;
	float:left;
	height:37px;
	letter-spacing:.2em;
}

#menu ul li
{
	display:inline;
}

#menu ul li a,#menu ul li span
{
	float:left;
	color:#fff;
	font-weight:700;
	padding:15px 13px 9px 10px;
	text-decoration:none;
	height:37px;
	background:url(../img/divider.gif) top right no-repeat;
}

#menu ul li span
{
/*Targets span tag to the right of #leftcorner below*/
	padding-left:0;
}

#menu ul li a#leftcorner
{
	float:none;
	padding-left:10px;
	padding-right:0;
	background:url(../img/leftcorner.gif) top left no-repeat;
}

#menu ul li a#rightcorner
{
	padding-right:10px;
	background:url(../img/rightcorner.gif) top right no-repeat;
}

#menu ul li a:hover
{
	color:#cee6f5;
	text-decoration:underline;
}

#menu ul li a:hover#leftcorner
{
	float:none;
	padding-left:10px;
	padding-right:0;
}

/* Main */
#main
{
}

#main_inner p
{
	text-align:justify;
	margin-bottom:2em;
}


#main_inner
{
	position:relative;
	width:79em;
	margin:0 auto;
	margin-top:2.5em;
	background: none;
}



/* Footer */
#footer
{
	width:950px;
	margin:0 auto;
	text-align:left;
	clear:both;
	border-top:dotted 1px #FFF;
	margin-top:1em;
	margin-bottom:1em;
	padding-top:1em;
}

/* Layout */

/* Content */
#content
{
	float:left;
	width:518px;
	font-size:1.2em;
}

/* Sidebar */
#sidebar
{
	float:right;
	border:1px solid #cfded7;
	width:25em;
	height:290px;
	color:#393939;
	background:#ecede8;
	margin-bottom:1.5em;
}

#sidebar p
{
	font-size:1.3em;
	padding-left:15px;
	padding-right:15px;
}

/* Bildwechsel */

#slideshow {
	position: relative;
	border: 1px solid #cfded7;
	width: 518px;
	padding: 2px;
	margin-bottom: 5px;
	height: 286px;
}
.slide-image {
	position: absolute;
	padding: 0px;
	width: 518px;
	height: 286px;
}

/* Sidebar */
#sidebar h2
{
	margin:0;
	padding-top:10px;
	padding-bottom:0;
	padding-left:5px;
	background:url('../img/box_bg.jpg') repeat-x left top;
	letter-spacing:1px;
	font-size:1.2em;
	color:#00472e;
	height:26px;
}

#sidebar ul
{
	list-style-type:none;
	width:100%;
	padding:10px 4px 33px 0;
	font-size:1.3em;
}

#sidebar ul li
{
	padding:0 0 5px;
}

#sidebar ul li a
{
	cursor:default;
	height:31.5px;
	display:block;
	padding:5px 0 0 32px;
	color:#393939;
	background:url(../img/check.gif) 2% 5% no-repeat;
	text-decoration:none;
}

#sidebar ul li a:hover
{
	background-color:#dfe8d7;
}

/* Diverses */
#right
{
	float:right;
}

#left
{
	float:left;
}


/* Formulare */


input, textarea, select {
  float:left;
  display:block;
  border: 1px solid #4C4C4C;
  background-color: #ecede8;
  padding:1px;
}
 

/* Speisekarte */


h2{margin: 1em auto 0.3em;color: #045a3e;
    font-size: 250%;text-align:left; text-transform: none;}

dl{width: 100%;overflow: auto;margin: 0 0 1em;
    background: url(../img/dot.gif) repeat-x 0 1.2em}
dt,dd.price{background: #FFF;font-size: 130%;font-weight: bold}
dt{float: left;padding-right: 3px;color: #045a3e}
dd{margin:0}
dd.price{float: right;padding-left: 3px;color: #AAA}
dd.ingredients{float: left;width: 100%;padding: 3px 0;
   font: italic 100% Georgia,Times,sans-serif;color: #555}
   
   
   
   
	
.speisekarte {
	font-size: 1.3em;
	border-bottom: 1px dotted #fff;
	width: auto;
	display:block;
		color:#585858;

	padding:5px 0 5px 16px;
	}
	
