.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.subTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.absatz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	scrollbar-3dlight-color:#D0D3E4;
    scrollbar-arrow-color:#D0D3E4;
    scrollbar-base-color:#FFFFFF;
    scrollbar-darkshadow-color:#D0D3E4;
    scrollbar-face-color:#FFFFFF;
    scrollbar-highlight-color:#D0D3E4;
    scrollbar-shadow-color:#D0D3E4;
	scrollbar-track-color:#FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.form {
}
.textfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 5pt;
	width: 125px;
	border: 1px solid #CED4E4;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color: #E0DFE3;
	border: 1px none #FFFFFF;
}

.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	cursor: hand;
	background-color: #CED4E4;
}
.MessageField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 88px;
	width: 200px;
	border: 1px solid #CED4E4;
	scrollbar-3dlight-color:#D0D3E4;
    scrollbar-arrow-color:#000000;
    scrollbar-base-color:#D0D3E4;
    scrollbar-darkshadow-color:#D0D3E4;
    scrollbar-face-color:#D0D3E4;
    scrollbar-highlight-color:#D0D3E4;
    scrollbar-shadow-color:#D0D3E4;
	scrollbar-track-color:#FFFFFF;
}
.subject {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CED4E4;
}
.redStar {
	color: #FF0000
}
.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}
.newstext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

