div#navi {
	margin: 0;
	padding: 3px;
	border-top: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	background-color: #d6edfb;
	margin-bottom: 5px;
	width: 775px;
}

div#navi ul {
	margin: 0;
	padding: 0;
}

div#navi ul li {
	display: inline;
	list-style-type: none;
}

div#navi ul li a {
	text-decoration: none;
}

div#navi ul li a.subnavi {
	text-decoration: none;
	font-size: 0.8em;
}

input, select, textarea, fieldset, input[type=file] {
	padding: 0px;
	font-size: 12px;
}

input[type="text"], textarea {
	width: 250px;
}

textarea.long {
	width: 100%;
	font-family: arial, verdana, sans-serife;
}

input.quantity {
	width: 50px;
}

input.unitprice {
	width: 100px;
}

input.totalprice {
	width: 100px;
}

input.discount {
	width: 100px;
}

fieldset.new_supplier {
	width: 300px;
}

legend {
	color: #FF5500;
}

input.submit {
	width: 130px;
}

input.middle {
	width: 100%;
	font-size: 1em;
}

input.checkbox {
	text-align: left;
	border: none;
}

input.searchbox {
	width: 310px;
}

.t_small {
	font-size: 0.8em;
	width: 780px;
	margin: 10px;
	border-bottom: 2px solid #e0e0e0;
}

.t_small td {
	border: none;
	vertical-align: top;
}

.t_small th {
	vertical-align: top;
	text-align: center;
}

.centered_table td {
	text-align: center;
}
.centered_table td input {
	width:50px;
	text-align:right;
}
.centered_table tr:hover td {
	background: #ddd;
}

table.t_small td.label {
	width: 90px;
}

td.label {
	color: #000;
}

.button_select {
	width: 80px;
}

td.bezeichnung {
	width: 400px;
	font-size: 10px;
}

td.preview {
	width: 100px;
	overflow: scroll;
}

.red {
	background-color: #FF8A05;
	width: 30px;
}

.red a, .blue a {
	color: white;
}

.green {
	background-color: #62D100;
	width: 30px;
	color: white;
}

.yellow {
	background-color: #eeee11;
	width: 30px;
}

.blue {
	background-color: #0B9EDE;
	width: 30px;
}

#zone {
	margin: 0;
	padding: 0;
	height: 33px;
}

#zone ul {
	padding: 0;
	margin: 0;
}

#zone ul li, #zone ul li a {
	padding: 0;
	text-indent: 4px;
	line-height: 18px;
	margin: 0;
	width: 100px;
	height: 27px;
	display: block;
	float: left;
}

#zone ul li {
	margin-right: 6px;
}

#zone ul .active {
	height: 33px;
}

#zone ul li {

	color: #FFFFFF;

	background-color: #FF6600;

}

#zone ul li a {

	color: #FFFFFF;

}

#zone ul li a.active {

	background-color: #0099CC;

	color: #FFF;

}

#zone ul li a:hover {

	background-color: #0099CC;

	color: #FFF;

}

#zone ul li, #zone ul li a {

	font-size: 11px;

	text-decoration: none;

}

#zone ul .active {

	background-color: #0099CC;

}

#zoneline {
	margin: 0;
	padding: 0;
	height: 6px;
}

#zoneline {

	background-color: #0099CC;

}

#zoneinfo {

	color: #0099CC;

}

#zoneinfo {

	padding-left: 5px;
	font-weight: bold;

	font-size: 12px;

	line-height: 24px;

}

#menubg {
	width: 145px;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#menu {
	padding: 5px;
	font-size: 12px;
	background-color: #0099CC;
	color: white;
}

#menu a {
	font-size: 10px;
	color: white;
	margin-left: 3px;
}

#basetable {
	margin: 0;
	padding: 0;
	top: 60px;
	width: 100%;
	border-collapse: collapse;
}

a {
	color: #0099CC;
}

#todolist a {
	color: #000000;
	text-decoration: none;
}

.calendar {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
	border: 1px solid black;
}

.calendar .noday {
	height: 110px;
	width: 14%;
}

.calendar th {
	border: 1px solid black;
	width: 14%;
}

.calendar .day {
	height: 110px;
	border: 1px solid black;
	vertical-align: top;
	width: 14%;
}

.calendar .today {
	height: 110px;
	border: 1px solid black;
	background-color: #ffffdd;
	vertical-align: top;
	width: 14%;
}

#amaster_table {
	border: 1px solid white;
	border-collapse: collapse;
}

#amaster_table tr {
	border: 2px solid white;
}

#amaster_table td {
	text-align: right;
}

#amaster_table th {
	vertical-align: bottom;
}
