/* Link-Tag (a-Tag) ver?ndern */
a:link  { color: #006A25; text-decoration: underline; italic; } 

a:visited {
	color: #006A25; 
	text-decoration: underline;
}

a:active {
	color: #006A25; 
	text-decoration: underline;
}

a:hover {
	color: #006A25; 
	text-decoration: underline;
}


/* body layouten */
body {
	background-color: #E6FFE6;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-3dlight-color: #DBD8D1;
	scrollbar-arrow-color: #E7E4DD;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #EDEAE3;
	scrollbar-face-color: #EDEAE3;
	scrollbar-highlight-color: #DBD8D1;
	scrollbar-shadow-color: #663333;
	scrollbar-track-color: #ffffff;
}


/* Tabelle layouten NICHT BEI ALLEN BROWSERN */
table {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}


/* oberste Standartschrift kann hier definiert werden */
td {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #006633;

}


/* Bild layouten NICHT BEI ALLEN BROWSERN */
img{
	border: 0px;
}



/* Schriftarten mit class="schriftart" angesprochen */
.fliess {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #006633;

}
.italic {
	font-family: verdana;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #006633;

}
.bold {
	font-family: verdana;
	font-size: 10px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #006633;

}
.boldred {
	font-family: verdana;
	font-size: 10px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #cc3300;

}
.bold {
	font-family: verdana;
	font-size: 10px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #006633;

}

.boldblack {
	font-family: verdana;
	font-size: 10px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #000000;

}

.alt12  { color: maroon; font-size: 12px; font-family: arial; font-style: normal; font-weight: normal; line-height: 14px; background-color: white }

.standartgross {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000033;

}
