body {
  background-color: #CCCCCC;
  background-image: url("/Grafik/Kreuz.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
}

#rahmen {
  background-color: #B70000;
}

div.Seitentext {
  background-color: white;
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

div.Seitentextfarblos {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

table.Seitentext {
  background-color: white;
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

table.Seitentextfarblos {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
}

#Ueberschrift {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 18pt;
  text-decoration: underline;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: center;
}

#Unterueberschrift {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 14pt;
  text-decoration: underline;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: center;
}

#linkzurueck {
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
}

#linktermine {
  color: black;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
}

#linktermine:hover {
  color:blue;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
}

a.Login:link {
  color: white;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
}

a.Login:visited {
  color: white;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
}

a.Login:hover {
  color:black;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
}

div.Button{
  style="width:100%"; height:100%
}

a.Btlink:link {
  color: white;
  font-size: 12pt;
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  background-color: #B70000;
}

a.Btlink:visited {
  color: white;
  font-size: 12pt;
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  background-color: #B70000;
}

a.Btlink:hover {
  font-size: 12pt;
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  background-color: #8A0000;
}

a.Btlinkgrau:link {
  color: black;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  background-color: #C0C0C0;
}

a.Btlinkgrau:visited {
  color: black;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  background-color: #C0C0C0;
}

a.Btlinkgrau:hover {
  color: black;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
  background-color: #999999;
}

a.Personen {
  color: blue;
  font-weight: normal;
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
  text-decoration: underline;
}

div.Holsen {
  background-color: #FFFF00;
}

div.Holsen-Ahle {
  background-color: #FFFF00;
}

div.Ennigloh {
  background-color: #FF8040;
}

div.Muckum {
  background-color: #FFCC99;
}

strong {
 background-color: #B3FF66;
}

div.GruppenKreiseTermineThema {
 background-color: #CCCCCC;
 width: 100%;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 300%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 2px solid grey;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
