/* ---------- Styles available to TinyMCE ---------- */

a:link    {color: red; text-decoration: none;}
a:visited {color: red; text-decoration: none;}
a:hover   {color: red; text-decoration: underline;}
a:active  {color: red; text-decoration: underline;}

body {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 13px; 
  color: dimgray;
  line-height: 1.4;  
}

table, tr, td {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 13px; 
  border-collapse: collapse; 
  border: hidden;
  border: none;
  color: dimgray;
  line-height: 1.4;  
}

p {
  margin: 0;
  padding: 0;    
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #bfbfbf;
}

ul, ol, blockquote {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  border: 0px;
}

address {
  font-size: 11px; 
  color: #000000;
  margin: 0;
  padding: 0;  
}

/* ---------- Styles available to TinyMCE styleselect combobox ---------- */

.FOTO_links { 
  margin-right: 10px; 
  margin-bottom: 5px;  
  float: left; 
}

.FOTO_rechts { 
  margin-left: 10px; 
  margin-bottom: 5px;  
  float: right; 
}

/* ---------- Menu type 7, Horizontal tabbed menu ---------- */

#menu_hor_buttons_tabbed {
  padding: 0px;
  margin: 0px;
}

#menu_hor_tabbed {
  padding: 1px 0;
  margin-top: 2px;
  margin-left: 0;
  //border-bottom: 1px solid #828282;  
  font-weight: bold;
}

#menu_hor_tabbed li {
  list-style: none;
  margin: 0;
  display: inline;
}

#menu_hor_tabbed li a {
  padding: 3px 5px;
  margin-left: 3px;
  //border: 1px solid #828282;
  //border-bottom: none;
  //background: #ededed;
  background: url(images/tab.gif);
  text-decoration: none;
}

#menu_hor_tabbed li a:link { }

#menu_hor_tabbed li a:visited { }

#menu_hor_tabbed li a:hover {
  color: #000;
  background: #ededed;
  //border-color: #828282;
}

#menu_hor_tabbed li a#current {
  background: white;
  //border-bottom: 1px solid white;
  color: black;
}

