@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #95acc6;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.Stil1 {
	color: #123c89;
	font-weight: bold;
	font-size: 18px;
}
.Stil2 {color: #cbd8e7}
.Stil3 {color: #95acc6}

.Stil4 {color: #123c89}

a:link {color: #FFFFFF;text-decoration: underline;}
a:visited {text-decoration: underline;color: #FFFFFF;}
a:hover {text-decoration: none;color: #FFFFFF;}
a:active {text-decoration: underline;color: #FFFFFF;}

a.navi:link {color: #FFFFFF;text-decoration: none; font-weight:bold;}
a.navi:visited {text-decoration: none;color: #FFFFFF; font-weight:bold;}
a.navi:hover {text-decoration: none;color: #bee000; font-weight:bold;}
a.navi:active {text-decoration: none;color: #bee000; font-weight:bold;}

.inputerror{color :#FF0000;}
/* start style formular */
input {
border : 1px solid #123c89;
}

-->