/*######################################
  Global Styles, um alle "styles" zu Normen!
######################################*/

/*---------------------------------------------
Alle wichtigen Elemente werden auf Normal gesetzt
---------------------------------------------*/
html,body,table,td,div,form,button,select,input,textarea,h1,h2,h3,h4,h5,h6,a,p,cite,quote,u,i {
  margin: 0px;
  padding: 0px;
  font-family: Verdana,Tahoma,Geneva,Arial,Helvetica,Sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;  
}

html,body {
  margin: 0px;
}

img {
  border: opx;
}

td {
  vertical-align: top;
}

a:link,a:visited,a:hover,a:active {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}
a:hover {
  color: #333; 
}

/*---------------------------------------------
Tabelle die über ie Ganze Seite geht!
---------------------------------------------*/

table.backtable {
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}

td.headcenter {
  width: 100%;
  height: 55px;
  text-align: center;
  vertical-align: center;
  background-image: url('../hintergrund_top_seiten2.1.JPG');
  background-repeat: no-repeat;
}

.left {
  width: 128px;
}

.right {
  width: 128px;
  text-align: center;
}
  
  
  