
/* ------------------------------------------------------------------- SCHRIFTSACHEN --------------- */ 



body, p, a, td, input, textarea, .text_small, .top_menu  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#aaaaaa;
}

a{
color: #9FB54A;
text-decoration:underline
}

a:hover{
color: #CCFF00;
}


.text_titel {
	font-size: 13px;
	font-weight:bold;
	color:#cccccc;
}

.text_small {
	font-size: 9px;
}


input, textarea {
	width: 200px;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #666666;
}



/* ------------------------------------------------------------------------ HOVER GESCHICHTE ------------------ */

.table_hover {
	background-color: #68001D;
	border: 1px solid #bbbbbb;
}





/* ------------------------------------------------------------------------ RAHMEN FÜR TABELLEN ------------ */

.border_trenner {
	border-bottom: 1px solid #777777;
}


td{
	border-top:	   0px solid #c4c4c4;
	border-right:  0px solid #c4c4c4;
	border-bottom: 0px solid #c4c4c4;
	border-left:   0px solid #c4c4c4;
}

tr.U {
	border-bottom-width: 1px;
}
td.L {
	border-left-width:   1px;
}
td.O {
	border-top-width:    1px;
}
td.U {
	border-bottom-width: 1px;
}
td.R {
	border-right-width:  1px;
}
td.LU {
	border-left-width:   1px;
	border-bottom-width: 1px;
}
td.RU {
	border-right-width:  1px;
	border-bottom-width: 1px;
}
td.OHNEOBEN {
	border-left-width:   1px;
	border-right-width:  1px;
	border-bottom-width: 1px;
}
td.ALLE {
	border-width:  1px;
}