/* Fecon */


body {
  height:100%;
  margin:0;
  padding:0;
  font-family: Times New Roman, Times, serif;
  font-size:14px;
  color:#111;
    background-image:url(../img/form/bg.jpg);
  scrollbar-base-color:#eee;
  scrollbar-3dlight-color:#fff;
  scrollbar-arrow-color:#333;
  scrollbar-darkshadow-color:#333;
  scrollbar-face-color:#fff;
  scrollbar-highlight-color:#fff;
  scrollbar-shadow-color:#666;
  scrollbar-track-color:#ddd;
 }

#fecon_float {
  position:relative;
  margin-top:0px;
  margin-left:0px;
  margin-bottom:12px;
  padding:12px;  
  width:auto;
  height:auto;
    background-image:url(../img/form/bg.jpg);

}

/* Header */

#fecon_headertop {
  margin:0;
  padding:0;
  height:30px;
  width:auto;
  text-align:left;
  z-index:1;
    background-image:url(../img/form/topimage.jpg);
}

#fecon_header {
  margin:0;
  padding:0;
  height:140px;
  width:auto;
  text-align:center;
  z-index:2;
  background-color:#fff;
}

/* Menue */

#fecon_menue {
  position:relative;
  width:auto;
  height:30px;
  color:#333;
  font-size:14px;
  font-weight:normal;
  line-height:30px;
  text-align:center;
  margin:0px;
  z-index:1;  
  background-image:url(../img/form/nav-bg.jpg);
}
 
/* Hauptfenster */

#fecon_main {
  position:relative;
  top:0px;
  left:0px; 
  width:750px;
  height:auto;
  margin:0px;
  padding-top:20px;
  padding-left:8px;
  padding-right:8px;
  text-align:left;

}

#fecon_main_aufzaehlung {
  position:relative;
  top:0px;
  left:20px; 
  padding-bottom:0px;
}

#fecon_img_right {
  position:relative;
  float:right;
  left:0px;
  margin-left:16px;
  margin-bottom:16px;
  padding:0px;
  text-align:right;
  font-size:10px;
  color:#333;
  background-color:#eee;
  border-width:1px;
  border-color:#333;
  border-style:solid;
  z-index:3;
}

#fecon_img_left {
  position:relative;
  float:left;
  left:0px;
  margin-left:16px;
  margin-bottom:16px;
  padding:0px;
  width:auto;
  text-align:right;
  font-size:10px;
  color:#333;
  background-color:#eee;
  border-width:1px;
  border-color:#333;
  border-style:solid;
  z-index:3;
}

#fecon_img_small {
  position:relative;
  float:left;
  left:0px; 
  margin-right:9px;
  padding:0px;
  width:auto;
  z-index:3;
}

/* Footer */

#fecon_footer {
  position:relative;
  height:20px;
  width:750px;
  margin:0px;
  padding-right:5px;
  font-family: Times New Roman, Times, serif;
  color:333;
  font-size:12px;
  text-align:right;
  line-height:20px;
  }

table {
  text-align:left;  
  font-size:14px;
  border-width:0px;
  border-color:grey;
  }

img {
  border: 0 none;
  }

a { 
  color:#666; 
  text-decoration:none; 
  }

a:hover {
  text-decoration:none;
  color:#000;
  }
  
a.dotted {
  color:#000;
  font-weight:normal;
  text-decoration:none;  
  border-bottom: dotted 1px #000; 
  }
 
a:hover.dotted {
  color:#444;
  font-weight:normal;
  text-decoration:none;
  border-bottom:0px;   
  }

h1 {
  font-family:Times New Roman, Times, serif;
  font-size:22px;
  font-weight:normal;  
  color:#000;
 }

h1.header {
  font-family:Times New Roman, Times, serif;
  font-size:14px;
  font-weight:normal;
  color:#000;
  padding:1px;
  }
  
html h1 {margin:0}

h2 {
  font-family:Times New Roman, Times, serif;
  font-size:18px;
   font-weight:normal;
  text-decoration:none;
  color:#000;
  }

h3 {
  font-family:Times New Roman, Times, serif;
  font-size:15px;
  color:#000;
  }

p {
  text-align:justify;
  font-size:14px;
  }
  
ul {
  font-size:14px;
  line-height:20px;
  font-weight:normal;
  }

.nolink:visited {
  text-decoration: none;
  border-bottom:0px; 
  }
 
.nolink: {
  text-decoration: none;
  border-bottom:0px; 
  }

.subtext {
  font-family:Times New Roman, Times, serif;
  font-size:12px;
  color:#333;
  }
 
.small_grey {
  font-family: Times New Roman, Times, serif;
  font-size:10px;
  text-decoration:none;
  color:#333;
  }


@media print {
  #menue { display:none; }
  #main { border:0 none; float:none; width:auto; margin:0; }
  }
