* {
margin:0;
padding:0;
font-family: sans-serif;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none}
A:hover{text-decoration: underline;}

body {
	background-color: #759EBC;
	/*background-color: #404040;*/
}

#container {
	margin:100px auto 0;
	width:340px;
}

#login-error {
	text-align: center;
	color:white;
	padding: 5px;
}

#dep-title {
	font-size: 56pt;
	font-weight: bolder;
	text-align: center;
	color: white;
}

#dep-subtitle {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 13pt;
	color: white;
}

#login-form {
	background-color: #507A9A;
	padding: 20px 20px 10px 20px;
	color: white;
	border: thin;
	border-color: white;
	border-style: solid;
}

#login-form input[type="text"], #login-form input[type="password"] {
	width: 170px;
}

#login-form td {
	padding-right: 15px;
	padding-bottom: 3px;
}

#login-form input {
	height: 20px;
}

#login-form input[type="submit"] {
	width: 100px;
	height: 25px;
}

#dep-title-layout a {
	color: white;
	font-weight: bold;
	font-size: 30pt;
	text-decoration: none;
	display: block;
	text-align: center;
}

#logout {
	color:white;
	padding-top: 5px;
	text-align: center;
}

#logout * {
	color:white;
}

#container-layout {
	margin:20px auto 0;
	width: 1050px;
}

#left-side-layout {
	padding: 3px;
	width: 200px;
	float:left;
}

#right-side-layout {
	padding: 3px;
	float: left;
	width: 850px;
}

.subpage-title {
	background-color: #E8E8E8;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

.box {
	padding: 5px;
}

#dep-box {
	background-color: #507A9A;
	margin-bottom: 5px;
}

.content-wrapper {
	min-height: 650px;
}

.content-box {
	background-color: #F5F5F5;
	color: #444444;
	margin-bottom: 5px;
}

.remind {
	background-color: yellow;
}

.menu-entry {
	background-color: #C6D2DB;
	color: black;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 1px;
}

.menu-entry.na {
	background-color: #E8E8E8;
	color: white;
}

.menu-entry.na:hover {
	background-color: #E8E8E8;
	color: white;
}

.menu-entry a {
	display: block;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.menu-entry:HOVER {
	background-color: #A3B5C1;
}

.holiday, .holiday input {
	text-align: center;
	width: 25px;
	height: 14pt;
	float: left;
}

.holiday.text {
	text-align: left;
	width: 50px;
	height: 14pt;
	float: none;
}

.holiday.public {
	background-color: #B52E98;
}

.holiday.private {
	background-color: #6666FF;
}

.holiday.away {
	background-color: orange;
}

.holiday.empty {
	background-color: #E8E8E8;
	cursor: default;
}

*[title] {
	cursor: help;
}

*[title=""] {
	cursor: default;
}

#footer {
	background-color: #A3B5C1;
	padding: 5px;
	color: white;
	height: 1.3em;
}

.profileform td, .profileform th {
	height: 24px;
	padding-right: 5px;
}

form input {
	font-size: 11pt;
}

.a-zeiterf {
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	color: black;
	background-color: #C6D2DB;
}

.a-zeiterf:hover {
	background-color: #A3B5C1;
}

.a-zeiterf.selected {
	background-color: #A3B5C1;
	color: white;
}

.a-zeiterf.year {
	width: 90px;
}

.a-zeiterf.month {
	width: 125px;
}

.a-zeiterf.day {
	width: 80px;
}

.a-zeiterf.future {
	background-color: #E8E8E8;
	color: white;
}

.a-zeiterf.week {
	width: 120px;
}

.a-zeiterf.zzug {
	width: 100px;
}

.a-zeiterf-star {
	display:none;
}

.a-zeiterf-left {
	float: left;
	font-size: 13pt;
}

.a-zeiterf-right {
	float: right;
	font-size: 11pt;
	padding-top: 1pt;
}

#heute {
	color: black;
	display: block;
}

.shade {
	background-color: white;
}

.kontrolle {
	display:inline-block;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	border-style: none;
	width: 200px;
	background-color: #E8E8E8;
	text-align: center;
}

.kontrolle_work {
	background-color: green;
	cursor: pointer;
}

.kontrolle_idle {
	background-color: red;
	cursor: pointer;
}

.tag_ungueltig {
	padding-left: 10px;
}

