/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		0.1
 * @date		2009-06-23
 * @see			http://www.lenz-kd.de/
 */
 
/**
 * general elements
 */
html {
	height: 100%;
	margin-bottom: 1px;
}
html * {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}
body {
	background-color: #300;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #ceb37c;
	margin: 4em 0 2em;
	overflow-y: scroll;
}
.unsichtbar {
	display: none;
}
acronym, abbr {
	cursor: help;
}
.clear {
	clear: both;
}
.top-space {
	margin-top: 3em;
}

/**
 * layout elements
 */
#page-top {
	position: absolute;
	top: 0;
}
#skip-navi {
	display: none;
}
#page {
	width: auto;
}
#header {
	padding: 2em 5em 6em;
}
#content {
	width: auto;
}
#navigation {
	width: auto;
	border-top: 2px solid #ceb37c;
	padding: 1em 3em 3.2em;
}
#footer {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.85em;
	width: auto;
	clear: both;
	padding: 1em 6.5em;
	text-align: center;
}

/**
 * header elements
 */
#header a {
	display: block;
	width: 222px;
	height: 175px;
	background: url("images/logo-handelshaus-hansen.png") left no-repeat;
}
#header span {
	display: none;
}

/**
 * content elements (images container)
 */
#content #image-navigation, #content h3 {
	display: none;
}
#img-navi {
	width: auto;
	list-style: none;
	margin: 0 4em;
}
#img-navi li {
	display: inline;
	padding: 0 2.7em 0 1.1em;
}
#img-navi img {
	border: none;
}
li#gastro {
	margin: 0 0 0 8em;
	padding: 0;
}
#gastro map {
	display: inline;
}

/**
 * content elements (pages for impressum, spirits, potemkin and roter horizont)
 */
#potemkin #content, #roter-horizont #content, #spiritspage #content, #impressum #content {
	width: auto;
	border-top: 2px solid #ceb37c;
	padding: 1em 5.5em;
}
#potemkin h2 {
	width: 85px;
	height: 20px;
	background: url("images/potemkin.png") left no-repeat;
	float: left;
}
#roter-horizont h2 {
	width: 212px;
	height: 34px;
	background: url("images/roter-horizont.png") left no-repeat;
	float: left;
}
#impressum h2, #spiritspage h2 {
	display: inline;
	font-size: 1.9em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.02em;
}
#impressum p {
	margin-bottom: 0.7em;
}
#impressum p a {
	color: #ceb37c;
	text-decoration: none;
	font-weight: bold;
}
#impressum p a:hover {
	text-decoration: underline;
}
#potemkin h2 span, #roter-horizont h2 span {
	display: none;
}
#navi {
	list-style: none;
	width: auto;
	float: right;
}
li.back a {
	display: block;
	width: 150px;
	height: 20px;
	background: url("images/zurueck.png") left no-repeat;
}
li.back span {
	display: none;
}
#bilderliste {
	clear: both;
	list-style: none;
	padding: 4em 0 0; 
}
#bilderliste li {
	display: inline;
}
#bilderliste img {
	border: 1px solid #ceb37c;
	padding: 0.6em;
	margin: 0 2.6em 2.6em 0;
}
#bilderliste img:hover {
	background: #4d2020;
}

/**
 * content elements (movie container roter horizont)
 */
#movie {
	padding: 2em 0;
}

/**
 * content elements (spirits page and spirits single view)
 */
#spirits-overview {
	list-style: none;
	margin: 2em 0;
}
#spirits-overview li {
	display: inline;
	min-height: 3em;
}
#spirits-overview a {
	display: block;
	float: left;
	width: 9.5em;
	margin: 0 1.65em 1.65em 0;
	padding: 0.4em 0;
	border: 1px solid #58302a;
	font-size: 1.5em;
	font-variant: small-caps;
	color: #ceb37c;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #190202;
	-webkit-box-shadow: 5px 5px 5px #190202;
}
#spirits-overview a:hover {
	background: #421c19;
}
#spirits-navigation {
	list-style: none;
	width: 15em;
	margin: 2em 2em 2em 0;
	float: left;
}
#spirits-navigation li {
	margin: 0.2em 0;
}
#spirits-navigation a {
	color: #ceb37c;
	text-decoration: none;
	font-size: 1.2em;
	font-variant: small-caps;
}
#spirits-navigation a:hover {
	text-decoration: underline;
}
#spirits-category {
	width: auto;
	margin-left: 17em;
	padding-top: 2.1em;
}
#spirits-category h2 {
	display: block;
	margin-bottom: 2em;
}
div.spirit {
	width: auto;
	min-height: 175px;
	margin-bottom: 2.5em;
}
div.spirit img {
	float: left;
	border: 1px solid #58302a;
	margin-right: 1.5em;
	-moz-box-shadow: 5px 5px 5px #190202;
	-webkit-box-shadow: 5px 5px 5px #190202;
}
#spirits-category div.spirit h3 {
	display: block;
	font-size: 1.4em;
	margin-bottom: 1em;
}
div.spirit p {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1em;
	margin: 0 0 0.7em 221px;
}

/**
 * navigation elements
 */
#navigation #main-navigation, #navigation h3 {
	display: none;
}
#navigation ul {
	width: auto;
	list-style: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	float: left;
	width: 90px;
	height: 21px;
	margin: 0 2em;
}
#coffee a {
	background: url("images/coffee.png") center no-repeat;
}
#wine a {
	background: url("images/wine.png") center no-repeat;
}
#spirits a {
	background: url("images/spirits.png") center no-repeat;
}
#beer a {
	background: url("images/beer.png") center no-repeat;
}
#gastronomy {
	display: block;
	float: left;
	width: 132px;
	height: 21px;
	margin: 0 2em 0 8.2em;
	background: url("images/gastronomy.png") left no-repeat;
}
#navigation span {
	display: none;
}

/**
 * footer elements (index page)
 */
#footer h3 {
	display: none;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0 0 0 1.5em;
}
#footer a {
	color: #ceb37c;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*#footer li.top {
	float: right;
	padding: 0;
}
#footer li.top a {
	display: block;
	width: 120px;
	height: 20px;
	background: url("images/nach-oben.png") left no-repeat;
}*/
#footer li.top span {
	display: none;
}
#footer li.no-screen {
	display: none;
}

/**
 * footer elements (pages for impressum, spirits, potemkin and roter horizont)
 */
#potemkin #footer, #roter-horizont #footer, #spiritspage #footer, #impressum #footer {
	border-top: 2px solid #ceb37c;
	text-align: right;
}
