@charset 'utf-8';

/*
	Gasthof Sternen Screen Style Sheet
	Copyright 2008 Obrist und Partner
*/


/* BASIC ELEMENTS
---------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff url(media/background-pattern.gif);
	text-align: center;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	}
		
#container {
	margin: 0 auto;
	width: 960px;
	background: transparent;
	}
	
#heading {
	float: left;
	clear: both;
	width: 960px;
	background: #fff url(media/back-heading.gif) top center no-repeat;
	}
	
#heading h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 36px;
	padding: 49px 0 0 0;
	}
	
#headingend {
	float: left;
	clear: both;
	height: 20px;
	width: 100%;
	background: #fff url(media/back-headingend.gif) top center no-repeat;
}
	
#between {
	float: left;
	clear: both;
	width: 960px;
	background: #fff url(media/back-between.gif) top center repeat-y;
	}
	
#footer {
	display: block;
	float: left;
	clear: both;
	width: 960px;
/*	height: 80px;*/
	background: #fff url(media/back-footer.gif) bottom center no-repeat ;
/*	background: #ccc;*/
	padding: 40px 0 80px 0;
	}
	
#footer p {
	float: left;
	clear: both;
	width: 100%;
	font-size: 14px;
	line-height: 1.3em;
	color: #999;
	}


/* NAVIGATION
---------------------------------------------------------------------- */

ul#nav {
	float: left;
	display: block;
	width: 902px;
	padding: 12px 0;
	background: #e5d8c4 url(media/back-nav.gif) top center repeat-y;
	list-style: none;
	border-top: 1px solid #8c744e;
/*	border-bottom: 1px solid #472c00;*/
	font-family: Georgia;
	font-size: 16px;
	color: #32240d;
	text-shadow: 0px 1px 1px #c6b69e;
	}

ul#nav li {
	display: inline;	
	padding: 12px 10px;
	}

ul#nav li.here {
	font-weight: bold;
	background: transparent url(media/indicator.gif) bottom center no-repeat;
	}

ul#nav li a {
	padding: 12px 0; /* MAYBE PROBLEM WITH IE !? */
	text-decoration: none;
	font-weight: normal;
	}

ul#nav li a:link,
ul#nav li a:visited {
	color: #8c744e;
	}

ul#nav li a:hover {
	color: #32240d;
	}

ul#nav li a:active {
	color: #fff;
	}


/* SUBNAVIGATION
---------------------------------------------------------------------- */

ul#subnav {
	float: left;
	clear: both;
	display: block;
	width: 902px;
	padding: 8px 0;
	background: #a0783a url(media/back-subnav-3.gif) top center no-repeat;
	list-style: none;
	font-family: Georgia;
	font-size: 14px;
	color: #32240d;
	text-shadow: 0px 1px 2px #684E26;
	}
ul#subnav li {
	display: inline;		
	padding: 8px 8px;
	}
ul#subnav li.here {
	font-weight: bold;
	}
ul#subnav li a {
	text-decoration: none;
	font-weight: normal;
	}
ul#subnav li a:link,
ul#subnav li a:visited {
	color: #5D4317;
	}
ul#subnav li a:hover {
	color: #3D2B0C;
	}
ul#subnav li a:active {
	color: #fff;
	}


/* CONTENT
---------------------------------------------------------------------- */

#content {
	float: left;
	clear: both;
	width: 100%;
	background: #fff url(media/back-paper.gif) top center repeat-y;
	border-bottom: 1px solid #D2C8BD; /* 8c744e */
	padding: 0 0 2em 0;
	}
	
#content h2 {
	margin: 1em 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.4em;
	color: #32240d;
	text-shadow: 0px 1px 2px #8d734c;
	}
	
#content h3 {
	margin: 1em 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.4em;
	color: #32240d;
	text-shadow: 0px 1px 1px #8d734c;
	}
	
#content p {
	margin: 1em 0;
	font-size: 14px;
	line-height: 1.4em;
	color: #32240d;
	}

#content a {
	color: #32240d;
	text-decoration: underline;
	}

#content a:hover {
	color: #000;
	}
	
#content ul {
	margin-left: 2em;
	}

#content  ul li {
	margin: 0.5em 1em;
	font-size: 14px;
	}
#content table {
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #cfb69a;
}
#content table th,
#content table td {
	padding: 8px;
	border: 1px solid #8c744e;
	font-size: 14px;
	line-height: 1.4em;
	color: #32240d;
}
	

/* SPECIAL
---------------------------------------------------------------------- */

.wrap {
	float: left;
	padding: 0 29px;
	width: 902px;
	}

.swrap {
	width: 518px;
	margin: 0 auto;
	text-align: left;
	}
	
.right {
	text-align: right;
	}

/* WELCOME */

#content p.intro {
	font-size: 20px;
	}

/* EVENTS */

#events h2 {
	margin: 1em 0;
	padding-top: 1em;
	font-size: 20px;
	border-top: 1px solid #999;
	}

#events p {
	margin: 1em 3em;
	}
	
#events img {
	background: #fff;
	border: 1px solid #cfb69a;
	margin: 1em 0;
	padding: 8px;
}
	
/* GALLERY */

.gallery {
	text-align: center;
	margin: 4em auto;
	}

.gallery img {
	background: #fff;
	border: 1px solid #cfb69a;
	margin-bottom: 3em;
	padding: 8px;
	}
	
/* CHAIRPLAN */

.chairplan {
	text-align: center;
	margin: 1em auto;
	}

.chairplan img {
	background: #fff;
	border: 1px solid #cfb69a;
	margin-bottom: 1em;
	padding: 8px;
	}

/* MENUCARD */

#content .mcard {
	text-align: center;
	background: #fcfcfc;
	border-right: 2px solid #8D0000;
	border-left: 2px solid #8D0000;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
	}
	
#content .mcard h3 {
	font-size: 14px;
	color: #8D0000;
	margin: 2em 2em;
	padding-top: 60px;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	background: transparent url(media/separator.gif) center 10px no-repeat;
	}
	
#content .mcard p,
#content .mcard ul {
	margin: 1.5em 2em;
	list-style: none;
	}

#content .mcard ul li {
	margin: 1em 0;
	}

#content .mcard em {
	color: #999;
	}
	
/* GOOGLE MAPS MAP */

#map {
	width: 500px;
	height: 340px;
	background: #fff;
	border: 1px solid #cfb69a;
	}
	
/* PRESS */

#content .refpaper {
	background: #fff;
	padding: 1em 0;
	margin: 2em 0;
	}
	
#content .refpaper p {
	margin: 1em 2em;
	}
	
#content .refpaper p.category {
	border-top: 1px solid #cfb69a;
	border-bottom: 1px solid #cfb69a;
	padding: 0.2em 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-style: italic;
	}
	
#content .refpaper p.ref {
	color: #999;
	text-align: center;
	margin-bottom: 3em;
	}

#content .refpaper h2 {
	margin: 1em 1em;
	}

/* TABLE LIST */

#content ul.tlist {
	list-style-type: none;
	border-top: 1px solid #cfb69a;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

#content ul.tlist li {
	padding: 0.8em 0;
	margin: 0;
	border-bottom: 1px solid #cfb69a;
	}
