html, body {align:center; margin:0px; padding:0px; background:#e5992f; font-family:verdana; font-size:12px;}
/* The header and footer */
#header {
  display:block; 
  height:265px; 
  width: 841px; 
  background: url(/fileadmin/template/bilder/top.jpg); 
  color:#000; 
  text-align: right; 
  font-size: 10px;
  margin-top: 20px;
}

#footer {
  display: block;
  height:33px;
  width: 818px; 
  background: url(/fileadmin/template/bilder/footer.gif);
  color:#fff; 
  text-align:center;
}

#footer A:link {
  background-color : transparent;
  color : #FFFFFF;
  text-decoration : underline;
  font-weight : normal;
}

#footer A:visited {
  background-color : transparent;
  color : #FFFFFF;
  text-decoration : underline;
  font-weight : normal;
}

#footer A:hover {
  background-color : transparent;
  color : #FFFFFF;
  text-decoration : underline;
  font-weight : bold;
}

#footer A:active {
  background-color : transparent;
  color : #FFFFFF;
  text-decoration : none;
  font-weight : bold;
}



#test {
  postition: relative;
/*  border: 1px solid #ff0000; */
  z-index: 100px;
  height: 20px;
  width: 205px;
  padding: 0px;
/*  top: 200px;
  left: 200px; */
}

#test2{
  postition: relative;
/*  border: 1px solid #ff0000; */
  z-index: 101px;
  height: 20px;
  width: 780px;
  padding: 60px;
  text-align: right;
}

#test img {
  display: block;
  padding-top: 0px;
}

/* This bit does all the work */
#centerall {
  width: 841px;
  margin-left: auto; 
  margin-right: auto;
}
#container {
  position:relative; 
  display:block; 
  background: #fff; 
  border-left: 200px solid transparent; 
  border-right:200px solid transparent;
}
#inner {
  display:block; 
  margin-left:-200px; 
  margin-right:-200px; 
  padding:5px; 
  background: url(/fileadmin/template/bilder/bg.gif);
}
#left {
  float:left; 
  position:relative; 
  width:200px; 
  left:0px;
}

#left img { border: none; padding-top: 5px;}r


#right {
  float:right; 
  position:relative; 
  width:200px; 
  right:0px;
}
#center {
  margin-left:200px; 
  margin-right:200px; 
  position:relative; 
  display:block; 
  padding: 15px;
  height:1%;
  /*overflow: hidden;*/
}

#center img { border: none;}

.clear {
  clear:both;
}

/* Just to extend each column */
/*#inner a:visited, a {color:#000; text-decoration:none; cursor:default;}
#inner a span {display:none;}
#inner a:active, #inner a:focus {color:#fff; text-decoration:none; background:transparent; cursor:default;}
#inner a:active span, #inner a:focus span {display:block;}

a:visited, a {text-decoration:underline; cursor:pointer;}
a:hover {text-decoration:none; cursor:pointer;}

em {font-weight:bold;}*/



/* BEGIN DER FORMATIERUNGEN */

A:link {
  background: transparent;
  color: #e5992f;
  text-decoration : underline;
  font-weight : normal;
}

A:visited {
  background: transparent;
  text-decoration : underline;
  color: #e5992f;
  font-weight : normal;
}

A:hover {
  background: transparent;
  text-decoration : underline;
  color: #e5992f;
  font-weight : bold;
}

A:active {
  background: transparent;
  text-decoration : none;
  color: #e5992f;
  font-weight : bold;
}

input {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; background-color: #FFFFFF; 
border-left: transparent;
border-bottom: 1px dashed #ec4b05;
border-right: transparent;
border-top: transparent;
margin-left: 20px;

}


td, textarea, div, table{ 
font-family: Verdana, Helvetica, sans-serif; 
font-size : 8pt; 
line-height: 15px; /* Zeilenabstand */ 
color: #333333; /* allgemeine Textfarbe */ 
margin-top: 0;
text-align: justify;
}

h1 {
  color: #e5992f;
  font-size: 18px;
  font-weight: bold;
}

h2 {
  color: #e5992f;
  font-size: 17px;
  font-weight: bold;  
}

h3 {
  color: #e5992f;
  font-size: 16px;
  font-weight: bold;
}

h4 {
  color: #e5992f;
  font-size: 15px;
  font-color: #000;
}

h5 {
  color: #000000;
  font-size: 14px;
}

h6 {
  color: #000;
  font-size: 13px;
}

h7 {
  color: #000;
  font-size: 12px;
}
