/* ----- */
/* Reset */
div {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

table, tr, td, th {
	border: 0px;
	text-align: left;
}

table {
	border-collapse: collapse;
}

/* ---------------------- */
/* Scrollbalken immen ein */
html {
	height: 101%;
}

/* ------------------ */
/* Schrift und Farben */
body {
	background: #594900;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body, td {
	font-size: 8pt;
}

td {
	vertical-align: top;
}

h1 {
	margin: 0px 0px 26px;
	font-size: 14pt;
	color: #f67c1b;
}

h1 b {
	font-size: 18px;
	color: #f67c1b;
}

h2 {
	font-size: 13pt;
	color: #f67c1b;
}
h2 b{
	font-size: 12pt;
	color: #f67c1b;
}

h3 {
	margin: 26px 0px 26px;
	font-size: 8pt;
	font-weight: bold;
	color: #f67c1b;
}

h4 {
	margin: 26px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

a {
   color: #F67C1B;
   text-decoration: none;
}

a:hover {
   	color: #000000;
   	text-decoration: none;
}

hr {
	color: #F67C1B;
	background-color: #F67C1B;
	height: 1px;
	border-style: solid;
	margin: 20px 0px
}

label {
	font-weight: bold;
}

/* ------------ */
/*    Layout    */
body {
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: 20px auto;
	text-align: left;
}

#header {
	position: relative;
	height: 75px;
	border: 4px solid #F67C1B;
	border-bottom-style: none;
	background-color: white;
}

#header #logo {
	position: absolute;
	left: 9px;
	top: 6px;
}

#header #menu {
	position: absolute;
/*	left: 327px; */
	right: 17px;
	top: 6px;
}

#header #menu ul {
	list-style-type: none;
	margin: 0px 0px;
}

#header #menu li {
	display: inline;
	margin: 0px 0px 0px 42px;;
}

#header #menu img {
	padding: 0px 0px;
}

#content {
	position: relative;
	min-height: 400px;
	margin: 0px;
	border: 4px solid #F67C1B;
	border-bottom-style: none;
	text-align: left;
}

#footer {
	position: relative;
	border: 4px solid #F67C1B;
	border-top-style: none;
	text-align: center;
/*	background-color: white; */
}

#inner_content {
	padding: 20px;
}

#inner_footer {
	padding: 4px 20px;
}

.right_floater {
	margin: 0px 20px;
	float: right;
}

.news_floater, #gbook #form {
	border-left: 1px solid #F67C1B;
	margin-top : 0px;
	margin-left: 20px;
	padding-left: 20px;
	width: 300px;
	float: right;
}

.news_floater h3 {

	margin-top: 0px;
}

.right_img {
	float: right;
	margin: 0px 0px 20px 20px;
}

.untertitel {
	margin: -20px 0px 10px 0px;
	
}

#gbook #entries {
	width: 410px;
}

#gbook #entries .datetime,
#gbook #entries .name,
#gbook #entries .text,
#gbook #entries .goto_top {
	margin: 12px 0px;
	width: 100%;
}

#gbook #entries .datetime,
#gbook #entries .name {
	font-weight: bold;
}

#gbook #entries .goto_top {
		border-bottom:#f67c1b 1px dotted;
		border-top: 0px none;
		border-left: 0px none;
		border-right: 0px none;
		text-align: right;
}

/* altes gästebuch */

.gb {
		border-bottom:#f67c1b 1px dotted;
		border-top: 0px; border-left: 0px; border-right: 0px;
		text-align: right;
}

.eventlist tr:hover td {
	background-color: black;
}

.eventlist tr:hover a {
	color: #F67C1B;
}
