body 			{font-family: Tahoma, Verdana, Helvetica, sans-serif;}

a:link 			{color: #666666;text-decoration: none;}
a:visited 		{text-decoration:none; color:#E0E0E0}
a:hover 		{text-decoration:underline;color:#666666;}
a:active 		{text-decoration:none; color:#FFD700}

a img 			{border-color: #aabbff;border:0px; border-color:#000000}

.header {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000040;
	background-color:#E0E0E0;
	font-weight: bold;

}
.text {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12pt;
	color:#666666;
	font-weight: normal;
}
.text_m {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12pt;
	color:#E0E0E0;
	font-weight: normal;
}
.text_s {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 15pt;
	color:#E0E0E0;
	font-weight: normal;
}

.titel {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	color: #000040;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 5px;
}
.important {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15pt;
	color:#FF0000;
	font-weight: normal;
}

.blue_row {
	font-family: Tahoma;
	font-size: 9px;
	line-height: 12pt;
	padding-left: 5;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000040;
}

/* BUTTONS ----------------------------------------------------*/
.button			
{
	font: Tahoma;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	background-color: #000040;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: White;
	height: 20;
	width: auto;
}

/* NAVIGATION - Links ---------------------------------------------*/
.leftnav a
{
	display:block;
	margin-top: 1;
	font-family: Tahoma;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	color: #000040;
	padding-left: 5;
	background-color: #E0E0E0;
	border: 0px solid #000040;
	width: 135px;
}
.leftnav a:active	{color:#000040;text-decoration:undeline}
.leftnav a:visited{text-decoration:none}
.leftnav a:hover	{color:#000040;text-decoration:none;background-color: #FFD700;}

/* NAVIGATION - Rechts ---------------------------------------------*/
.rightnav a
{
	display:block;
	margin-top: 1;
	font-family: Tahoma;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	color: #000040;
	padding-left: 5;
	background-color: #E0E0E0;
	border: 0px solid #000040;
	width: 120px;
}
.rightnav a:active	{color:#000040;text-decoration:undeline}
.rightnav a:visited	{text-decoration:none}
.rightnav a:hover{color:#000040;text-decoration:none;background-color: #FFD700;}

/* BEARBEITUNG -------------------- */

.edit {
	font-family: Tahoma;
	color: #000040;
	font-size: 11px;
	height:auto; 
	padding-left: 3px;
	border: 1px solid #000040;
}
/*
.edit:hover {
	border: 1px solid #FFD700;
}
*/
.select {
	font-family: Tahoma;
	color: #000040;
	font-size: 11px;
	height:auto; 
	padding-left: 3px;
	border: 1px solid #000040;	
}
.option {
	color: #FFEE8C;
	font-size: 8px;
	border: 1px solid #000066;
}
.field { 
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12pt;
	color: #000040;
	font-weight: normal;
	padding-left: 3px;
	border: 1px solid #000040;
}
/*
.field:hover {
	border: 1px solid #FFD700;
}
*/
.edit_doc {
	font-size: 11px;
	background-color: transparent;
	height:18px;
	color: #000000; 
	border: 1px #CDD2FE;
	border-style: dashed;
}

.edit_doc:hover {
	border: 1px solid #FFD700;
}

.head_doc {
	font-size: 11px;
	text-decoration: underline;
	background-color: transparent;
	height:18px;
	color: #000000; 
	border: 1px #CDD2FE;
	border-style: dashed;
}

.head_doc:hover {
	border: 1px solid #FFD700;
}

.field_doc {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15pt;
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	border: 1px #CDD2FE;
	border-style: dashed;
}

.field_doc:hover {
	border: 1px solid #FFD700;
}

/* Tabellen ------------------------ */
.grid_head{
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000040;
}
.grid_row{
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #000040;
	background-color: #E0E0E0;	
}



