#menuBar {
  background-color: #6A2990;
  border-style: solid;
  border-width: 0px;
  border-top-color: #f0f0f0;
  border-top-width: 0px;
  border-bottom-color: #909090;
  border-bottom-width: 0px;
  color: #000000;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: static;
  left: 0px;
  top: 0px;
  text-align: left;
  width: 100%;
  z-index: 100;
}

a.menuButton, a.menuButtonActive {
  background-color: #767A9B;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  color: #E1E0E8;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  padding: 2px;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
  width: 180px;
  text-align: center;
}

a.menuButton:hover {
  border-color: #f0f0f0 #505050 #505050 #f0f0f0;
  color: #FFFFFF;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #010595;
  border-color: #505050 #f0f0f0 #f0f0f0 #505050;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

.TableTop {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #767A9B;
	color : #E1E0E8;
	font-weight : bold;
	padding : 5px;
}
.Menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #162953;
	font-weight : bold;
	text-decoration : none;
}

.Address {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #162953;
	font-weight : bold;
}

.Heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #767A9B;
	font-weight : bold;
}

.Paragraph {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #162953;
	font-weight : bold;
}

.Exception {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #767A9B	;
	font-weight : bold;	
}
td.Datum {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #162953;
	font-weight : bold;
	padding-bottom: 3px;
	white-space: nowrap;
}
td.DatumJahr {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #162953;
	font-weight : bold;
	padding-bottom: 3px;
	white-space: nowrap;
	padding-left: 3px;
}
td.Ort {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #162953;
	font-weight : bold;
	padding-bottom: 3px;
	padding-left: 10px;
	white-space: nowrap;
}
td.Seminarname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #162953;
	font-weight : bold;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 100%
}
td.Kugel {
	padding-left: 5px;
}

a.underline {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #162953;
	font-weight : bold;
}

.TableTop:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #767A9B;
	color : #E1E0E8;
	font-weight : bold;
	padding : 5px;
	text-decoration:none;
}

.Paragraph:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #162953;
	font-weight : bold;
}

.TableTop:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #767A9B;
	color : #E1E0E8;
	font-weight : bold;
	padding : 5px;
	text-decoration:none;
}

.Paragraph:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #162953;
	font-weight : bold;
}

.TableTop:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #767A9B;
	color : #E1E0E8;
	font-weight : bold;
	padding : 5px;
	text-decoration:none;
}

.Paragraph:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #162953;
	font-weight : bold;
}

ul.padded {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
}
h2 {
	margin-bottom: 0;
}
.bordered {
	border: 1px solid #162953;
}
#VAlignTop td {
	vertical-align: top;
}
.leftpart {
	border-top: 1px solid #162953;
	border-bottom: 1px solid #162953;
	border-left: 1px solid #162953;
}
.rightpart {
	border-top: 1px solid #162953;
	border-bottom: 1px solid #162953;
	border-right: 1px solid #162953;
}