/* Standard */

body {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;
	margin: 0
}

td, th {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: black;
	padding-left: 7px; padding-right: 7px;
}

p {
	margin: 5px 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 14px;
	color: black;
}

a {
	color: blue;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

hr {
	height: 1px;
	border: 1px solid #e5e5e5;
}

div.body {
	margin: 15px 10px
}

form {
	display: inline;
	padding: 0;
	margin: 0;
}

/* Ausrichtugnen */

.center {
	text-align: center;
}

.right {
	text-align: right;
}


/* Layout */

fieldset {
	border: 1px solid #aaa;
	padding: 7px 7px 7px 7px;
}

legend {
	border: 1px solid #aaa;
	color: #aaa;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.row1 {
	background-color: #f5f5f5;
}

.row2 {
	background-color: #e5e5e5;
}

tr.row1:hover, tr.row2:hover {
	background-color: white;
}


/* Kopf mit Menu */

div.menu {
	float: left;
	text-align: center;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	position: relative;
	top: 1px;
	padding: 5px 15px;
	display: inline;
}

div.menusel {
	background-color: black;
	color: white;
	float: left;
	text-align: center;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	position: relative;
	top: 1px;
	padding: 5px 15px;
	display: inline;
}

table.head {
	background-color: #e5e5e5;
	border-bottom: 1px solid black;
	margin: 0px;
	width: 100%;
}

div.menu:hover {
	background-color: white;
}

a.menu {
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.menusel {
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}


/* Seitenschalter */

a.menu:hover {
	text-decoration: none;
}

a.pagination {
	float: left;
	width: 70px;
	text-align: center;
}

span.pagination {
	float: left;
	width: 140px;
	text-align: center;
}

br.block {
	clear: both;
}


/* Kalnderansicht */

td.calendar {
	width: 25px;
	text-align: center;
}

td.selected {
	text-align: center;
	background-color: #e5e5e5;
}


/* Fehlerbehandlung */

select, .form_ok {
	border: 1px solid gray;
}

.form_nok {
	border: 1px solid red;
}

.error {
	color: red;
}

div.explain_color {
	display: inline;
	margin-right: 10px;
}

/* Styles für object.tpl */

td.statistic_object {
	width: 20px;
	padding: 0;
}

/* Styles für month.tpl  und year.tpl */

td.statistic_calendar {
	text-align: center;
	width: 30px;
	height: 30px;
	padding: 0;
	background-image: url('assets/barq.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px
}

/* Styles für week.tpl */

td.statistic_bar {
	background-image: url('assets/bar.gif');
	background-repeat: no-repeat;
	text-align: center;
	width: 200px;
	height: 20px;
	font-weight: bold;
	padding: 0;
}

/* Styles für day.tpl */

td.statistic_time {
	text-align: center;
	width: 90px;
	height: 30px;
	padding: 0;
	background-image: url('assets/bart.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px
}

