body, td, input
{
  font-family: Arial;
  font-size: 12px;
  margin: 7px 8px;
  padding: 0;
}

form
{
  display: inline;
}

body
{
  overflow: scroll;
  width: 95%;
}

a:link, a:active, a:visited, a:hover
{
  color: rgb(23,97,179);
  text-decoration: underline;
}

h2
{
  font-size: 14pt;
}

div.nestingDiv
{
  width: 100%;
/*   text-align: center; */
}

table.nestingTable
{
  width: 80%;
  min-width: 1050px;
  table-layout: fixed;
  text-align: left;
}

td.topMenu table td.impressum
{
  vertical-align: top;
  padding-top: 11px;
  padding-left: 15px;
  text-align: right;
  width: 120px;
}

td.topMenu table td.impressum a:link,
td.topMenu table td.impressum a:active,
td.topMenu table td.impressum a:visited,
td.topMenu table td.impressum a:hover
{
  font-size: 9pt;
  display: block;
  margin-right: 10px;
}

td.topMenu table td.impressum a.sitemap:link,
td.topMenu table td.impressum a.sitemap:active,
td.topMenu table td.impressum a.sitemap:visited,
td.topMenu table td.impressum a.sitemap:hover
{
  color: #636363;
  margin-top: 2px;
  margin-right: 29px;
}

td.bilderleiste
{
  padding-top: 10px;
  vertical-align: top;
}

td.bilderleiste img
{
  display: block;
  margin-bottom: 10px;
  height: 120px;
}

table.text
{
  border: 0;
}

table.text tr td
{
  vertical-align: top;
  text-align: left;
  padding: 2px;
  margin: 0;
}

table.text tr td input
{
  padding: 0;
  margin: 0 2px;
}

table.text tr.spacer td
{
  padding-top: 15px;
}

table.sponsor
{
  width: 100%;
  border: 0;
}

table.sponsor tr td
{
  padding: 3px;
  border: 0;
}

table.contentTable
{
  border-collapse: collapse;
  border: 0;
  width: 100%;
}

table.contentTable td
{
  border: 1px solid #aaa;
  padding: 5px;
}

a img
{
  border: 0;
}

/* Pulldown Menue */

#sddm
{
  margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm div
{
  position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #acacac;
	border: 1px solid #555;
  width: 186px;
}

#sddm div a
{
  position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #acacac;
	color: #fff;
	font: 12px Verdana;
}

#sddm div a:hover
{
  background: #49A3FF;
}
