body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	background-color: #73787E;
	background-image: url(/_img/seitenhintergrund.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}
table {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

/* **********
*** Texte ***
********** */
h1 {
	font-size: 16px;
	font-weight: bold;
}


/* **********
*** Links ***
********** */
/* *** Standartlink *** */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

/* *** Bildergalerie *** */
.galerielink_bilder {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.galerielink_bilder {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:link.galerielink_bilder, a:visited.galerielink_bilder {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover.galerielink_bilder, a:active.galerielink_bilder {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* *** Presse *** */
.loginfehler {
	width: 252px;
	color: #990000;
	border: solid 1px #990000;
	background-color: #FFFFFF;
	padding: 3px;
	margin-bottom: 5px;
}
.logout {
	width: 252px;
	color: #990000;
	text-align: center;
	border: solid 1px #990000;
	background-color: #FFFFFF;
	padding: 3px;
	margin-bottom: 5px;
}
.logout a {
	display: block;
	width: auto;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

/* **************
*** Formulare ***
************** */
.loginfeld {
	font-size: 9px;
	width: 150px;
	/*border: solid 1px #000000;*/
	border: none;
}
.formfeld {
	font-size: 9px;
	width: 178px;
	/*border: solid 1px #000000;*/
	border: none;
}
.formbutton {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	/*border: solid 1px #000000;*/
	border: none;
}

/* **********
*** Layer ***
********** */
#popuplayer {
	position: absolute;
	top: 110px;
	left: 80px;
	width: 541px;
	height: 540px;
	background-color: #e86a07;
	z-index: 3000;
}
