body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffe5;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 35px;
}

#wrapper {
  width:750px;
  margin:0 auto;
}

td,tr {
	color: #840000;
	font-size: 14px;
}

.hoch {
	line-height: 140%;
}

.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	padding-left: 15px;
	padding-bottom: 2px;
	color: #d64e04;
	height: 27px;
	background-image: url(images/button_act.gif);
}
.inactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	padding-left: 15px;	
	padding-bottom: 2px;
	color: #fc9004;
	height: 27px;
	background-image: url(images/button.gif);
}
.inactive a:link {		/* noch nicht besuchte Links */
	color: #fc9004;
	font-weight: bold;	
	text-decoration: none;
}
.inactive a:visited {
	color: #fc9004;
	font-weight: bold;	
	text-decoration: none;
}
.inactive a:active {
	color: #fc9004;
	font-weight: bold;	
	text-decoration: underline;
}
.inactive a:hover {
	color: #fc9004;
	font-weight: bold;	
	text-decoration: underline;
}

.boldfont {
	font-weight: bold;	
}
.boldfont_or {
	color: #d65a18;
	font-weight: bold;	
}

.bigfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;	
	color: #d65a18;
}

.smallfont {
	font-size: 11px;
}

.klein {
	font-size: 9px;
}

/*----- Hyperlinks ---------*/
a:link {
	color: #840000;
	font-weight: bold;	
	text-decoration: none;
}
a:visited {
	color: #840000;
	font-weight: bold;	
	text-decoration: none;
}
a:active {
	color: #840000;
	font-weight: bold;	
	text-decoration: underline;
}
a:hover {
	color: #840000;
	font-weight: bold;	
	text-decoration: underline;
}

/*--- Menü-Tabelle ---*/
.menutab {
	font-size: 11px;
	background-color: #fef0ba;
	border: 1px dotted #840000;
	margin-bottom: 10px;
}
.menutab th {
	height: 18px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #840000;
	text-align: center;
	border: 1px solid #000000;
}
.menutab a:link {			/* noch nicht besuchte Links */
	color: #d65a18;
	text-decoration: none;
}
.menutab a:visited {		/* besuchte Links */
	color: #d65a18;
	text-decoration: none;
}
.menutab a:active {			/* angeklickt */
	color: #d65a18;
	text-decoration: underline;
}
.menutab a:hover {			/* MouseOver */
	color: #d65a18;
	text-decoration: underline;
}

/*--- Gästebuch ---*/
.gbuch {
	font-size: 11px;
	background-color: #fef0ba;
	border: 1px solid #d65a18;
	padding: 2px;
}
.gbuch th {
	height: 18px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	background-color: #840000;
	margin: 2px;
}
.gbuch td {
	font-size: 12px;
	color: #840000;
}
.gbuch p {
	line-height: 100%;
}
.gbuch a:link {			/* noch nicht besuchte Links */
	color: #d65a18;
	text-decoration: underline;
	font-weight: normal;
}
.gbuch a:visited {			/* besuchte Links */
	color: #d65a18;
	text-decoration: underline;
	font-weight: normal;
}
.gbuch a:active {			/* angeklickt */
	color: #d65a18;
	text-decoration: underline;
	font-weight: normal;
}
.gbuch a:hover {			/* MouseOver */
	color: #d65a18;
	text-decoration: underline;
	font-weight: normal;
}

.fullheight {
	height: 100.1%;
}
.menurand {
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
}
.menuhead {
	height: 184px;
}
.headtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/rahmen_ob.gif);
	background-repeat: repeat-x;
	height: 55px;
	padding-right: 5px;
	color: #FF9900;
	font-size: 14px;
	padding-bottom: 6px;




}
.runten {
	background-image: url(images/rahmen_un.gif);
}

