/* Globale Einstellungen */

body{
	font-family: sans-serif;
	background-image:url('image/bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-color:#009EE0;
	margin:20px;
	padding:0px;
	color:white;
}


a:link { color: #4fb2db; text-decoration: none; font-style: italic; }
a:hover { color: #4fb2db; text-decoration: underline; font-style: italic; }
a:visited { color: #4fb2db; text-decoration:none; font-style: italic; }
a:active { color: #4fb2db; text-decoration:none; font-style: italic; }

h1 {
	color: #78da4d;
	font-size: 20pt;
	font-weight: bold;
	margin: 0px;
}

h2 {
	color: #78da4d;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 20pt;
	margin-bottom: 5pt;
}

h3 {
	color: #78da4d;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
}

/* Freie Schichten Tabelle */
table.freeshift th {
       font-size: 12pt;
       font-weight: bold;
       padding-top: 10pt;
       text-align: left;
}

table.freeshift td {
       font-size: 10pt;
       line-height: 10pt;
       padding-left: 10pt;
       white-space: nowrap;
}

/* Fehlermeldungen */

p {
	font-size: 12pt;
}

span {
	font-size: 12pt;
}

p.fehler {
	color: #000;
	font-weight: bold;
	background-color: #f88;
	border: 1px solid #c00;
	margin: 5px;
	padding: 5px;
}

span.fehler {
	color: #b00;
	font-weight: bold;
	margin: 5px;
}

p.ok {
	color: #000;
	font-weight: bold;
	background-color: #8F8;
	border: 1px solid #070;
	margin: 5px;
	padding: 5px;
}

span.ok {
	color: #070;
	font-weight: bold;
}

p.warnung {
	color: #000;
	font-weight: bold;
	background-color: #FF6;
	border: 1px solid #FA0;
	margin: 5px;
	padding: 5px;
}

span.todo {
	font-weight: bold;
	font-style: italic;
	color: red;
}

p.todo {
	color: #000;
	font-weight: bold;
	background-color: #AAF;
	border: 1px solid #007;
	margin: 5px;
	padding: 5px;
}


