
body 					{ background-color: transparent;  	color: 	#333333; }


.farbe-titel			{ background-color: transparent; 	color:	#333333; }
.farbe-nav				{ background-color: transparent;	color:	#333333; }

.farbe-dunkel			{ background-color: #006633;		color:	#99CC99; }
.farbe-mittel			{ background-color: #CCFF99;		color:	white; }
.farbe-hell				{ background-color: #99CC99;		color:	#333333; }

.farbe-standard			{ background-color: transparent;	color:	#333333; }
.farbe-pflicht			{ background-color: #FFFF66;		color:	#333333; }
.farbe-alarm			{ background-color: transparent; 	color:	#FF3366; }


.anwendungs-titel {
		background-color: transparent;		
		color:	white;
		font-family: times new roman, serif;
		font-size: 32px;
		font-weight: bold;
		horizontal-align: center;
		vertical-align: middle;
		text-decoration: none;		
}

.button_stat {
		background-color: transparent;		
		color:	#333333;
		font-family: arial, sans-serif;
		line-height:8pt;
		font-size: 11px;
		font-weight: bold;
		text-indent: 23px;
}

.button {
		background-color: transparent;		
		color:	#333333;
		border-color: #669966;
		border-bottom-width : 1px;
		border-top-width: 1px;
		font-family: arial black, sans-serif;
		font-size: 11px;
		vertical-align : middle;
		text-decoration : overline;
}

.schrift-einfach {	
		font-weight: normal;
}

.schrift-fett {	
		font-weight: bold;
}

table { 
		padding: 0px;
		margin: 0px;
		font-family: arial, sans-serif;
		font-size: 12px;		
	}
	tr{
		vertical-align : top;
		text-align : left;				
	}
	th {
		font: bold;	
	}
	td {	
	}

table.titel {
		padding: 0px;
		margin: 5px;
	}
	tr.titel{
		vertical-align : top;
		text-align : left;
	}
	th.titel {
		font : bold;
	}
	td.titel {
	}

table.list {
		padding: 0px;
		margin: 5px;
	}
	tr.list{
		vertical-align : top;
		text-align : left;
	}
	th.list {
		font : bold;
		background-color: #99CC99;	
		color:	#333333;
	}
	td.list {
		background-color: #CAE0CA;	
		color:	#333333;
	}
	td.list-aktuell {
		background-color: #CAE0CA;	
		color:	#FF3366;
	}

table.detail {
		padding: 0px;
		margin: 5px;
	}
	tr.detail{
		vertical-align : top;
		text-align : left;
	}
	th.detail {
		font : bold;
		text-align: left;
		background-color: #CAE0CA;	
		color:	#333333;	
	}
	td.detail {
		text-align: left;
		background-color: #CAE0CA;	
		color:	#333333;
	}


input {
		font-family:arial, sans-serif;
		font-size: 12px;
		padding-left : 1;	
}
textarea {
		font-family:arial, sans-serif;
		font-size: 12px;
		padding-left : 1;	
}
select {
		font-family:arial, sans-serif;
		font-size: 12px;
		padding-left : 0;	
}


h1 {
		color: white;
		font-family:arial, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		text-indent: 0px;
		margin-top : 0px;
		margin-bottom: 0px;
}
h2 {
		color: #006633;
		font-family:arial, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		text-indent: 0px;
		margin-top : 0px;
		margin-bottom: 0px;
}
h3 {
		color: #669966;
		font-family:arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-indent: 0px;
		margin-top : 0px;
		margin-bottom: 0px;
}
h4 {
		color: #006633;
		font-family:arial, sans-serif;
		font-size: 12px;
		font-weigth: bold;
		text-indent: 0px;
		margin-top : 0px;
		margin-bottom: 0px;
}
h5 {
		color: #669966;
		font-family:arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 0px;
		text-indent: 0px;
}
h6 {
		color: #006633;
		font-family:arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px;
		text-indent: 0px;
}

a:link {
		color : #333333;
		text-decoration:underline } 
	
a:visited {
		color: #333333;
		text-decoration: underline;
}
a:hover {
		background-color : transparent;
		color : #006633;
		text-decoration: underline;
		font-weight: normal }

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

.kopf {
		font-size: 11px;
		font-weight: bold;
 		color: #333333;			
}
.maskenbereich {	

}
.fuss {
		font-size: 11px;
		color: #333333;
}
.links {
		font-size: 11px;
		color: #333333;
}

.shortbox 		{ width: 100px; }
.normalbox 		{ width: 225px; }
.longbox 		{ width: 550px; }
