@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align:center;
}
.Horst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.horst2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.hover {
	text-decoration:none;
	text-align:center;
}
.hoverbesonders {
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
#ticker{
	display:none;
}
#druckfeld {
	display:none;
}
#Notizzettel {
	min-width: 100px;
	max-width: 130px;
	margin-left: auto;
	margin-right: auto;
	border-width: 2px 2px;
	border-style: solid;
	text-align:center;
}
hr {
	height: 1px;
	border:none;
}
#inhalt {
}
.menu {
	display:none;
}
.priority {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
a {
	text-decoration:underline;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
img {
	border: none;
}
#sprache {
	display: none;
}
h1, #header {
	font-size: 18px;
	text-align:center;
	padding-top: 30px;
}
.footer {
	display:none;
}
th, .monat {
	font-size:16px;
	border-bottom:solid 1px #000;
}
.monat {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
#logout {
	display:none;
}
.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;
}
.zeitmeldung_blau {
	margin:2px;
	border:1px solid #4D31E6;
	background-color:#ADF;
	color: #4D31E6;
	padding:5px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:center;
}
.zeitmeldung_weiss {
	margin:2px;
	border:1px solid #999;
	background-color:#FFF;
	color: #666;
	padding:5px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:center;
}
.meldung {
	margin-top:10px;
	padding:5px;
	padding-left:30px;
	background-color: #FF0;
	border: 1px solid #CC0;
	min-height:50px;
	background-image:url(/Bilder/ausrufezeichen.png);
	background-position:10px 15px;
	background-repeat:no-repeat;
}
.meldung .close {
	text-align:right;
}
