/* CSS ALLGEMEIN */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#323232;
	background-color:#FFFFFF;
}

.indexName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#930000;
}


.mandatoryFieldCell{ /* Pflichtfeld-Zelle*/
	text-align:right;
	font-style:italic;
	font-size:9px;
}


a:link{
	color:#323232;
	font-weight:normal;
	text-decoration:none;
}


a:visited{
	color:#323232;
	font-weight:normal;
	text-decoration:none;
}


a:hover{
	text-decoration:underline;
}


a:active{
	text-decoration:underline;
}


.standardTable{
	width:80%;
	border:none;
	text-align:center;
}


/* CSS speziell mainIndex */
.welcomeTable{
	text-align:center;
}


.welcomeTitleTd{
	text-align:center;
	font-size:12px;
	color:#565656;
	font-weight:bold;
}


.welcomeTextTd{
	font-size:12px;
	color:#930000;
	text-align:center;
	font-style:italic;
}
