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

.text2 {
	font-family: Arial, MS Sans Serif;
	font-size: 12px; 
	text-decoration: none;
	font-weight: bolder;
	color:	#133D68;
}

.ueberschrift {
        font-family: MS Sans Serif, Arial, MS Sans Serif;
	font-size: 13px; 
	text-decoration: none;
	font-weight: bolder;
	color:	#133D68;
}

a:link,a:visited,a:active {
	color: #103B68;
	text-decoration: underline;
}

.textfield {
	font-family: Arial, MS Sans Serif;
	font-size: 11px;
	border: #cccccc;
	background-color:#F7F7F7;
	color: #133D68;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#eeeeee;
	border:solid 1px #cccccc;
	color: #000000;

}