body {
	background-color: #381617;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	/*color: #6B7948;*/
	color: #4A4E98;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*color: #6B7948;*/
	color: #4A4E98;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
}
/*
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-repeat: stretch;
}
*/

td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	vertical-align: top;
}

th {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	vertical-align: top;
}
strong {
	color: #202020;
}

#bg {
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
	width: 900px;
	background-image: url(../bilder/hp/hg.jpg);
}
#bg_750 {
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
	width: 750px;
	background-image: url(../bilder/hp/hg-750.jpg);
}
#bg_admin {
	margin: 0px auto;
	margin-top: 20px;
	width: 1000px;
	background-color: #ffffff;
}

/* Seitenbereiche */
#header {
	padding: 0px;
	}
#mainmenu {
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-width: 0px;
	border-style: none;
}
#menuright {
	position: absolute;
	visibility: hidden;
	top:150px; left:850px; width:150px; height:200px;
	background-image: url(../bilder/hp/hg-menue-rechts.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}
#content {
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
}
#footer {
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

/* Absatzformate */
/*   Kleiner Fliesstext */
.small {
	font-size: 11px;
}
/*   Grosser Fliesstext */
.large {
	font-size: 16px;
}
/*   Seiten-Überschrift */
.seitentitel {
	text-align: center;
	font-size: 28px;
}
/*   Fehlermeldung */
.errortext {
	font-weight: bold;
	color: #cc0000;
}

/*   Textlinks */
a {
	/*color: #6B7948;*/
	color: #481617;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #9E2529;
}
/*   Textlinks im Gaestebuch */
.link-gb {
	font-weight: normal;
	color: #481617;
}
.link-gb:hover {
	color: #9E2529;
}

/* Fuer Bilder in Tabellenzellen, die ohne Rand dargestellt werden sollen. */
.blockimage {
	display: block;
}

/* Kaesten fuer Rechte und linke Seite */
.kasten-links {
	float: left;
	visibility: visible;
	padding-right: 20px;
}
.kasten-rechts {
	float: right;
	visibility: visible;
	padding-left: 20px;
}
.kasten-menue {
	float: right;
	visibility: visible;
	/*margin-top: -14px;*/
	/*padding-left: 20px;*/
	margin-left: 10px;
	padding: 5px 0px 5px 5px;
	border-style: solid none solid none;
	border-width: 2px;
	border-color: #4A4E98;
}

/*   Menue-Ebene 1 */
.menu-1 {
	border-width: 0px;
	border-style: none;
}

/*   Menue-Ebene 2 */
.menu-2 {
	font-size: 16px;
	font-weight: bold;
	color: #381617;
}
.menu-2:hover {
	color: #9E2529;
}

/*   Menue rechte Seite */
.menu-r {
	padding: 10px 5px 5px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #381617;
}

/*   Menue Fusszeile */
.menu-footer {
	color: #381617;
}
.menu-footer:hover {
	color: #9E2529;
}

