@charset "iso-8859-2";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1954b8;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f8fcff;
}
a:link {
	color: #1954b8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1954b8;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #1954b8;
}
.Top {
	background-color: #ebf3fe;
}
.Nav {
	background-color: #f8fcff;
}
.Accordion {
	overflow: hidden;
	color: #1954b8;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #ebf3fe;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 13px;
	font-weight: bold;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 140px;
	font-size: 12px;
	margin-left: 5px;
	font-weight: normal;
	background-color: #FFFFFF;
}
.AccordionPanelContent a:link {
	color: #1954b8;
	text-decoration: none;
}
.AccordionPanelContent a:visited {
	color: #1954b8;
	text-decoration: none;
}
.AccordionPanelContent a:active {
	color: #1954b8;
	text-decoration: none;
}
.AccordionPanelContent a:hover {
	color: #000000;
	text-decoration: underline;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #b1d1fc;
}
.AccordionPanelTabHover {
	color: #000000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000000;
}
.AccordionFocused .AccordionPanelTab {
	background-color: #ebf3fe;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #b1d1fc;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1954b8;
	background-color: #FFFFFF;
	font-weight: normal;
}
.Ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.DateTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.ContentUeber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1954b8;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.eingabefeld  {
	font-size: 14px;
}
input.eingabefeld {
	font-size: 14px;
	width: 350px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #8D8D8D;
}
textarea.eingabefeld {
	font-size: 12px;
	width: 350px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #8D8D8D;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #8D8D8D;
	border-left-color: #8D8D8D;
	font-family: Arial, Helvetica, sans-serif;
}

.pflichtfeld {
	font-size: 14px;
}
input.pflichtfeld {
	font-size: 14px;
	width: 350px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EC6D25;
	border-bottom-width: 1px;
}
