/* ///////////////////////////// tag */
body {
	color: #000000;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #eaeaea;
	scrollbar-highlight-color: #eaeaea;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #AE0337;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #AE0337;
	text-decoration: none;
}
a:hover {
	color: #C4C4C4;
	text-decoration: none;
}
/* ///////////////////////////// class */
.content {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: normal;
	text-transform: none;
}
.titel {
	font-weight: bold;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8D0D28;
	font-style: normal;
	line-height: 30px;
	font-variant: normal;
	text-decoration: none;
	margin-bottom: 20px;
}
.haupttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #8D0D28;
}
.whitebg {
	background-color: #FFFFFF;
	border: 1px solid #eaeaea;
}
.bg_main {
	background-image: url(../images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_stellen {
	background-image: url(../images/bg_stellen.gif);
	background-position: left top;
	background-repeat: no-repeat;

}
.border {
	border: 1px inset #000000;
}

