html, body {
	background-color: #EAE9DB;
	color: #706f69;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	height: 100%;
	overflow: hidden;
}

#header {
	height: 75px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header p {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 30px;
	left: 30px;
}

#footer {
	background-color: #004065;
	height: 75px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}

#menu {
	background-color: #F4F3EC;
	border-top: 1px solid #004065;
	border-bottom: 1px solid #004065;
	width: 100%;
	height: 26px;
}

#menu_footer {
	background-color: #F4F3EC;
	border-top: 1px solid #004065;
	border-bottom: 1px solid #004065;
	position: absolute;
	left: 0px;
	bottom: 75px;
	width: 100%;
	height: 26px;
}

#menu a, #menu_footer a {
	position: relative;
	margin-left: 30px;
	top: 5px;
}

#content {
	margin: 0px;
	overflow: auto;
	bottom: 103px;
	width: 100%;
	top: 0px;
}

/* fuer den MSIE die schwule sau */
#content {
	/*top: 102px;*/
	position: relative;
	height: expression(document.body.clientHeight-100>100?document.body.clientHeight-204+'px':'100px');

}
/* fuer die coolen browser */
html>body #content {
	position: absolute;
	height: auto;
	top: 103px;
}

#debug {
	right: 20px;
	bottom: 80px;
	width: 200px;
	height: 300px;
	position: absolute;
	z-index: 100;
	overflow: auto;
}

img {
	border: none;
	line-height: 1px;
	vertical-align: middle;
}

a {
	background-color: inherit;
	color: #004065;
	text-decoration: none;
}

a:hover {
	font-weight: bolder;
}

a:visited {
	background-color: inherit;
	color: #004065;
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	border: 1px solid #004065;
	background-color: White;
	color: Black;
}

input:focus, textarea:focus,
#FormInputUsername:focus, #FormInputPassword:focus {
	background-color: #FFD;
	border-color: #F88;
	color: Black;
}

input[type=checkbox], input[type=radio] {
	border: none;
	cursor: pointer;
}

input[type=submit], input[type=button] {
	border: 1px solid Black;
	background-color: White;
	color: Black;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: #dddddd;
}

label {
	cursor: pointer;
}
/* Tableless Forms */
.tableless label, .tableless input {
	display: block;
	float: left;
}

.tableless label {
	text-align: right;
}

.tableless br {
	clear: left;
}

tbody.formular th {
	text-align: right;
}

div.error, td.error {
	font-weight: bold;
	color: Red;
	background-color: inherit;
}

input.error, select.error {
	font-weight: bold;
	color: Black;
	border-color: Red;
	background-color: #ffdddd;
}

table, table.hilite {
	font-size : inherit;
	border-collapse : collapse;
	empty-cells : show;
	border-spacing : 0px;
}

table.hilite td, table.hilite th {
	padding : 2px 4px 2px 4px;
	font-size: inherit;
	background-color: inherit;
}

thead tr {
	background-color: #1593b7;
	color: White;
}

table.detailinfo {
	width: 600px;
}

tr.detailinfo_odd {
	background-image: url(../images/tr_bg_fade.gif);
	background-repeat: repeat-y;
	height: 30px;
	border-bottom: 1px dotted #706F69;
}

tr.detailinfo_even {
	height: 30px;
	border-bottom: 1px dotted #706F69;
}
/* f�r MSIE 6 */
tr.detailinfo_even td,
tr.detailinfo_even th,
tr.detailinfo_odd td,
tr.detailinfo_odd th {
	border-bottom: 1px dotted #706F69;
}

table.detailinfo th {
	width: 90px;
	text-align: left;
	font-weight: normal;
}

table.uebersicht td {
	width: 100px;
	padding: 10px;
	height: 140px;
	text-align: center;
}
