body {
  font: 18px Arial, sans-serif;
/* customize_body */
  color: #000;
/* customize_body */
  line-height: 20px;
}

/* Links */
a,a:active {
/* a,a:visited,a:active { */
  text-decoration: none;
/* customize_link */
  color: #f90;
/* customize_link */;
}

a:hover {
  text-decoration: underline;
/* customize_link_hover */
  color: #f90;
/* customize_link_hover */;
}

/* Style elements */
.webContentBody hr,.mceContentBody hr {
  border: none;
  border-top: 1px solid #0085c7;
  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: 0 0 4px;
  padding: 4px 0;
}

h1 {
  font-size: 21px;
  line-height: 34px;
}

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: 0;
  margin: 0 0 12px;
}

/* 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-color: #fff;
  color: #000;
}

.mceContentBody a {
  text-decoration: none!important;
/* FF requires a important here */
/* customize_link */
  color: /* customize_link */
blue!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;
}

/*****************************************************/
/* CUSTOM TYPOGRAPHY FOR SUNSHINE @ Dimitris         */
/*****************************************************/
#content_inner {
  color: #FFF;
  font-family: 'Century Gothic';
}

#content_inner h1 {
  font: 32px 'Century Gothic', sans-serif;
}

#slogan {
  color: #000;
  font-family: 'Century Gothic';
  font-size: 18px;
  line-height: 22px;
}

#header_bottom h1,#header_bottom h2 {
  color: #FFF;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
}

#sidebar_inner {
  font-family: 'Century Gothic';
  color: #fff;
  font-size: 12px;
}

#sidebar_inner h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}

.isBlack {
  color: #000;
}

hr.dotted {
  border: 0;
  border-bottom: 1px dotted #FFF;
  margin-bottom: 20px;
  margin-top: 15px;
}

#sidebar_inner a {
  color: #000;
}

#sidebar_inner a:hover {
  text-decoration: underline;
}

ul.nav-header li.level_1 a {
  font-size: 14px;
}

#blockStyle70Main2 input {
  width: 304px!important;
  display: block;
  border: 1px solid #f90!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 25px!important;
}

#blockStyle70Main2 textarea {
  width: 300px!important;
  display: block;
  border: 1px solid #f90!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100px;
  max-height: 400px!important;
}

#blockStyle70Main2 input[type="submit"] {
  background-color: #f90!important;
  color: #FFF;
  height: 50px!important;
  font-size: 18px;
  font-family: 'Century Gothic';
}