
/* Global geltende Farben und Schriften */

body, td, div, p {
	font-family: Arial;
	font-size: 12px;
}

img {border: 0;text-decoration: none;}

/* Formatierung der Links */
a {
	color: #1a171b;
	text-decoration: underline;
	border-bottom: none !important;
}
a:hover {
	text-decoration: none;
	border-bottom: none !important;
}

a:focus {outline: none;}

#contentText h1 {
	font-size:19px;
}


.clear {clear: both;}
.invisible {display: none;}
.errors {color: #f00;}
td p {margin-top:0;}

input.text {
	border:1px solid #AFAFAF;
	height:15px;
	margin:0 0 3px;
	padding:2px 5px;

}

input.fieldWidth250 {width: 250px;}
input.fieldWidth150 {width: 150px;}
input.fieldWidth40 {width: 40px;}

input.formButton {
	border:1px solid #AFAFAF;
	height:21px;
	padding:2px 5px;
	width:100px;
}

/* .required, .invalid {border: 1px solid #f00 !important;} */
.error {font-style: italic;}
