a:link
{
        color: black;
        font-weight:  normal;
        text-decoration: underline
}

a:visited
{
	color: black; 
	font-weight: normal; 
	text-decoration: underline 
}

a:active
{
	color: black;
	font-weight: normal;
	text-decoration: underline
}

a:hover
{
	color: black;
	font-weight: normal;
	text-decoration: underline
}

body
{
	font-size: 12px;
	font-family: arial;
	color: #000000;
	background-color: #FFFFFF;
}

font
{
	font-size: 12px;
	font-family: arial;
	color: #000000;
}

td
{
	font-size: 12px;
	font-family: arial;
	color: #000000;
}

th
{
	font: bold;
	font-size: 13px;
	text-align: center;
	font-family: arial;
	color: #000000;
}

.input_code
{
	font-size: 10px;
	font-family: arial;
	width: 40px;
}

.input_text
{
	font-size: 10px;
	font-family: arial;
	width: 150px;
}

.input_text2
{
	font-size: 11px;
	font-family: arial;
	width: 150px;
}

.input_select
{
	font-size: 12px;
	font-family: arial;
	width: 150px;	
}

.input_area
{
	font-size: 11px;
	font-family: arial;
	width: 250px;
	height: 150px;
}

.input_button
{
	font-size: 11px;
	font-family: arial;	
	width: 100px;
}

.Error_msg
{
	color: #000000;
	font: bold;
}

.pflichtfeld
{
	color: #bf4444;
	font: bold;
}

.table_link
{
	color: #000000;
	font: bold;
	text-decoration: none;
}