* {font-family: Arial,Verdana,Tahoma,Helvetica;}

.top {background-color: #EBF4FB;}
.nav {background-color: #DDDDDD;}
.main table{background-color: #FFFFFF; color: #000000; font-size: 13px; line-height: 18px; }
.headline {background-color: #FFFFFF; color: #015DA2; font-size: 14px; font-weight: bold; letter-spacing: 0.75pt;}
.small {font-size: 10px;line-height: 12px;}
.imageborder {border: 1px solid #015DA2;}
.datatable {
	border-left-width: 1px;
	border-left-color: #015DA2;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #015DA2;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-color: #015DA2;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #015DA2;
	border-bottom-style: solid;
	border-collapse : collapse;
}

A:link {color: #015DA2; font-weight: bold; text-decoration: underline; }
A:active {color: #000000; font-weight: bold; text-decoration: none; }
A:visited {color: #015DA2; font-weight: bold; text-decoration: underline; }
A:hover {color: #000000; font-weight: bold; text-decoration: none; }

/*Kontakt-Formular-Styles*/
.text
{
	font-weight: normal;
	border: 1px solid #015DA2;
	background-color: #FFFFFF;
	color: #000000; 
	padding-top: 1px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
}

.button
{
	font-weight:bold;
	border: 1px solid #015DA2;
	background-color:#015DA2;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-right: 2px;
	cursor: hand;
}

.error
{
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

ul.error
{
	font-weight: normal;
	color: #FF0000;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5px;
	list-style: disc outside none;
	text-decoration: none;
}