/*------------------------------------------------- Text Elemente */

.header {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #C34114;
}

.subheader {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #C34114;
}

.text	{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #333333;
}

.texts {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	color: #333333;
}

.textbold { font-weight: bold; }



/*------------------------------------------------- Link Elemente */

A:link {color: #333333; text-decoration: underline;}
A:visited {color: #333333; text-decoration: underline;}
A:active {color: #C34114; text-decoration: underline;}
A:hover {color: #C34114; text-decoration: none;}


/*------------------------------------------------- Formular Elemente */

input, textarea {
	border-width: 1px;
	border-color: #C34114;
	border-style: solid;
	font-size: 11px;
}

input.button {
	background-color: #EBD8AB;
	border-color: #C34114;
	color: #C34114;
	border-width: 1px;
	border-style: solid;
}

input.radio {
	border-width: 0px;
	border-style: solid;
}



/*------------------------------------------------- Table Color Elemente */

td.color_rand { background-color: #7F7F7F; }
td.color_bgtable { background-color: #FEF8F1; }
td.color_bgtop { background-color: #660000; }
td.color_bgred { background-color: #C34114; }
