	html {
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 11px;
	margin: 0px;
	width: 100%; 
	height: 100%;
}


body {
	margin: 0px;
	width: 100%; 
	height: 100%;
}

img {
	border: 0;
}

form {
	margin-bottom: 0cm;
}

input {
	font-size: 8pt;
}

/* Form */
textarea {
	width: 270px;
}

input.text {
	width: 270px;
}

select.select {
	width: 270px;
}

.form_text_line {
	margin: 3px;
}

/* Navigation (Top) */
td.middletable {
	height: 5px;
	background-color: #4C64A0;
}

a.menulink:link {
	font-size: 11px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a.menulink:visited {
	font-size: 11px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a.menulink:hover {
	font-size: 11px;
	padding-left: 5px;
	color: #4C64A0;
	text-decoration: none;
	font-weight: normal;
}

/* Format Tabellen Kopf */
table {
	font-size: 9pt;
	text-align: left;
}

tr.titleTable {
	font-size: 9pt;
	font-weight: bold;
	background-color: #65A4EB;
	color: white;
	height: 20px;
}

td.titleTable {
	font-size: 9pt;
	font-weight: bold;
	background-color: #65A4EB;
	color: white;
	height: 20px;
}

/* Format Menu Table */
div.menuentry {
	border: 1px solid white;
	width: 140px;
	position: relative;
	left: 8px;
	top: 10px;
	background-color: #CED6E8;
	margin-bottom: 10px;
}

div.menuhead_close {
	background-color: #F6F6F6;
	color: #000000;
	padding-left: 5px;
	height: 20px;
	background-image: url("../images/menu_line_close.gif");
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: middle;
}

div.menuhead_open {
	background-color: #F6F6F6;
	color: #000000;
	padding-left: 5px;
	height: 20px;
	background-image: url("../images/menu_line_open.gif");
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.menudiv {
	padding-top: 4px;
	padding-bottom: 3px;
}

span.menu_span {
	position: absolute;
	padding-top: 2px;
	font-size: 11px;
}
	

td.menutable {
	background-color: #65A4EB;
	width: 160px;
	vertical-align: top;
}

td.multipage_elements {
	text-align: right;
}

table.muiltipage_table {

}

/* Format Fehler */
h1.error {
	font-size: 13pt;
	font-weight: bold;
	color: #001858;
}

h1.message {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
}

h3.info {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

A:link {
	color: #0000FF;
}

A:visited {
	color: #0000FF;
}

A:hover {
	color: #000000;
}

#logo {
	width: 150px;
	padding-left: 10px;
}

/* Format Ausgabe Tabellen */
table.mytable {
	border: solid black 1px;
	background-color: #F6F6F6;
	width: 450px;
}

table.ordertable {
	border: solid black 1px;
	background-color: #F6F6F6;
	width: 500px;
}

table.indextable {
	border: solid black 1px;
	background-color: #F6F6F6;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
table.muiltipage_table {
	width: 70%;
}

td.lefttd {
	white-space: nowrap;
}
	
th {
	text-align: left;
}

th.indextable {
	font-weight: bold;
	background-color: #65A4EB;
	height: 20px;
	color: white;
}

tr.indextable_over {
	background: #F6F600;
}

#copyright {
	padding-top: 5px;
	color: grey;
}

#taskcontainer {
	z-index: 300;
	position: fixed;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background: #F4F4F4;
	cursor: pointer;
	font-weight: bold;
}

.taskcontainerclose {
	height: 25px;
	width: 150px;
}

.taskcontaineropen {
	height: 130px;
	width: 800px;
}

.taskcontainerhidden {
	visibility: hidden;
}

#tasktitle {
	padding: 4px 5px;
	text-align: center;
	color: #FFFFFF;
	background-color:#65A4EB;
}

#taskbody {
	text-align: left;	
	font-weight: normal;
}