body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #dddddd;
	scrollbar-track-color: #dddddd;
	scrollbar-darkshadow-color: #dddddd;
	overflow: auto;
}
a:link, a:visited  { color: #000000; text-decoration: underline; }
a:hover, a:active { color: #000000; text-decoration: underline; }

a.nav:link, a.nav:visited  {
  font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	text-align: center;
	vertical-align: top;
  text-decoration: none;
}

a.nav:hover, a.nav:active {
  font-size: 14px;
  color:#888888;
  text-decoration: underline;
}

.td_content {
	border: 1px black solid;
	background-color: #dddddd;
}

.content_header {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 20px;
}

.content_txt {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.content_table {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.form {
  font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #000000;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #000000;
}

.form_focus {
  font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border-left: 1px solid #FF1200;
	border-right: 1px solid #FF1200;
	border-top: 1px solid #FF1200;
	border-bottom: 1px solid #FF1200;
}

.button {
  border-left: 1px solid #b1b1b1;
	border-right: 1px solid #000000;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #000000;
  width: 120px;
  font-weight: bold;
  background-color: #FFFFFF;
}

.footer {
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 0px;
	color: #000000;
	vertical-align: top;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 2px;
  text-decoration: none;
}

a.footer:link, a.footer:visited { text-decoration: none;}
a.footer:hover, a.footer:active { text-decoration: underline;}

.warnung {
	font-size: 9pt;
	color: #FF0000;
	font-weight: bold;
}

 /* ======================================== INDEX ======================================= */

.footer_index {
	font-family: Tahoma;
	font-size: 13px;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 2px;
  text-decoration: none;
}

a.footer_index:link, a.footer_index:visited { text-decoration: none;}
a.footer_index:hover, a.footer_index:active { text-decoration: underline;}

.lang {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
  letter-spacing: 0px;
  text-decoration: none;
}

.lang_hover {
  font-family: Tahoma;
	font-size: 14px;
  color: #000000;
	font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

a.lang:hover, a.lang:active {font-weight: bold; text-decoration: none;}
