html, body
{
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-variant: normal;
  color: #AAC0AA; /*dunkelgrün       #404040;*/
  line-height:150%;
  margin-top: 15px;
  overflow:visible;
}
.bodyplain
{ color:black;
  background-color:#D8F4D8;
  overflow:visible;
  margin:0;
  position:fixed;left:0;right:0;top:0;bottom:0;
}
.bodytitle
{ color:black;
  background-color:#D8F4D8;
}
.bodymenu
{ color:black;
  background-color:#AAC0AA; /*dunkelgrün  		#D8F4D8; */
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
  height: 100%;
  max-height: 100%;
}

.bgdarker
{background-color:#BBE0BB;
 margin:10px;
}

*.decreased { font-size:80%; line-height: 80% }
*.increased { font-size:120%; line-height: 120% }
*.indent    { text-indent:2em; }

*.gpbuttontext
{ font-family: Arial,Verdana;
  font-size: 20px;
  font-weight:bold;
}

.arrowedlist
{ list-style-image:url("gpul.png");
  margin-left:10px;
}

.arrowedTOClist
{ list-style-image:url("gpul.png");
  margin-left:10px;
}

h1
{
  font-size:22pt;
  font-weight:bold;
  margin-top: 20px;
  line-height:1.5em;
}

h2
{
  font-size:20pt;
  font-weight:bold;
  margin-top: 20px;
  line-height:1.5em;
}

h3
{
  font-size:18pt;
  font-weight:bold;
  margin-top: 20px;
  line-height:1.5em;
}

hr { color:#B0B0B0;height:1px;}

.framepadding {margin: 15px;}

/* ---------- Inhalt ---------- */
.content
{ margin-left:20px;
  margin-top:20px;
  margin-bottom:20px;
}

.contboxtxt
{ color: #333333;
  font-size: 14px;
  font-style: normal;
  font-family: Arial,Verdana;
  text-decoration: none
}

/* ---------- Title ---------- */
#titleframe
{ position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: #AAC0AA;
  color: white;
  font-family: Tahoma,Arial,Verdana;
  font-size: 26px;
  font-weight:bold;
}
#titleframe>div
{ margin: 10px;
  line-height:60px;
  vertical-align:middle;
  text-align:center;
}
#titleframe span
{ margin-left:50px;
  margin-right:50px;
}
/* ---------- LOGIN/OUT ---------- */
.loginout
{ color:red;
  font-family: Tahoma,Arial,Verdana;
  font-size: 14px;
  font-weight:normal;
  position:absolute;
  right:50px; 	//+ titelframe.span damit vor Bild
  margin=0px;
}
/* ---------- Listen ---------- */
.gparrowedlist
{ list-style-image:url("gpul.png");
  margin-left:20px;
}

.gparrowedTOClist
{ list-style-image:url("gpul.png");
  margin-left:20px;
}

/* ---------- Menu ---------- */
#menuframe
{ position: absolute;
  top:80px;
  left:0;
  width:212px; /*Menu+2xframepadding*/
  background:#AAC0AA;
  color:white;
  overflow:visible;
}
#menuframe>div {margin: 15px;}

#menu
{ width: 182px;
  border-style: none;
  border-size: 0px;
  border-width: 0px;
  font-family: Tahoma, Arial, sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight:bold;
}

#menu ul
{ list-style: none;
  margin: 0;
  padding: 0;
}

#menu li
{ line-height:190px;
  height: 128px;
  overflow:hidden;
  margin-top:20px;
}

#menu li a
{ voice-family: "\"}\"";
  voice-family: inherit;
  text-decoration: none;
}

#menu li a:link
{ color: #803000;
  display: block;
  background: url(b1menu.png) no-repeat;
}

#menu li a:hover
{ color: #ffffff;
  display: block;
  background: url(b1menu.png) 0 -128px no-repeat;
}

#menu li a:visited
{ color: #E03000;
  display: block;
  background: url(b1menu.png) 0 -256px no-repeat;
}

#menu li a:visited:hover
{ color: #ffffff;
  display: block;
  background: url(b1menu.png) 0 -384px no-repeat;
}

/* ---------- Imagebutton ---------- */
.gpimgbtn
{ border-style: none;
  border-size: 0px;
  border-width: 0px;
  text-align: center;
  font-size: 20px;
  font-weight:bold;
  width: 132px;
  line-height:190px;
  height: 128px;
  overflow:hidden;
  margin-top:20px;
  display: block;
}

.gpimgbtn:hover {background-position:0 -128px;}
	
/* ---------- Imagebutton klein ---------- */
.gpimgbtnsml, .gpimgbtnsml:visited
{ border-style: none;
  border-size: 0px;
  border-width: 0px;
  text-align: center;
  font-size: 16px;
  font-weight:bold;
  width: 48px;
  line-height:56px;
  height: 48px;
  overflow:hidden;
  margin-top:20px;
  display: block;
}

.gpimgbtnsml:hover, .gpimgbtnsml:hover:visited {background-position:0 -48px;}
	
/* ---------- Inhalt ---------- */
#contentframe
{ position: absolute;
  top: 80px; 
  left: 0;
  /*right: 0;*/
  /*bottom: 0;*/
  overflow: visible;
  background-color:#D8F4D8;
}
#contentframe>div {margin: 15px;}

#contentframemenu
{ position: absolute;
  top: 80px; 
  left: 212px;
  width: 100%;
  min-height: 800px;
  overflow: visible;
  background-color:#D8F4D8;
}

#contentframemenu>div {margin: 15px; overflow: visible;}

* html #contentframe {padding-left:0px;padding-top:80px;} /*IE6 hack*/
* html #contentframe div {padding-left:5px;padding-top:5px;} /*IE6 hack*/

* html #contentframemenu {padding-left:212px;padding-top:80px;} /*IE6 hack*/
* html #contentframemenu div {padding-left:5px;padding-top:5px;} /*IE6 hack*/

/* ---------- Tabellen ---------- */

table
{ color:black;
  background-color:#D8F4D8;
}
th
{ color:black;
  background-color:#AAC0AA;
  font-weight:bold;
  font-size:1.3em;
}

tr
{ color:black;
  background-color:#D8F4D8;
}

td
{ color:black;
  background-color:#D8F4D8;
}
