@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000066;
	text-align:center;
	background: url(/Bilder/bg_raster.gif) repeat;
}
.Horst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000066;
}
.horst2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
#Notizzettel a:hover {
	background-color:#00CCFF;
	border-color: #0000FF;
	text-decoration:underline;
}
.hover:hover {
	background-color:#00CCFF;
}
.hoverbesonders:hover {
	background-color: #F90;
}
.hover {
	text-decoration:none;
	text-align:center;
}
.hoverbesonders {
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
#Notizzettel a {
	display: block;
	margin: 5px;
	border: 1px;
	border-color:transparent;
	border-style:solid;
	text-decoration:none;
	text-align:center;
}
#ticker{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
a.ticker{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.ticker:hover{
	text-decoration: underline;
	background-color: #00CCFF;
}
#druckfeld {
	position: absolute;
	top: 20px;
	right: 10px;
	padding-left:17px;
	background-image:url(Bilder/drucken.gif);
	background-repeat:no-repeat;
}
#Notizzettel {
	background-color: #FF0;
	min-width: 100px;
	max-width: 130px;
	margin-left: auto;
	margin-right: auto;
	border-width: 2px 2px;
	border-color: #FC0 #FC0;
	border-style: solid;
	text-align:center;
}
hr {
	background-color:#06F;
	height: 1px;
	border:none;
	color: #06F;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000033;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
#inhalt {
	text-align:left;
	width:665px;
	margin:15px auto;
}
#menu {
	position: relative;
	margin-bottom: 20px;
	left: -1px;
}
.priority {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#FF0000;
	margin-top: 10px;
	margin-bottom: 5px;
}
#phpbutl {
	float:left;
}
#phpbutr {
	float:left;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	height:15px;
	width:100%;
	text-align:center;
}
#hidemesylvester {
	display:none;
	text-align:center;
}
a, a #druckfeld {
	text-decoration:underline;
	color:#00F;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
a:hover, a:hover #druckfeld {
	text-decoration:none;
}
img {
	border: none;
}
#sprache {
	display: none;
}
#verlinkungmitbgurl {
	background-image:url(/Bilder/Links/mauerstars09.gif);
	width:625px;
	height:50px;
	padding:40px 0px 0px 40px;
}
.verlinkungmiturltext a {
	font-size:1.8em;
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
}
.verlinkungmiturltext a:hover {
	text-decoration:none;
	color:#D1D0C6;
	text-transform:uppercase;
}
.spanstyle {
	position: absolute;
	visibility: visible;
	top: -50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #F00;
}
h1 {
	font-size: 18px;
	text-align:center;
	padding-top: 15px;
}
.fehler {
	margin:2px;
	border:1px solid #F00;
	background-color:#ffebe8;
	color:#c00;
	padding:5px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:center;
}
.erfolgreich {
	margin:2px;
	border:1px solid #390;
	background-color:#6f6;
	color:#390;
	padding:5px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:center;
}