/*
client:          Taverna Wotrys
version:         1.0
date:            2008-04-20
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

/*
							document
*/

body {
	font: 12px/1.5 "trebuchet ms", arial, sans-serif;
	font: 12px/1.5 arial, sans-serif;
	color: #393939;
	background: #f9e6cb;
	background-attachment: fixed;
	text-align: center;
	padding: 20px 0;
}

.container {
	width: 740px;
	text-align: left;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #fff;
	background: #803000;
}

/*
							layout
*/

#header {
	float: left;
	width: 740px;
	background: #fff;
}

#header img {
	float: left;
	margin: 0; /*for ie5 mac*/
}

#navbar {
	float: left;
	width: 698px;
	background: #fff;
	padding: 0 10px 0 32px;
}

#content {
	float: left;
	width: 680px;
	background: #f9e6cb;
	padding: 30px;
}

#footer {
	clear: both;
	background: #f9e6cb;
	margin: 0;
	padding: 6px 30px;
}

#footer p {
	margin: 0;
	font-size: 11px;
}

/*
							typography
*/

p {
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	font-family: "century gothic", georgia, serif;
	font-size: 23px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #800000;
	background-color: inherit;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0.2em;
	font-weight: normal;
	color: #800000;
}
	
h3 {
	font-size: 12px;
	margin-bottom: 0.25em;
	color: #800000;
}
	
a:link,
a:visited {
	color: #800000;
	background-color: inherit;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #666;
	background-color: inherit;
	text-decoration: underline;
}

strong {
	font-weight: bold;
	color: #800000;
}

em {
	font-style: italic;
	color: #800000;
}

ul, ol {
	margin: 1em 2em;
	padding-left: 0;
}

/*
							navigation
*/

ul#nav {
	float: left;
	margin: 0;
	padding: 6px 0 8px 0;
	list-style-type: none;
	font-size: 13px;
	line-height: 1em;
}

ul#nav li {
	display: inline;
/*	white-space: nowrap;*/
}

ul#nav li a {
	display: block;
	float: left;
	margin-right: 18px;
	padding: 6px 4px 2px 0;
}

ul#nav li a:link,
ul#nav li a:visited {
	color: #800000;
	background-color: inherit;	
	text-decoration: none;
	border-bottom: 2px solid #800000;
}

ul#nav li a:focus,
ul#nav li a:hover {
	color: #bb853a;
	color: #888;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 2px solid #999;
}

ul#nav li a.active:link,
ul#nav li a.active:visited {
	color: #393939;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

/*
							content
*/

.illu {
	float: left;
	width: 280px;
	margin-bottom: 2em;
}

.message-box {
	float: right;
	width: 360px;	
	background-color: #fff;
	padding: 10px 10px 0 10px;
	margin-bottom: 1em;
}

.text {
	float: right;
	width: 380px;
}

.markdown .text {
	float: left;
	width: 680px;
}

pre {
    white-space: normal;
	margin-top: 0;
	margin-bottom: 1em;
}
pre code {
	display: block;
	white-space: pre;
	font-family: courier, "courier new", monospace;
	font-size: 12px;
	background: #fff;
	padding: 2px 6px;
	overflow: auto;
}

blockquote {
	margin-left: 0;
	margin-right: 0;
	border: 2px solid #803000;
	padding: 10px 10px 0 10px;
	font-style: italic;
}

.extra {
	float: left;
	width: 280px;
	font-size: 11px;
}

/*
							forms
*/

.reservierung form {
	float: right;
	width: 380px;
}

form label {
	font-size: 11px;
}

form input[type="text"], form textarea {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #333;
	width: 376px;
	margin: 0;
	background-color: #fff;
	padding: 2px;
	border: none;
}

form input[type="text"]:focus, form textarea:focus {

}

/*
							tables
*/

table {
	border-collapse: collapse;
	font-size: 12px;
}

th, td {
  	text-align: left;
}

