@charset "UTF-8";
/* CSS Document 
gls-berlin.com/restaurant/
Birgit Rühring birgit.ruehring@ruehring.de
*/

/* @group Colors */
* {
	color:  #000;
}
div#footer {
	color:  #666;
}
div#wortmarke h1, div#wortmarke h1 a, div#wortmarke h1 a:hover {
	color:  #999;
}

div#headerimgwrap,
ul#addmenu {
	background-color: #ddd;
}
rot {
	background-color: #9e0e1e;
}
rot-schrift,
a:hover, a:hover span, a:active,a.active, li.active a{
	color: #9e0e1e;
}

/* @end */

/* @group Allgemein */

* {
	margin: 0;
	padding: 0;
}

body,html {
	width: 100%;
	height: 100%;
	text-align: center;
	
	
}
/*
body {
	background: #ddd url(../img/body_bg.jpg) no-repeat fixed right bottom;
}
body.index {
	background: #ddd url(../img/body_bg_index.jpg) no-repeat fixed right bottom;
}
*/
.clearer {
	clear: all;
}

/* @group Layoutbereiche */


div#allwrap {
	position: relative;
	height: auto !important;
	margin-top: 28px;
	height: 100%;
	min-height: 100%;
	background: url(../gfx/weiss_horizontal_bg.gif) repeat-y center 28px;
}
div#all {
	margin: 0 auto;
	width: 784px;
	text-align: center;
}

div#langmenuwrap {
	width: 764px;
	height: 25px;
	margin: 0 auto;
	padding-top: 3px;
	text-align: right;
		
}
div#wortmarke {
	width: 100%;
	height: 52px;
	background: url(../gfx/wortmarke_bg.png) no-repeat center center;
}

div#mainmenuwrap {
	width: 680px;
	height: 18px;
	margin: 0 auto;
	border-top:1px solid #000;
	border-bottom:  1px solid #000;
	padding: 3px 0 2px 0;
}
div#submenuwrap {
	width: 680px;
	height: 17px;
	padding: 2px 0 2px 0;
	margin: 0 auto;
	border-bottom:  1px solid #000;	
}

/* @group Headerimage */
div#headerimgwrap {
	width: 750px;
	height: 250px;
	margin: 35px auto 0 auto;
	padding: 7px;
	
}
div#headerimg {
	width: 750px;
	height: 250px;
	background-color: #fff;
}

/* @group Slideshow */
div#slideshowContainer {
	width: 750px;
	height: 250px;

}
div#slideshowContainer div#slideshow-prev {
	float: left;
	width: 286px;
	height: 250px;
	background: #fff url(../gfx/bg_slideshow_prev.jpg) no-repeat left top;
	cursor:pointer;
	
}

div#slideshowContainer div#slideshow-next {
	float: left;
	width: 114px;
	height: 250px;
	background: #fff url(../gfx/bg_slideshow_next.jpg) no-repeat right top;
	cursor:pointer;
}
div#slideshowContainer div#slides {
	float: left;
	width: 350px;
	height: 250px;
	background-color: #fff;
	position: relative;
}

/* @end */

/* @group Virtuelle Tour */
div#headerimg div#karte {
	width: 285px;
	height: 250px;
	background-color: #fff;
	float:left;
	overflow: hidden;
}
div#headerimg div#karte img {
	float:left;
}
div#headerimg div#video {
	width: 465px;
	height: 250px;
	background-color: #fff;
	float: right;
}
/* @end */

/* @group Links zu Fotos und Videos */

div#additionalwrap {
	width: 100%;
	height: 35px;
	
}



/* @end */
/* @end */
/* @end */

div#content {
	width: 550px;
	height: auto;
	margin: 0 auto;
	border-top:  1px solid #000;
	padding: 21px 60px;
	text-align: left;
}
div#min-height {
	width: 784px;
	height: 80px;
	clear: both;
}
div#footerwrap {
	width: 784px;
	height:  35px;
	position: absolute;
	bottom: -1px !important;
	text-align: center;
}
div#footer {
	width: 680px;
	height:  35px;
	margin: -35px auto 0 auto;
	border-top:  1px solid #666;
	padding-top: 3px;
	font-size: 9px !important;
	
}

/* @end */

/* @group Navigationen */

/* @group Langmenu */
ul#langmenu {
	float: right;
	display: block;
	clear:  both;
	
}

ul#langmenu li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
ul#langmenu li a{
	text-decoration: none;
}


/* @end */
/* @group mainmenu, submenu */
ul#mainmenu {

}
ul#mainmenu li, ul#submenu li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
ul#mainmenu li a, ul#submenu li a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 7px;

}
ul#mainmenu li a {
	font-size: 15px;
}

ul#submenu li a {
	font-size: 12px;
}

/* @end */

/* @group addmenu Video, Foto, Factsheet */
ul#addmenu {
 float: right;
 margin-right: 10px;
 margin-top: -4px;
 padding: 0 3px 3px 3px;
 
}
ul#addmenu li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
ul#addmenu li a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 4px;
	font-size: 10px;

}



/* @end */



/* @end */

/* @group Schrift */
* {
	font: 13px/17px Georgia, Times, serif;
}


/* @group Überschriften */
div#wortmarke h1 {
	font-size: 21px;
	line-height:  24px;
	text-transform: uppercase;
	display: block;
	padding-top: 15px;
}

div#wortmarke h1 a {
	font-size: 21px;
	line-height:  24px;
	text-decoration:  none;
}

div#content h1 {
	display:  block;
	height: 36px;
	margin-bottom: 25px;
	font-size:  19px;
	
}
div#content h1 span.normal {
	font-size:  15px;
}

/* @end */

/* @group Mengentext */
div#content p {
	padding-bottom:  21px;
}

div#content ul {
	padding-left: 15px
}
div#content li {
	padding-bottom: 7px;
}
/* @end */

/* @group Links */

div#additional a {
	float: right;
	color:  #000;
	display: block;
	text-align: center;	
	padding: 0 10px 4px 10px;
	border-right:  1px solid #929395;
}
div#additional a.fotos {
		width: 45px;
		border:  none;
		padding: 0;
}
div#additional a.last {
	border:  none;
}
div#content a {
	text-decoration:  underline;
}


/* @end */
/* @group Tabellen, Speisekarte */
table.blind {
	border: none;
}
table.blind td {
	padding: 2px 0;
}
table.blind td.subhead {
	font-weight: bold !important;
	padding-top: 10px;
}
table.blind td.price {
	text-align: right;
	white-space: nowrap;
}
/* @end */

/* @end */