body { 
  /*font:12px Arial, Verdana, sans-serif;*/
  font-size:18px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  /* customize_body */ color: #000; /* customize_body */
  line-height: 23px;
}

/* Links */
a,a:active {  /* a,a:visited,a:active { */
  text-decoration: none;
  /* customize_link */ color: #7c96bb; /* customize_link */
}
a:hover {
  text-decoration: none;
  /* customize_link_hover */ color: #4d6280; /* customize_link_hover */
} 
/* Style elements */
.webContentBody hr,
.mceContentBody hr{
  border: none;
  border-top: 1px solid #ccc;
  height: 1px;  
  padding: 0;
  margin: 0;
}
/* Lists */
#content ul {
	list-style: disc outside;
  margin: 0; /* without it IE7 will show a big margin */
  margin-left: 15px;
  
  /*
  list-style: disc 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;}
h1{ font-size:30px; line-height:32px; font-weight:300; }
h2{ font-size:18px; line-height:24px }
h3{ font-size:16px; line-height:21px }
h4{ font-size:14px; line-height:18px }
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;
}

/* for Popups in Popup Module, Style only here so it shows up in the Editor for the customer */
.popupLink{
  
}

/*****************************************************/
/* 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 */
}

/* TinyMCE auswählbare CSS für Bildstile (muss in typography.css bleiben!!!, 2x editor_config.php) */
.imgleft{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: left;  
}
.imgright{
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  clear: right;  
}