body {
	background-color: #efeda2;
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;

	text-align: center;
	vertical-align: top;
	
	font: 14px Arial,sans-serif;

	cursor: auto;
}

/*##################################################*/

#navi {
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 140px;
	padding-top: 20px;
  /* left right top bottom */
  margin: 0px 0px 0px 0px;
}

#content {
	position: absolute;
	z-index: 1;
	left: 140px;
	right: 85px;
	padding-left: 40px;;
	padding-right: 40px;
	padding-bottom: 45px;
	padding-top: 35px;
}

#pics {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	width: 110px;
	padding-top: 35px;
}

#centertab { /* zentrierte Inhaltstabellen */
  caption-side: top;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  position: relative;
  border-color: #6666cc; 
  border-style: none; 
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

#centertab tr {
  border-top-color: #6666cc; 
  border-top-style: solid; 
  border-top-width: 1px;
}

#centertabheader { /* &Uuml;berschrift zentrierter Inhaltstabellen */
  font: 14px Arial, sans-serif;
  font-weight: 900;
}

#centertabmenu { /* &Uuml;berschrift zentrierter Inhaltstabellen */
  font: 14px Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #6666cc;
  background: none;
}

/*##################################################*/

a:link.navi {font: 12px Arial,sans-serif;text-decoration: underline;color: #330000;background-color:#efeda2;  }
a:visited.navi { font: 12px Arial,sans-serif; text-decoration: none; color: #330000;background-color:#efeda2; }
a:hover.navi {font: 12px Arial,sans-serif;text-decoration: underline; color: #330000;background:none; }
a:active.navi {font: 12px Arial,sans-serif; color: #330000;background:none;  }

.content {
	text-align: justify;

	font: 12px Arial,sans-serif;
	color: #222A22;

	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
}

a:link.content {font: 12px Arial,sans-serif;text-decoration: none; color: #6666cc; /*#222A22;*/ }
a:visited.content { font: 12px Arial,sans-serif; text-decoration: none; color: #6666cc; /*#222A22;*/ }
a:hover.content {font: 12px Arial,sans-serif; font-weight: bold; text-decoration: none; color: #6666cc; /*#8C8163;*/ }
a:active.content {font: 12px Arial,sans-serif; color: #6666cc; /*#222A22;*/ } 

.pics {
	text-align:left;

	background-image: url(ground.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top right;
}

/*##################################################*/

h1 {
	font-size: 19px;
	font-weight: 900;
}

h2 {
	font-size: 16px;
	font-weight: 900;
}

.pic {
	border-width:1px;
	border-style:solid;
	border-color:#66653f;

	width: 100px;
	height:100px;
}

li {
	list-style-type: square;
}

.help {
	cursor: help;
}

a:link.help {font-weight: bold;text-decoration: underline;color: #222A22; }
a:visited.help {text-decoration: none; color: #222A22; }
a:hover.help {text-decoration: underline; color: #8C8163 }
a:active.help {color: #222A22; }

.fettrot {
	color: #FB0000;
	font-weight: 900;
	cursor: auto;
	}

.directnavi {
	width: 225px;
	font-weight:bold;

	border-width: 2px;
	border-style: dotted;
	border-color: #605f42;
}	

/*##################################*/

  a.navi {
    display: block; 
    color: #625b55;
    background: #efeda2; 
    border-left-width: 0px; border-bottom-width: 0px;
    border-right: #ffffff 3px solid;
    /*  left right top bottom */
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 2px 2px;
    text-align: center; 
    text-decoration: none;
 }

 a.navi:link {
  font-size:14px;
  color : #6666cc;
  text-decoration: none;
  background: #efeda2;
  border: 0px solid #000000;
 }

 a.navi:visited {
  font-size:14px;
  color: #6666cc;
  background: #efeda2;
  text-decoration: none;
  border: 0px solid #000000;
 }

 a.navi:hover {
  font-size: 14px;
  font-weight: bold;
  color: #6666cc;
  border: 0px solid #000000;
  text-decoration: none;
  /* background: #FFFFCC; */
  border-left: #6666cc 8px solid; background: #efeda2; /* #ffff99; */ color: #6666cc;
  border-style: ridge;
 }

 a.navi:active {
  font-size:14px;
  color: #6666cc;
  text-decoration: none;
 }
 
 div.menue {
  display:block;
  /* border: 1px solid #000000; */
  background: transparent; /* /#1035f5; */
  padding: 1px;
  text-align: center;
  color : #6666cc; /* #efeda2; */
 }

 a.menue {
  background: transparent;
  padding: 1px;
  text-decoration: none;
 }

 a.menue:link {
  font-size:14px;
  color : #6666cc; /* #efeda2; */
  /* text-decoration: none; */
 }

 a.menue:visited {
  font-size:14px;
  color: #6666cc; /* #efeda2; */
  /* text-decoration: none; */
 }

 a.menue:hover {
  font-size:14px;
  font-weight: bold;
  color: #6666cc;
  /* text-decoration: none; */
 }

 a.menue:active {
  font-size:14px;
  color: #6666cc;
  /* text-decoration: none; */
 }

 .meldungname {
  background: #1035f5;
  color : #efeda2;
 }
 
 .meldung {
  border: 1px solid #1035f5;
 }
