﻿/* Titel */
h1 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	font-style: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
h2 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #565656;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

/* body Gilt für alle Styles im Body wenn nicht anders angegeben */
body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 10px;
}

/* Absatz */
p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 12pt;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-align: left;
  margin-left: 10px;
  margin-top: 7px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.p01-left {
	text-align: left;
}
.p01-center {
	text-align: center;
}
.p01-right {
	text-align: right;
}
.p01-left-40 {
	text-align: left;
	margin-left: 40px;
}
.p01-b-left {
	font-weight: bold;
}
.p01-b-center {
	text-align: center;
	font-weight: bold;
}
.p01-b-right {
	text-align: right;
	font-weight: bold;
}

/* Tabelle, kein Abstand zwischen den Zellen */ 
table, th, td {
  margin: 0px;
  border-style: none;
  border-width: 0px;
  padding: 0px;
  border-collapse: collapse;
  vertical-align: top;
}
.tbl01 {
	/*	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}
.tbl01-bordertop {
	/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}
.tbl02-bordertop {
	/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}
.tbl02-bordertop-right {
	/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	text-align: right;
}
.tbl02-borderbottom-left {
	/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.tbl02-borderbottom-right {
	/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	text-align: right;
}
.tbl-X {
	/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; */
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.tbl-X-b-bordertop {
	/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;*/
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}

/* Menü */ 
.menu1 {
	background-color: #FFFBD6;
	color: #800000;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, Trebuchet MS, sans-serif;
	Font-Size: 12pt;
}
.menu1 a.static.highlighted {
	background-color: #669999 !important;
	color: White !important;
}
.menu1_StaticMenuItemStyle {
	padding-left: 15px;
	padding-top: 2px;
}
.menu1 a.static.selected {
	background-color: #FFCC66 !important;
}
.menu1_DynamicHoverStyle {
	background-color: #990000;
	color: White;
}
.menu1_DynamicMenuItemStyle{
}
.menu1_DynamicMenuStyle{
	background-color: #FFFBD6;
}
.menu1_DynamicSelectedStyle {
	background-color: #FFCC66;
}

/* Master Page */
.master-title
{
  padding: 0px;
  font-family: "Times New Roman" , Times, serif;
  font-size: 24pt;
  font-weight: bold;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 30px;
}
.lnk-foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}
.lnk-weiter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.lnk-page {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 2px;
}
.Hit {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-align: center;
}
.Hit-Rot {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #FF0000;
}
.master-menu {
	border-style: none;
	border-width: 0px;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-collapse: collapse;
}
.master-footer {
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	padding: 10px 20px 10px 10px;
	margin: 0px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	border-collapse: collapse;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

/* Steuerelemente */
/*.checkbox-green {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	font-style: normal;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	color: #008000;
}
*/
.ButtonGreen {
  border: 1px solid #9A9A9A;
  font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  background-color: #C6EFAF;
  }

a:link    {color:#990000; background-color:transparent; text-decoration:none}
a:visited {color:Red; background-color:transparent; text-decoration:none}
a:hover   {color:White; background-color:#669999; text-decoration:none}
a:active  {color:Green; background-color:transparent; text-decoration:underline}