@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_13"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_13"
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/basemod_2col_left_13.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:5;
}

.lite{
	background-color:#EEEEEE;
}

.dark{
	background-color:#E0E0E0;
}

#store{
	width:536px;
	padding:5px 5px 10px 5px;
	border-bottom:1px solid #999;
	font-size:11px;
	line-height:11px;
}

#store .col1{
	width:140px;
	margin-right:10px;
	font-weight:bold;
	float:left;
}

#store .col2{
	width:310px;
	margin-right:12px;
	float:left;
}

#store .col3{
	padding:0px;
	float:left;
}

#store .top{
}

#store .btm{
	margin-top:5px;
}

#title{
	background-color:#ccc;
	color:#333;
	padding:5px;
	height:12px;
	font-weight:bold;
	border-bottom:1px solid #999;
	margin-top:15px;
}

#title .restaurant{
	width:140px;
	margin-right:12px;
	float:left;
	font-size:11px;
}

#title .address{
	width:310px;
	margin-right:10px;
	float:left;
}

#title .number{
	float:left;
}
