body {
  font-size: 10pt;
  font-family: Syntax, Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

body, p, h1, h2, h3, ol, ul, li, div {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  background-image: url('turquoise-background.gif');
  background-repeat: repeat-y;
}

h1 {
  font-size: 1.167em;
  font-weight: bold;
  padding: 0.8em 0;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  padding: 1.2em 0 0.1em 0;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  padding: 0.8em 0 0.1em 0;
}

ol, ul {
  padding: 0.5em 0;
}

li {
  margin-left: 2em;
  padding: 0.2em 0;
}

img {
  border: 0;
}

p {
  padding: 0.5em 0;
}

html, body {
  height: 100%;
}

textarea {
  font-size: 10pt;
  font-family: Syntax, Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

#framePage {
  width: 945px;
  min-height: 100%;
  position: relative;
}

#frameMenu {
  margin-left: 27px;
}

#imgLogo {
  margin-left: -7px;
}

#frameTitle {
  clear: both;
  padding-top: 10px;
  margin-left: 32px;
  width: 500px;
}

#frameContent {
  margin-left: 32px;
  width: 670px;
}

#frameRightColumn {
  width: 224px;
  float: right;
  margin-right: 6px;
}

#frameIllu {
  float: right;
}

#frameSubmenu {
  float: right;
}

#tableSubmenu {
  width: 220px;
}

#frameFooterSpacer {
  clear: both;
  padding-bottom: 42px;
}

#frameFooter {
  position: absolute;
  bottom: 0;
  margin-left: 27px;
}

#frameFooterETH {
  margin-left: 3px;
}

#frameFooterInfo {
  float: right;
  margin-right: 6px;
}

#frameFooterTabs {
  clear: both;
  margin-left: 153px;
}

.menu-selected {
  background-image: url('turquoise-tab.gif');
  background-repeat: no-repeat;
  background-position: center top;
  width: 153px;
  display: block;
  float: left;
}

.menu {
  background-image: url('tab-top.gif');
  background-repeat: no-repeat;
  background-position: center top;
  width: 153px;
  display: block;
  float: left;
}

.menu-text {
  display: block;
  height: 21px;
  font-size: 11px;
  margin-left: 31px;
  margin-top: 2px;
}

.menu-text-selected {
  display: block;
  height: 21px;
  font-size: 11px;
  margin-left: 31px;
  margin-top: 23px;
}

a.menu:link {
  text-decoration: none;
  color: black;
}
a.menu:active {
  text-decoration: none;
  color: black;
}
a.menu:visited {
  text-decoration: none;
  color: black;
}
a.menu-selected:link {
  text-decoration: none;
  color: black;
}
a.menu-selected:active {
  text-decoration: none;
  color: black;
}
a.menu-selected:visited {
  text-decoration: none;
  color: black;
}

.tab-bottom {
  background-image: url('tab-bottom.gif');
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 153px;
  height: 20px;
  display: block;
  float: left;
  text-align: center;
  font-size: 11px;
}

.submenu {
  padding-top: 10px;
  padding-bottom: 20px;
}

.submenu-item {
  color: white;
  padding: 0.1em 0;
}

.submenu-item-current {
  color: #999999;
  padding: 0.1em 0;
}

a:link {
  color: #339999;
}
a:active {
  color: #339999;
}
a:visited {
  color: #339999;
}

table.fl {
  padding: 2pt 0;
  border-spacing: 0;
  border-collapse:collapse;
}

table.fl th {
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	color: #666666;
}

table.beitritt {
	width: 550px;
}

td.label {
	font-weight: bold;
	text-align: right;
}

td.warn {
	color: #990000;
}

.hlp {
	font-size: 0.9em;
	color: #666666;
}

div.err_msg {
	padding: 6px 10px;
	border: 1px solid #E7E758;
	background-color: #F7F7C8;
	margin-bottom: 8px;
}

