html {
  background-color: #e8e7e1;
  color: #666666;
}

body {
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  font-size: small;
  line-height: 1.2em;
  margin: 0px;
}

a {
  color: #888888;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:active {
  color: #00a8ff;
}

form {
  margin: 0em;
  padding: 0em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0em 0em 1em;
}

h1 {
  color: #ef8411;
  font-size: 1.40em;
  font-weight: bold;
}

h2 {
  color: #ef8411;
  font-size: 1.25em;
  font-weight: bold;
}

h3 {
  color: #ef8411;
  font-size: 1em;
  font-weight: bold;
}

img {
  border: none;
}

p.description {
  font-weight: bold;
  margin-bottom: 2em;
}

ul {
  list-style-type: square;
}

.clear {
  clear: both;
}

#wrapper {
  background-color: white;
  border: 1px solid #e0dfda;
  margin: 12px auto 0em auto;
  padding: 8px 8px 48px;
  width: 980px;
}

#header {
  height: 64px;
  border-bottom: 1px solid #e0dfda;
}

#logo {
  float: left;
  padding: 13px;
}

#top-menu {
  float: right;
  margin: 12px;
}

#top-menu-tabs {
  float: right;
}

#top-menu-tabs ul {
  margin: 0em;
  padding: 4px 0em;
}

#top-menu-tabs ul li {
  display: inline;
  padding: 1px 16px;
  border-left: 1px solid #e0dfda;
}

#top-menu-tabs ul li.first {
  border-left: none;
}

#top-menu-tabs ul li.selected a {
  color: #00a8ff;
}

#top-menu-search {
  float: right;
  margin-left: 24px;
}

#top-menu-search input {
  border: 1px solid #CCCCCC;
  color: #999999;
  font-size: 0.8em;
  height: 14px;
  padding: 3px 10px 3px 3px;
  width: 108px;
}

#columns-container {
  clear: left;
  padding-top: 24px;
}

#columns {
}

#column-left {
  float: left;
  width: 150px;
}

#column-right {
  float: right;
  width: 180px;
  padding-right: 12px;
}

#column-content-full {
  width: 100%;
}

#column-content-center {
  float: left;
  width: 600px;
  margin: 0 15px;
}

#column-content-left {
  float: left;
  width: 750px;
  padding-left: 12px;
}

#column-content-right {
  float: right;
  width: 810px;
}

#footer {
  clear: both;
  margin: 8px auto;
  width: 980px;
}

#disclaimer {
  float: left;
  font-size: 0.85em;
  width: 420px;
}

#footer-menu {
  float: right;
}

#footer-menu ul li {
  display: inline;
  border-left: 1px solid #c0c0c0;
  padding: 1px 12px;
}

#footer-menu ul li.first {
  border-left: none;
}

#language-selector {
  float: right;
  border-left: 1px solid #c0c0c0;
  padding: 1px 12px;  
}

#language-selector ul {
  margin: 0;
  padding: 0;
}

#language-selector ul li {
  display: inline;
}

#language-selector a {
  font-weight: normal;
}

div.viewlet_navigation {
  padding-left: 16px;
}

div.viewlet_navigation ul {
  margin: 0em;
  padding: 0em;
  list-style-type: none;
}

div.viewlet_navigation ul.level2 {
  margin-top: 8px;
  padding-left: 32px;
}

div.viewlet_navigation ul li {
  margin-bottom: 8px;
}

div.viewlet_navigation ul li a {
  font-weight: normal;
}

div.viewlet_navigation ul li a:hover,
div.viewlet_navigation ul li.selected a {
  color: #00a8ff;
}

div.viewlet_navigation ul li.selected a {
  font-weight: bold;
}

#modus {
  
}

#modus .title {
  background-color: #107bee;
  color: #ffffff;
  font-weight: bold;
  padding: 2px;
}

#modus .subtitle, #modus .information {
  background-color: #107bee;
  color: #ffffff;
  padding: 2px;
  font-size: 11px;
}

#modus table {
  width: 160px;
  margin: auto;
}

#modus td {
  padding: 2px 0;
}

#modus .line input {
  border: 1px solid #c0c0c0;
  width: 100%;
}

#modus .information  {
  margin-top: 5px;
}

#modus-results .box {
  border: 1px solid #c0c0c0;
  margin: 4px 0;
}

#modus-results .title {
  background-color: transparent;
  color: #888888;
}

#modus-results a {
  font-size: 10px;
  font-weight: normal;
}

#modus-results .default {
  padding-top: 4px;
}

#modus-results .cancel {  
}

#modus-results .default a {
  font-size: 11px;
  font-weight: bold;
}

#modus-results .cancel a {  
  font-size: 11px;
  font-weight: bold;
}

.res_before, .res_after {
  width: 600px;
  margin: 8px 0;
  border: 1px solid #107bee;
}

.res_before .title, .res_after .title {
  background-color: #107bee;
  color: #ffffff;
  font-weight: bold;
  padding: 2px;
}

.res_before td, .res_after td {
  border-bottom: 1px solid #c0c0c0;
  line-height: 20px;
  padding-left: 6px;
}
