/* CSS Document */

a {
  text-decoration:none; 
  color:#FF7C00; 
  font-family:Verdana; 
  font-weight:regular; 
  line-height:20px; 
  font-size:12px;
  margin:0px 0px 0px 3px;
}

a.linkleiste_rechts {
  text-decoration:none; 
  color:#FF7C00; 
  font-family:Verdana; 
  font-weight:regular; 
  line-height:20px; 
  font-size:20px;
  margin:0px 0px 0px 2px;
}
  
a:hover {
  text-decoration:underline; 
  color:#FF7C00; 
  font-family:Verdana; 
  font-weight:regular; 
  line-height:20px; 
  font-size:12px;
}
  
a.linkleiste_rechts:hover {
  text-decoration:underline; 
  color:#FF7C00; 
  font-family:Verdana; 
  font-weight:regular; 
  line-height:20px; 
  font-size:20px;
}

p {
  font-family:verdana; 
  color:#565656; 
  font-size:12px; 
  line-height:20px; 
  font-weight:regular;
  }
  
p.rechts {
  font-family:verdana; 
  color:#565656; font-size:11px; 
  line-height:12px; 
  font-weight:regular;
  margin:0px 0px 0px 2px;
}

td.rahmen {
  border:1px #FF7C00 solid;
  padding:8px;
}

td.inhalt {
  font-family:verdana; 
  color:#565656; 
  font-size:12px; 
  line-height:20px; 
  font-weight:regular;
}

td.ueberschrift {
  font-family:Verdana;
  font-size:14px;
  color:#FF7C00;
  font-weight:bold;
  padding-bottom:10px;
}

iframe {
  overflow-x:hidden;
}
