/* Layout allgemein */

body {
	position: relative;
	background: #eef1f5;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	color: #333;
}

:focus, :active, :hover {
	outline: 0 none;
}

.clear {
	clear: both;
}

div {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
	color: #555;
	margin: 0 0 20px;
}

.titel1 {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	margin-bottom: 24px;
}

p.info, span.info, div.info {
	clear: both;
	font-size: 11px;
	line-height: 140%;
	margin-top: 8px;
}

.error {
	color: #aa0000;
}

p.error {
	font-size: 12px;
	color: #aa0000;
	margin: 0 0 12px 0;
}

.red {
	color: #aa0000;
}

#wrapper {
	position: relative;
	width: 1200px;
	min-height: 100px;
	margin: 0 auto;
}

#login_container {
	width: 360px;
	min-height: 200px;
	margin: 0 auto;
	padding: 20px 20px 28px;
	background: #fff;
	margin-top: 120px;
	border: 1px solid #bbb;
	box-shadow: 0px 0px 3px #aaa;
}

#login_container h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 24px;
	color: #555;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#header {
	position: relative;
	clear: both;
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #ccc;
}

#header h1 {
	float: left;
	width: 450px;
	font-weight: bold;
	font-size: 24px;
	margin-top: 24px;
	color: #F79646;
}

#logo {
	position: relative;
	float: left;
	width: 43px;
	height: 44px;
	display: block;
	background: url('./logo.png') no-repeat;
	top: 11px;
	margin-right: 10px;
}

#logout_container {
	position: absolute;
	top: 16px;
	right: 0;
}

#user_container {
	position: absolute;
	top: 23px;
	right: 110px;
}

#main {
	position: relative;
	float: right;
	width: 920px;
	margin-top: 32px;
}

#left {
	position: absolute;
	left: 0;
	width: 240px;
	margin-top: 32px;
	margin-right: 40px;
}

#left h3 {
	font-size: 15px;
	color: #555;
	margin: -12px 0 5px 0;
}

/* Listen */

.table {
	display: table;
	margin-bottom: 50px;
}

.listheader, .item {
	display: table-row;
}

.listheader {
	width: 100%;
	height: 28px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.listheader > div.inline {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.inline {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 9px;
}

.vorname, .name, .user {
	width: 140px;
}

.e_plan {
	width: 45px;
}

.lastlogin {
	width: 160px;
}

.datum {
	width: 80px;
}

.ort {
	width: 200px;
}

.nr {
	width: 40px;
}

.rb {
	text-align: right;
	padding-right: 14px;
}

.anrede {
	width: 60px;
}

.g_datum, .beginn, .ende {
	width: 85px;
}

.netz {
	width: 60px;
}

.standort {
	width: 85px;
}

.zeit {
	width: 130px;
}

.gedruckt {
	width: 85px;
}

/* Button */

.submit {
	background: 0 none;
	border: 0 none;
	background: #5B9BD5;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	cursor: pointer;
}

.submit:hover, .sbutton:hover {
	color: #777;
}

.button_s {
	float: left;
	width: 240px;
	margin-right: 16px;
	margin-bottom: 16px;
}

.button_sc {
	width: 240px;
	margin-bottom: 16px;
}

a.menubutton {
	width: 220px;
	display: block;
	background: #5B9BD5;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 12px;
}

a.menubutton:hover {
	color: #777;
}

a.btn_red {
	background: #ff5555;
}

span.menubutton {
	width: 220px;
	display: block;
	background: #7BABF5;
	color: #777;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	margin-bottom: 12px;
}

.sbutton {
	position: relative;
	background: 0 none;
	border: 0 none;
	background: #5B9BD5;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
	text-decoration: none;
	top: -2px;
}

.sbutton_inactive {
	position: relative;
	background: 0 none;
	border: 0 none;
	background: #5B9BD5;
	color: #777;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	top: -2px;
}

/* Formulare */

#login_form label {
	font-size: 17px;
	width: 150px;
	margin-bottom: 20px;
	display: block;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}

#login_form .text {
	font-size: 17px;
	width: 180px;
	margin-bottom: 20px;
	box-shadow: 0 none;
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 7px;
	float: right;
}

#login_form .submit {
	float: right;
}

#login_form .submit {
	position: relative;
	left: 90px;
	margin-top: 3px;
}

input[type="text"], input[type="password"], .sel {
	width: 200px;
	padding: 3px;
	margin-bottom: 12px;
	border: 1px solid #999;
	border-radius: 3px;
	background: #fff;
	height: 21px;
	padding: 1px 5px 0 5px;
}

.sel {
	height: 23px;
	padding-top: 1px;
}

.doz {
	width: 160px;
}

input.readonly {
	background: none;
	border: 0 none;
	padding-left: 0; 
}

.field {
	position: relative;
	clear: both;
}

.label {
	width: 160px;
	float: left;
}

.value {
	width: 200px;
	float: left;
}

div.radio {
	float: left;
	margin-top: 2px;
	margin-bottom: 16px;
}

input[type="radio"] {
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	vertical-align: middle;
}

#datepicker, #from, #to, #beginn, #ende {
	width: 76px;
}

label.o_form {
	position: relative;
	float: left;
	width: 100px;
	display: block;
	padding-top: 2px;
}

select.o_form {
	width: 88px;
}

input.netz {
	width: 70px;
}

/* Overlays */

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(64,64,64,0.6);
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#tn_over {
	position: relative;
	width: 400px;
	margin: 10px auto;
	padding: 30px 30px 15px 30px;
	min-height: 200px;
	display: block;
	background: #eef1f5;
	border: 1px solid #bbb;
	box-shadow: 0px 0px 3px #aaa;
	text-align: left;
	z-index: 1000;
}

/* Anwesenheit */

.day {
	width: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.weekday {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 100%;
}

.date {
	background: 0 none;
	border: 0 none;
	width: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

.week {
	display: table-cell;
}

.pnw {
	width: 60px;
}

.thw {
	width: 110px;
}

.b_bottom {
	border-bottom: 1px solid #000;
}

.padd {
	padding: 1px 0 0 0;
}

.awh {
	display: block;
	width: 42px;
	height: 21px;
	margin: 1px;
	padding-top: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.ka {
	background: #aaa;
}

.aw {
	background: #0d2;
}

.fu {
	background: #f34;
}

.fe {
	background: #d95;
}

.eu {
	background: #66f;
}

.kr {
	background: #fd0;
}

.ru {
	background: #ddd;
}

.se {
	background: #3dd;
}

.fa {
	background: #0ba;
}

.reset {
	margin: 0;
	padding: 0;
}

.aw_change {
	position: relative;
	top: 0;
	left: 0;
	width: 155px;
	background: #fff;
	display: none;
}

.legend {
	color: #000;
	display: block;
	width: 24px;
	height: 16px;
	text-align: center;
}

.f_left {
	float: left;
}

.table {
	display: table;
}

.tr {
	display: table-row;
}

.td {
	display: table-cell;
}

.pr10 {
	padding-right: 15px;
}

/* Besonderes */

.bg_red {
	background-color: #cc0000;
}

.lg_header {
	width: 100%;
	background: #d0d0d0;
	font-size: 14px;
	font-weight: bold;
	color: #bb4444;
	margin-bottom: 20px;
	padding: 3px 0;
}

.lg_header span {
	margin: 0 8px;
}
