body
{
  padding: 0px 0px 20px 0px;
	margin: 0px 0px;
	background: #f4f4f4; /* hellgrau */
}


#topdecoration
{
	background: #f4f4f4; /* hellgrau */
	width:780px;
	text-align:left;
	height:60px;
	background-image:url(../img/bg/bg1.png);
	background-repeat:no-repeat;
}


#main
{
  background: #ffffff; /* weiß */
  border-right: 1px solid #369;
  border-left: 1px solid #369;
	width:780px;
	text-align:left;
}


#head
{
	padding: 0px;
  background: #9bb5f8; /* #88a0e0; /* wasti-blau */
	padding-left: 20px;
  text-align: left middle;
  border-top: 1px solid #369;
  border-bottom: 1px solid #369;
  overflow: visible;
	height:66px;
	background-image:url(../img/bg/bg2.png);
	background-repeat:no-repeat;
}

#menu
{
  background: #e0e2eb; /* hellgrau */
  text-align: left;
  margin-top: 0px;
	padding-left: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  /* border-top: 1px solid #369; */
  border-bottom: 1px solid #369;
  overflow: visible;
	background-image:url(../img/bg/bg3.png);
	background-repeat:no-repeat;
}

#content
{
  /* margin: 3px 0; /* Rand oben und unten: main durchscheinend */
  background: #ffffff;
  /* border-top: 1px solid #369;
  border-bottom: 1px solid #369; */
	min-height: 300px;
	height:auto !important;  /* für moderne Browser */
	height:300px;  /*für den IE */
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
}

#contentmenu
{
  float: left;
  /*background: #e0e2eb; /* hellgrau */
  width: 160px;
	min-height:280px;
	height:auto !important;  /* für moderne Browser */
	height:280px;  /*für den IE */
	margin: 0px;
	padding: 10px;
	line-height:18pt;
}

#contenttext
{
  /*background: #f0e2fb; /* hellgrau */
	margin-left:180px;
	margin-right:20px;
	margin-bottom:20px;
}

#foot
{
  background: #e0e2eb; /* hellgrau */
  text-align: left;
	padding-left: 180px;
  /* margin-top: 2px; */
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 1px solid #369;
  border-bottom: 1px solid #369;
  overflow: visible;
}


#col1_form
{
	padding-top:3pt;
	padding-bottom:3pt;
	vertical-align: top;
}

#col2_form
{
  padding-left:10pt;
	padding-top:3pt;
	padding-bottom:3pt;
	vertical-align: top;
}


#col1_contact
{
	padding-top:0pt;
	padding-bottom:0pt;
}

#col2_contact
{
  padding-left:10pt;
	padding-top:0pt;
	padding-bottom:0pt;
}


#table_versions
{
	text-align: left;
	border-collapse: collapse;
}

#td_versions
{
	padding: 8px;
	border-bottom: 1px solid #aaaaaa;
}


#table_subscribers
{
	text-align: left;
	border-collapse: collapse;
}

#td_subscribers
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #aaaaaa;
}


