BODY {
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 20px;
}
TD {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
A:hover {
	TEXT-DECORATION: underline
}
A {
	COLOR: #003C82;
	text-decoration: none;
}
.headline {
	font-size: 20px;
	font-weight: bold;
	color: #003C82;
	padding-left: 50px;
	vertical-align: middle;
}
.content {
	padding-left: 50px;
	padding-right: 15px;
	text-align: justify;
}
.links {
	font-size: 11px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	font-weight: bold;
	color: #003C82;
	padding-left: 15px;
	text-align: left;
	padding-right: 5px;
}
a.links {
	color:#666666;
	font-size:12px;
	padding-left: 0px;
	border-left-width: 0px;
	font-weight: bold;
}
.liste {
	list-style-position: outside;
	list-style-image: url(../images/list.gif);
}
.small {
	font-size: 10px;
}
.form_textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 18px;
	width: 200px;
	background-color: #F3F3F3;
	border: 1px dotted #D5DCEA;
}
.form_textfield_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 18px;
	width: 200px;
	background-color: #FFF2F2;
	border: 1px dotted #FF9F9F;
}
.form_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 50px;
	width: 200px;
	background-color: #F3F3F3;
	border: 1px dotted #D5DCEA;
	overflow: auto;
}
.form_textarea_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 50px;
	width: 200px;
	background-color: #FFF2F2;
	border: 1px dotted #FF9F9F;
	overflow: auto;
}
dl.imgleft{
float: left;
margin-right: 5px;
margin-bottom: 5px;
text-align:center;
/**max-width:100px; **/ /**(1)**/
}

dl.imgleft dt {
margin-bottom: 0;
text-align:center;
}

dl.imgleft dd {
margin: 0;
}
dl.imgright{
float: right;
margin-right: 5px;
margin-bottom: 5px;
text-align:center;
/**max-width:100px; **/ /**(1)**/
}

dl.imgright dt {
margin-bottom: 0;
text-align:center;
}

dl.imgright dd {
margin: 0;
}