@charset "utf-8";
a:link { color:#315887; font-weight:normal; font-size:10pt; text-decoration:underline; font-family:"Arial"; }
a:visited { color:#315887; font-weight:normal; font-size:10pt; text-decoration:underline; font-family:"Arial"; }
a:active { color:#315887; font-weight:normal; font-size:10pt; text-decoration:underline; font-family:"Arial"; }
a:hover { color:#3B6FAE; font-weight:normal; font-size:10pt; text-decoration:none; font-family:"Arial"; }

a.menu:link { color:#203C5E; font-weight:bold; font-size:10pt; text-decoration:none; font-family:"Arial"; }
a.menu:visited { color:#203C5E; font-weight:bold; font-size:10pt; text-decoration:none; font-family:"Arial"; }
a.menu:active { color:#203C5E; font-weight:bold; font-size:10pt; text-decoration:none; font-family:"Arial"; }
a.menu:hover { color:#335277; font-weight:bold; font-size:10pt; text-decoration:none; font-family:"Arial"; }

body {
	background-color:#C2C2C2;
	color:#203C5E;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	font-family:"Arial";
}

.big { font-size:14pt; font-weight:bold; }
.headline { font-size:12pt; font-weight:bold;}
.subheadline { font-size:10pt; font-weight:bold;}
.small { font-size:8pt; color:#203C5E; }
.text { color:#203C5E; font-size:10pt; font-weight:normal; font-family:"Arial"; }
.error { color:#CC0000; font-size:10pt; font-weight:normal; font-style:italic; font-family:"Arial"; }
.titel { 
	color:#203C5E; 
	font-size:10pt; 
	font-family:"Arial"; 
	font-style:italic; 
	font-weight:bold; 
}
.form { 
	border-top: 1px solid #203C5E; 
	border-bottom: 1px solid #203C5E; 
	border-left: 1px solid #203C5E; 
	border-right: 1px solid #203C5E; 
	background-color: #F1F1F1; 
	color: #2D2E81; 
	font-family: Arial; 
	font-size: 10pt; 
}
.bodytable { 
	background-color:#FFFFFF; 
	border-top: 1px solid #203C5E; 
	border-bottom: 1px solid #203C5E; 
	border-left: 1px solid #203C5E; 
	border-right: 1px solid #203C5E; 
}
.mainmenu {
	background-color:#F1F1F1;
	border-top: 1px solid #203C5E;
	border-bottom: 1px solid #203C5E; 
	border-left: 1px solid #203C5E; 
	border-right: 1px solid #203C5E; 
}
.menuhover:hover {
	background-color:#C2C2C2;
}