

/* ======= Allgemeine Formatierungen ==============================*/
body {
 	font-family: Verdana,Tahoma,Arial; 
 	font-size:8pt; color:#1A355D;	
}

td {
	font-family: Verdana,Tahoma,Arial;
	font-size:8pt;
	color:#1A355D;
}

A:link {text-decoration: none; color: #324B70;}
A:visited {text-decoration: none; color: #324B70;}
A:active {text-decoration: none; color: #324B70;}
A:hover {text-decoration: none; color: #324B70;}



/* ======= Formatiierungen für Formularfelder ==============================*/

input {
	    border-color:#aaaaaa;
		border-width:1;
		font-family:Verdana, Arial, Helvetica;
		font-size:11;
		color:#000000;
	}
	
textarea {
	    border-color:#aaaaaa;
		border-width:1;
		font-family:Verdana, Arial, Helvetica;
		font-size:11;
		color:000000;
}

select	{
	border-color:#aaaaaa;
	border-width:1;
	font-family:Verdana, Arial, Helvetica;
	font-size:11;
	color:#000000;
    background-color : #ffffff;
}



/* ======= Formatiierungen für Navigationsbaum ==============================*/

.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	white-space: nowrap;
}
.tree img {
	border: 0px;
	height: 18px;
	vertical-align: text-bottom;
}
.tree a {
	color: #000;
	text-decoration: none;
}
.tree a:hover {
	color: #345373;
}