html {
  width:99.8%;
  height:99.8%;
}
body {
  width:100%;
  min-width:600px;
  height:99%;
  min-height:540px;
  margin:0px;
  padding:0px;
}
td,li,div {
}
a,p {
  font-size:1em;
  font-family:arial,helvetica,'sans serif';
  color:black;
  text-decoration:none;
}
a.normal,.normal{
  font-size:1em;
}
a.normal:hover {
  text-decoration:underline;
}
#logo {
  width:3%;
  height:100%;
  display:inline;
  float:left;
  position:fixed;
  top:0px;
  left:0px;
}
#navigation {
  width:20%;
  height:100%;
  display:inline;
  float:left;
  margin-left:3%;
  position:fixed;
  top:0px;
  left:0px;
}

.block {
  width:100%;
  height:14.28%;
}

a.navi {
  display:block;
  font-family:arial,helvetica,'sans serif';
  font-size:0.75em;
  font-weight:bold;
  margin-right:20%;
  margin-left:0%;
  text-decoration:none;
  width:80%;
  height:100%;
  cursor:pointer;
}

a.navi:hover {
  margin-right:0%;
  margin-left:20%;
  color:white;
}

a.active {
  margin-right:0%;
  margin-left:20%;
  color:white;
}

.block1 {
  background-color: #EFD51F;
  color:#FBF6D2;
}
.block2 {
  background-color: #D68A25;
  color:#EFD59E;
}
.block3 {
  background-color: #C42424;
  color:#EAB79E;
}
.block4 {
  background-color: #C60E66;
  color:#EEB7D1;
}
.block5 {
  background-color: #661D78;
  color:#D1BBD6;
}
.block6 {
  background-color: #1E4081;
  color:#BBC6D9;
}
.block7 {
  background-color: #137973;
  color:#B8D7D5;
}
.full {
  width:100%;
  height:100%; 
}
#content {
  width:74%;
  height:100%;
  margin-left:26%;
  border:1px solid white;
}

table.content,td.content,li.content,div.content,p.content {
  font-size:0.8em;
  font-family:arial,helvetica,'sans serif';
  color:black;
  text-decoration:none;
}
td.pen {
  font-size:11px;
  font-family:arial,helvetica,'sans serif';
  color:black;
  text-decoration:none;
  padding:5px;
}
td.white {
  font-size:11px;
  font-weight:bolder;
  font-family:arial,helvetica,'sans serif';
  color:white !important;
  text-decoration:none;
  text-align:center !important;
  vertical-align:middle;
    
}
#text {
  width:66%;
  margin:0px;
  margin-top:80px;
}
.background1a {
  background:url(/system/images/background_1.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background2a {
  background:url(/system/images/background_2.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background3a {
  background:url(/system/images/background_3.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background4a {
  background:url(/system/images/background_4.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background5a {
  background:url(/system/images/background_5.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background6a {
  background:url(/system/images/background_6.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background7a {
  background:url(/system/images/background_7.jpg) no-repeat top right;
  background-attachment:fixed;
}

.background1b {
  background:url(/system/images/background_1.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background2b {
  background:url(/system/images/background_2.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background3b {
  background:url(/system/images/background_3.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background4b {
  background:url(/system/images/background_4.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background5b {
  background:url(/system/images/background_5.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background6b {
  background:url(/system/images/background_6.jpg) no-repeat top right;
  background-attachment:fixed;
}
.background7b {
  background:url(/system/images/background_7.jpg) no-repeat top right;
  background-attachment:fixed;
}

#content h1 {
  font-size:24px;
  font-family:arial,helvetica,'sans serif';
  font-weight:bold;
  line-height:1.3em;
  margin:0px;
  padding:0px;
}
#content h2 {
  font-size:12px;
  font-family:arial,helvetica,'sans serif';
  font-weight:bolder;
  color:black;
  text-decoration:none;
}
.header1, .a1 {
  color: #EFD51F;
}
.header2, .a2 {
  color: #D68A25;
}
.header3, .a3 {
  color: #C42424;
}
.header4, .a4 {
  color: #C60E66;
}
.header5, .a5 {
  color: #661D78;
}
.header6, .a6 {
  color: #1E4081;
}
.header7, .a7 {
  color: #137973;
}
.rahmen {
  border:1px solid black;
}
.dotted {
  border:1px dotted black;
}