/*****/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, pre, code {
	font-size: 1em;
	font-weight: normal;
}

li, ul {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

/*****/

body {
	min-width: 820px;
	text-align: center;
	font: 11px/1.8 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	background-color: #000;
}

h1 {
	position: relative;
	width: 800px;
	height: 60px;
	margin: 20px 0 10px 0;
}

h1 span {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../graphics/logo_mahoganystyle_40y.gif) no-repeat;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

h3 {
	font-weight: bold;
	letter-spacing: 1px;
}

h4 {
	font-weight: bold;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#navigation {
	width: 800px;
}

#nav ul {
	float: right;
}

#nav li {
	float: right;
	margin: 0 0 5px;
}

#nav ul a {
	float: right;
	display: block;
}

#nav a {
	padding: 0 5px 0 10px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#nav a:hover {
	color: #c3db6a;
	text-transform: uppercase;
}

#home #nav .home a,
#infos #nav .infos a,
#booking #nav .booking a,
#vermietung #nav .vermietung a,
#verein #nav .verein a,
#partner #nav .partner a,
#galerie #nav .galerie a,
#newsletter #nav .newsletter a {
	color: #c3db6a;
	font-weight: bold;
	text-transform: uppercase;
}

#content {
	clear: both;
	background-image: url(../graphics/bg_wt_gn.gif);
}

#contentMain {
	float: left;
	width: 510px;
	margin: 0 0 15px;
}

#contentMain h2 {
	padding: 10px 20px 5px;
	color: #004b85;
}

#contentMain h3 {
	padding: 5px 20px 0;
	color: #004b85;
	text-transform: uppercase;
}

#contentMain p {
	padding: 0 20px 5px;
	color: #004b85;
}

#contentMain a {
	color: #004b85;
	border-bottom: 1px dotted #004b85;
}

#contentMain a:hover {
	color: #060;
	border-bottom: 1px dotted #060;
}

#contentSub {
	float: right;
	width: 270px;
	margin: 0 0 10px;
}

#contentSub h2 {
	padding: 10px 20px 0 0;
	color: #060;
}

#contentSub h3 {
	padding: 5px 20px 0 0;
	color: #060;
	text-transform: uppercase;
}

#contentSub h4 {
	padding: 0 20px 0 0;
	color: #060;
}

#contentSub p {
	padding: 0 20px 5px 0;
	color: #060;
}

#contentSub a {
	color: #060;
	border-bottom: 1px dotted #060;
}

#contentSub a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#contentPic {
	height: 340px;
	width: 510px;
	border: 1px solid #fff;
}

#contentImg a {
	border-bottom: 1px dotted #fff;
}

#contentImg a:hover {
	border-bottom: 1px dotted #fff;
}

#contentImg img {
	padding: 10px 20px 0;
}

.lineup {
	font-style: italic;
}

#siteinfo {
	clear: both;
	width: 800px;
	background-color: #000;
}

#siteinfo p {
	padding: 5px;
	color: #999;
	text-align: right;
}

#siteinfo a {
	color: #999;
}

#siteinfo a:hover {
	color: #c3db6a;
}