body {
	color: #fefefe;
	background: fixed #851723 url(img/abendsegler.gif) no-repeat -30px -10px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #FFF9DF;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px dotted #490C12;
	display: inline;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	height: 15px;
	border-left: 14px solid #FBD22F;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 0 2px 8px;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #490C12;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
	padding: 1px 5px;
	border-bottom: 1px solid #6B121B;
	letter-spacing: 3px;
	background:#9F1D32;
	clear:both;
}

#header {
	padding-left: 295px;
	height: 130px;
	margin: 0px;
	padding-top: 5px;
}

#inhalt {
	margin-top: 20px;
}
#content {
	width: 650px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #FFF9DF;
	margin: 0;
	padding: 0 0 0 5px;
}
#content p {
	margin: 0 0 5px 0;
	padding: 0;
}

#content a {
	color: #FBD22F;
	text-decoration:none;
	border-bottom: 1px dotted #FBD22F;
}
#content a:hover {
	color: #851723;
	background: #FFF9DF;
	text-decoration:none;
	border-bottom: 1px solid #FFF9DF;
}
#content ul {
	padding: 0 5px 10px 0;
}
#content ul li {
	background: url(img/bullet1.gif) left 0.5em no-repeat;
	list-style: none;
	margin: 0 0 10px 0;
	padding-left: 20px;
}
.imgrechts {
	float: right;
	margin: 5px;
	border: 1px solid #FFF9DF;
}
.imglinks {
	float: left;
	margin: 5px 5px 5px 0;
	border: 1px solid #FFF9DF;
}
.imgnorm {
	margin: 5px 10px 10px 0;
	border: 1px solid #FFF9DF;
}
td.speisenliste {
	border-bottom: 1px dashed #FFF9DF;
}
.kleiner { 
	font-size: 12px;
}

/* Das linke Feld für Extra Informationen */

#extra {
	float: left;
	width: 250px;
	font-size: 11px;
	color: #2F060A;
	text-align: right;
	padding-right: 25px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	padding-left: 10px;
}
#extra li {
	list-style: none;
}
#extra ul {
	padding: 0;
	margin: 5px 0 10px 0;
}
#extra p {
	padding: 0;
	margin: 5px 0;
}
#extra a {
	color: #FBD22F;
	text-decoration:none;
	border-bottom: 1px dotted #FBD22F;
}
#extra a:hover {
	color: #851723;
	background: #FFF9DF;
	text-decoration:none;
	border-bottom: 1px solid #FFF9DF;
}


 /* Footer - momentan ungenutzt */
 
#footer {
	color: #490C12;
	padding-left: 250px;
	width: 520px;
	text-align: center;
	font-size: 12px;
	bottom: 0px;
	margin-top: 30px;
	clear: both;
}

/* Menue und Navigation */ 

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	height: 210px;
	background: url(img/header_breit.jpg) no-repeat 290px top;
	color: #FFF9DF;
	line-height: 1.5em;
}
#nav ul {
	margin:0;
	list-style-type: none;
	width: 260px;
	text-align: right;
	padding: 2px;
}
#nav li a {
	color: #FBD22F;
	text-decoration: none;
	list-style-type: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-left: 3px;
}
#nav li a:hover {
	color: #490C12;
	background-color: #FFF9DF;
	padding-left: 3px;
}
.aktiv {
	color: #490C12!important;
	background-color: #FFF9DF!important;
	padding-left: 3px!important;
}

#nav li {
	margin-bottom: 2px;
	padding-bottom: 1px;
}

/* Für die Grafiklinks */

.no a:hover, .no a, .nohover a:hover, .nohover a {
	border: none !important;
	background: none !important;
}

/* Formularfelder */

.formfeld {
	background: #FFF9DF;
	border: 1px solid #490C12;
	color: #490C12;
	padding: 2px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
#form img {
	border:none !important;
}

/* Gästebuch */

address {
	color: #490C12;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}
label {
	float:left;
	width: 70px;
	margin: 3px 5px 0 0;
}
fieldset {
	border: 1px dashed #FFF9DF;
	margin-bottom: 10px;
	padding-left: 10px;
}
fieldset input {
	margin: 3px;
}
fieldset legend {
	color: #FFF9DF;
	padding: 2px;
	background: #851723;
}
button {
	background: transparent;
	cursor: pointer;
	border: none;
	width: 40px;
}
.rot {
	font-size: 14px;
	font-weight: bold;
	color: #FF552A;
	text-transform: uppercase;
	letter-spacing: 1px;
}

