body { 
  font:12px Arial, Verdana, sans-serif;
  /* customize_body */ color: #1198c6; /* customize_body */
  line-height: 18px;
}

/* Links */
a,a:visited,a:active {
  text-decoration: none;
  /* customize_link */ color: #ebd00a; /* customize_link */
}
a:hover {
  text-decoration: none;
  /* customize_link_hover */ color: #003366; /* customize_link_hover */
} 
/* Style elements */
hr{
  border-top: 1px solid #cacaca;  
}
/* Lists */
ul {
  list-style-position:inside;
  margin: 0; /* without it IE7 will show a big margin */
}

/* Fonts, Titles... */
h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; color: #ebd00a;}
h1{ font-size:18px; line-height:24px; font-weight: bold; }
h2{ font-size:16px; line-height:21px }
h3{ font-size:14px; line-height:18px }
h4{ font-size:13px; line-height:16px; font-weight: bold; }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; margin:0px 0px 12px 0px; }

/* Forms */
input {
  margin: 0;
}

/* Images */
img {
  border: 0;
}

/* diverse */
a.neutral, a.neutral:hover{
  font-size: 10px;
  color: #8291a6;
}

#header_address{
   /* customize_schriftfarbe_adresse */ color: #fff;  /* customize_schriftfarbe_adresse */
   font-size: 16px;
}


/*****************************************************/
/* TOOLBAR & TOOLBAR POPUPS */
/*****************************************************/
/* Links */
a.toolbar,a.toolbar:visited,a.toolbar:active {
  text-decoration: none;
  color: #7c96bb; 
}
a.toolbar:hover{
  text-decoration: none;
  color: #4d6280;
} 

/*****************************************************/
/* TINYMCE */
/*****************************************************/
/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
   color: #000;
}
.mceContentBody a {
  text-decoration: none !important; /* FF requires a important here */
   /* customize_link */ color: blue /* customize_link */ !important; /* FF requires a important here */
}