/*
A {
	color : #31309C;
	font-family: arial, sans-serif, verdana, helvetica; font-style: normal; line-height: normal;
	font-size : 12px; 
	text-decoration : none;
}

A:Visited {
	color : #31309C;
	font-family:  arial, sans-serif, verdana, helvetica; font-style: normal; line-height: normal;
	font-size : 12px; 
	text-decoration : none;
}

A:Active {
	color : #31309C;
	font-family :  arial, sans-serif, verdana, helvetica; font-style: normal; line-height: normal;
	font-size : 12px; 
	text-decoration : none;
}

A:Hover {
	color : #31309C;
	font-family :  arial, sans-serif, verdana, helvetica; font-style: normal; line-height: normal;
	font-size : 12px; 
	text-decoration : underline;
}
*/

.ueberschrift1 {	font-family: Arial, Helvetica, MS Sans Serif; 
			font-size: 14px; 
			font-weight: bold; 
			color: #31309C;
			text-decoration: none;}

.text{			font-family: Arial, Helvetica, MS Sans Serif; 
			font-size: 12px; 
			color: #000000;
			text-decoration: none;}

.boldtext{		font-family: Arial, Helvetica, MS Sans Serif; 
			font-size: 12px; 
			color: #000000;
			font-weight:bold;}

td {			font-family: Arial, Helvetica, MS Sans Serif; 
			font-size: 12px; 
			color: #000000;
			text-decoration: none;}

li {			font-family: Arial, Helvetica, MS Sans Serif; 
			font-size: 12px; 
			color: #000000;
			text-decoration: none;}
			
.input-field {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: 1pt solid #31309C;
	BORDER-LEFT: 1px solid #31309C;
	BORDER-RIGHT: 1pt solid #31309C;
	BORDER-TOP: 1pt solid #31309C;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	color: #000000;
}

select, textarea {
	BACKGROUND-COLOR: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	color: #000000;
}

.bg-blue{
	background-color: #A5A6A5;
}
.bg-dark-blue{
	background-color: #FFFFFF;
}
.bg-soft-blue{
	background-color: #F7F3F7;
}
.bg-site{
	background-color: #A5A6A5;
}
.bg-white{
	background-color: #FFFFFF;
}

#scrollable {
height:auto !important;
}
