* {
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	margin-bottom: 20px;
}

h2 {
	background-color: #ddd;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: 5px;
	margin-top: 15px;
}

a {
	color: #4455dd;
	text-decoration: none;
}

a:hover {
	color: #4477ff;
}

.error {
	color: red;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

fieldset {
	margin-bottom: 15px;
	padding: 10px;
}

legend {
	color: #444;
	font-weight: bold;
	padding: 5px;
}

label {
	font-weight: bold;
}

label.field {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0.6em 4px 0 0;
	padding: 2px 2px;
	min-width: 8em;
	width: 8em;
	background-color: #ddd;
}

label.textarea{
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px 4px 0 0;
	padding: 2px 2px;
	min-width: 8em;
	width: 8em;
	background-color: #ddd;
	vertical-align: top;
}

textarea {
	width: 500px;
	height: 200px;
}

input.button {
	margin-top: 15px;
}

table {
	margin-top: 15px;
	width: 100%;
}

table tr th {
	text-align: left;
	font-weight: bold;
	background-color: #ddd;
	padding: 2px 3px;
}

table tr td {
	padding: 2px 3px;
}

img.icon {
	display: none;
}

#autocomplete {
	display: none;
}
#dt_input {
	display: none;
}
#dt_ac_container {
    display: none;
}

#submenu {
	display: none;
}

#container {
}

#header {
	display: none;
}

#navigation {
	display: none;
}

#content {
	margin-left: 10px;
	margin-right: 15px;
}

.termin {
	height: auto;
	padding: 1px 3px;
	position: relative;
}

.termin-navigation {
	position: absolute;
	right: 3px;
	top: 0;
}

.frei {
	background-color: #c9cac4;
}

.belegt {
	background-color: #64F764;
}

.zw {
	background-color: #fff;
	height: 5px;
}

.related {
	background-color: #ccc; 
	margin-bottom: 3px; 
	height: 15px;
}

.mark {
	background-color: orange;
}

div.print {
	display: block;
}

#navigation_right {
	display: none;
}
