
*{
 margin: 0;
 padding: 0;
}




A { text-decoration: none; color: black; font-weight: bold; }
A:link {  color: black; }
A:visited {  color: black; }
A:hover {  text-decoration: underline; }
A:active {  text-decoration: underline; }



h1 {
 color: black;
 font-size: 18px; 
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 15px;
}

h2 {
 color: black;
 font-weight: bold;
 font-size: 13px;
}

ul {
 margin-left: 18px;
 text-align: left;
 list-style-image: url(img/li.gif);
}

hr {
  margin-top: 3px;
  margin-bottom: 3px;
}


img {
 border-width: 0px;
}

p {
 margin-bottom: 12px;
}




html, body {
 height: 100%;
 background-color: #BEB2B4;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 
}


#seite1 {
 width: 958px;
 height: 650px;
 background-image: url(img/seite_rahmen.gif);
 background-repeat:no-repeat; 
}

#seite2 {
 background-image: url(img/seite_rahmen.gif);
 background-repeat:no-repeat;
 width: 948px;
 height: 598px;
 margin: 0px;
 padding: 5px; 
}

#titell {
 background-image: url(img/metaltex_logo.jpg);
 
 height: 28px;
 padding-top: 60px;
 padding-left: 730px;
 
 text-align: left;

 border: 0px;
 border-bottom: 1px;
 border-bottom-color: #000000;
 border-bottom-style: solid; 
}

#titell a {
 color: white;
 font-size: 11px;
 font-weight: bold;
}

#titell a:link { text-decoration: none; color: white; }
#titell a:visited { text-decoration: none; color: white; }
#titell a:hover { text-decoration: underline; color: white; }
#titell a:active { text-decoration: underline; color: white; }



#bildleiste {
 height: 243px;
 background-color: #CCCCCC;
}


#menuleiste {
  
 height: 25px;
 text-align: left; 
 
 background-image: url(img/menuleiste.gif);
 
 border-color: #000000;
 border-style: solid;
 border-width: 0px;
 border-bottom-width: 1px;
 border-top-width: 1px;
 
 
}

#unten {
 height: 239px;
 background-image: url(img/text_hintergrund.gif); 
}

#bildlinks {
 float: left;
 width: 312px;
 height: 239px;
 text-align: left;

}


#frame {
 float: left;
 height: 239px;
 width: 600px;
 padding-right: 36px;

 

 

 overflow: auto;
 text-align: left;
 line-height: 160%;
/* border: 1px solid black; */
}












#aktuelles a{
 color: black;
 background-color: #F5F5F5;
 overflow: inherit;
 padding: 2px;
 margin-bottom: 10px;
 /*margin-right: 89px;*/
 width: 547px;
 border-top: 1px solid #D4D4D4;
/* border-bottom: 1px dotted #5F7582; */
 display: block;
 text-decoration: none;
 color: #000000;
 font-weight: normal;
}

#aktuelles a:link { color: black;  }
#aktuelles a:hover { color: #333333; }
