body {
  background-color: #F0F0F0; /* #5DB80E; /*#E6FCD1; /* #FFD400; */
  background-image: url(http://bioinfweb.info/Background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 30px -50px;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p, div, a {
  color: black;
  font-family: Arial, sans-serif; 
}

h1, h2, h3, h4, h5, h6 {
  background: none;
  text-align: left;
  font-weight: normal;
  padding: 0px; 
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 0.8em; 
  margin-bottom: 0.5em; 
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: #808080;
  border-style: solid;
}

h1 { 
  margin-top: 0.2em; 
  font-size: 188%; 
}

h2 { 
  font-size: 150%; 
}

h3, h4, h5, h6 {
  font-weight: bold;
  border-bottom: none;
}

h3 { 
  font-size: 132%; 
}

h4 { 
  font-size: 116%; 
}

h5 { 
  font-size: 100%; 
}

h6 { 
  font-size: 80%;  
}

p {
  margin-top: 0.6em; 
  margin-bottom: 0.6em; 
  text-align: justify;
}

a {
  color: #3465A4; /*#68BF13;*/
  text-decoration: none;
}

a:visited {
  color: #8080FF;
}

a:hover {
  text-decoration: underline; 
}

table.default, tr.default, th.default, td.default {
  border-width: 1px;
  border-color: #808080;
  border-style: solid;
}

table.default {
  width: 100%;
  border-collapse: collapse;
}

td.default {
  padding: 5px;
  margin: 0px;
}

th.default {
  padding: 5px;
  margin: 0px;
  font-weight: bold; 
}

tr.default {
  padding: 5px;
  margin: 0px;
}

code {
  font-family: "Courier new", Courier, monospace; 
  color: #606060;
}

hr {
  height: 1px;
  color: #808080;
  background-color: #808080;
  border: 0;
  margin: .1em 0 .1em 0;
}

div.content-box, span.views, span.views-new, span.views-selected {
  border-color: #808080;
  border-style: solid;
  background-color: #FFFFFF; /*#E6E6E6;*/
  background-image: url(http://bioinfweb.info/BoxBackground.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 30px -50px;
}

div.content-box {
  border-width: 1px;
  margin-top: 0px; 
  margin-bottom: 10px; 
  padding-left: 10px;
  padding-right: 10px;
}

span.views, span.views-new, span.views-selected {
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-left: 0.1em;
  margin-right: 0.1em; 
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
  
span.views, span.views-new {
  position: relative; 
  top: -1px;
}
  
.main-navigation {
  font-size: 16px; 
  font-weight: bold; 
  color: #FFC000; /*#5DB80E; */
  text-decoration: none; 
}
  
a.main-navigation { 
  font-size: 16px; 
  font-weight: bold; 
  color: #FFC000; /*#5DB80E; #FFC000;*/
  text-decoration: none; 
}

a.main-navigation:hover {
  text-decoration: underline; 
}

a.sub-navigation { 
  font-size: 12px; 
  font-weight: bold; 
  color: #FFC000; /*#5DB80E; #FFC000;*/
  text-decoration: none; 
}

a.sub-navigation:hover {
  text-decoration: underline; 
}

a.sub-navigation-new { 
  font-size: 12px; 
  font-weight: bold; 
  color: #D01F1F;
  text-decoration: none; 
}

a.sub-navigation-new:hover {
  text-decoration: underline; 
}

.first-navigation {
  font-size: 16px; 
  font-weight: bold; 
  color: #FF0000; 
}

.navigation-etry {
  text-indent: -0.8em; 
  margin-left: 0.8em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  text-align: left; 
}

.navigation-subetry {
  text-indent: -0.8em; 
  margin-left: 1.4em;
  margin-top: 0.05em;
  margin-bottom: 0.05em;
  text-align: left; 
}

ul.tiny-list {
  margin-top: 0px;
  margin-bottom: 0px;
  /*margin-left: 1.2em;  /* Verkleiner Abstand bei IE, vergrößert ihn bei Mozilla */
}