/* -------- tags --------*/
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	left: 0px;
	position: relative;
	top: 0px;
}

h1, h2, h3 {
	color: #000000;
	font-weight: bold;
	vertical-align: baseline;
  margin: 0 0 15px 0;
  padding: 0;
}

h1 {
  font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

img, table {
	padding: 0px;
	border : 0px;
   vertical-align: text-bottom;
}

input, radio, textarea {
   margin-bottom: 3px;
}

p {
	 padding: 0;
   margin: 0 0 12px 0;
}

td {
	vertical-align: top;
	empty-cells: show;
	font-size: 12px;
	padding: 0px;
}

td.c {
	text-align: center;
}

td.r {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.abst1 {
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

.abst2 {
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
}

.event {
	font-weight: bold;
	vertical-align: top;
}

.event a:link, .event a:visited, .event a:hover, .hgelb a:link, .hgelb a:visited, .hgelb a:hover, .hgrau a:link, .hgrau a:visited, .hgrau a:hover {
	background-color: transparent;
	color: #0034FF;
	text-decoration: underline;
}

.fett {
	font-weight: bold;
}

.hgelb {
	background-color: #FFFFEC;
	color: #0034FF;
}

.hgrau {
	background-color: #F3F3F3;
	color: #0034FF;
}

.links {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	width: 180px;
}

.mitte {
	width: 20px;
}

/* -------- klassen ---------*/
.pastevents {
	vertical-align: middle;
}

.rechts {
	padding: 2px;
}

.rot {
	color: #FF0000;
	font-weight: bold;
}

.schwarz {
	color: #000000;
	font-weight: bold;
}

/* ------ links ------ */

a:link {
	color: #0034FF;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #7F99B3;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	background-color: #F3F3F3;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

/* -------- ids ------------*/

#content {
	left: 16px;
	position: absolute;
	top: 240px;
	visibility: visible;
	width: 790px;
	z-index: 10;
}

#contprotokoll {
	left: 0px;
	position: absolute;
	top: 240px;
	visibility: visible;
	width: 800px;
	z-index: 10;
}

/* neue Navigation */
#logo {
	position: absolute;
	top: 8px;
	left: 16px;
	z-index: 13;
}

#ausblendebene  {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 220px;
	visibility: visible;
}

#ausblendebene a {
	background-color: transparent;
	text-decoration: none;
}

#print {
   display: none;
   visibility: hidden;
}

#leiste1, #leiste2, #leiste3, #leiste4, #leiste5,
#eb1, #eb2, #eb3, #eb4, #eb5 {
	position: absolute;
	top: 73px;
   margin: 0;
   padding: 0;
	width: 120px;
   height: auto;
	border-left : 1px solid Black;
   vertical-align: bottom;
}

#leiste1, #leiste2, #leiste3, #leiste4, #leiste5 {
	visibility: visible;
	z-index: 12;
}

#eb1, #eb2, #eb3, #eb4, #eb5 {
	z-index: 13;
	visibility: hidden;
}

#leiste4, #eb4 {
	left: 208px;
}

#leiste5, #eb5 {
	left: 328px;
}
#leiste3, #eb3 {
	left: 448px;
}
#leiste1, #eb1 {
	left: 568px;
}
#leiste2, #eb2 {
	left: 688px;
}

.navtabelle {
   width: 119px;
   border-spacing: 0;
   border-collapse: collapse;
   padding: 0;
   margin: 0;
}

.leistentitel,
td.nav,
td.titel {
   text-align : left;
   padding-top: 0;
   margin: 0px;
   font-size: 12px;
   font-weight: 500;
   vertical-align: sub;
}

td.titel {
	font-weight: bold;
	background-color: White;
	border-bottom: 5px solid Red;
}

.leistentitel {
	font-weight: bold;
	background-color: White;
	border-bottom: 5px solid #FFCC00;
}

.nav a:link,
.nav a:visited,
.nav a:hover,
.nav a:active {
	color: Black;
	font-weight: 500;
	text-decoration: none;
	display: block;
	width: auto;
	background-color: white;
}

.titel a:link,
.titel a:visited,
.titel a:hover,
.titel a:active,
.leistentitel a:link,
.leistentitel a:visited,
.leistentitel a:hover,
.leistentitel a:active {
   font-size: 12px;
	color: Black;
	text-decoration: none;
	padding: 0px;
   margin: 0;
	display: block;
	width: auto;
	background-color: White;
}

.bildrechts {
   float: right;
   margin: 10px;
}