
/* ----- ///// ALLGEMEINES ///// ----- */

body {
  text-align: center;
  font: 62.5%/1.3em Verdana, Helvetica, Arial, sans-serif;
  color: #FFF;
  background: #58595B;
  }

a {
  color: #CCC;
  }

a:hover,
a.active {
  color: #FFF;
  }

table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin: 0 0 25px;
}

table caption {
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
  font-size: 1.4em;
}

table tr {
  border-bottom: 1px solid #90C2E7;
}

table td, th {
  padding: 5px;
  vertical-align: top;
}

table th {
  background: #414141;
  vertical-align: middle;
}

table td p,
table th p {
  margin: 0 !important;

}

/* ----- ///// LAYOUT ///// ----- */

#container {
  width: 1005px;
  margin: 0 auto;
  text-align: left;
  }

#header {
  height: 200px;
  background: transparent url(images/hg_header_home.jpg) right bottom no-repeat;
  position: relative;
  }

#logo a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 166px;
  height: 166px;
  text-indent: -10000px;
  background: transparent url(images-asc/logo_asc.jpg) 0px 0px no-repeat;
  }

#content {
  position: relative;
  clear: both;
  padding-top: 30px;
  padding-bottom: 20px;
  }

#adresse {
  position: absolute;
  left: 0;
  bottom: 10px;
  }

#sidebar {
  float: left;
  width: 187px;
  padding-bottom: 150px;
  }

#maincontent {
  float: right;
  width: 710px;
  }

#footer {
  clear: both;
  padding-left: 295px;
  border-top: 3px solid #90c2e7;
  }

.zweispaltig {
  margin: 20px 0 40px;
  }

.linkespalte {
  float: left;
  width: 502px;
  }

.rechtespalte {
  float: right;
  width: 178px;
  }

/* ----- ///// HAUPTNAVIGATION ///// ----- */

#mainnav {
  margin: 15px 0 0;
  padding: 0 0 0 292px;
  border: 3px solid #90c2e7; /*old orange color: #CA511F*/
  border-width: 3px 0;
  }

#mainnav li {
  float: left;
  font-size: 16.67px;
  }

#mainnav li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  }

#mainnav li.home a {width: 78px;}
#mainnav li.ueberuns a {width: 105px;}
#mainnav li.kuenstler a {width: 98px;}
#mainnav li.management a {width: 138px;}
#mainnav li.promotion a {width: 170px;}
#mainnav li.eventmarketing a {width: 178px;}

#mainnav li a:hover,
#mainnav li a.active {
  font-weight: bold;
  }

/* ----- ///// BREADCRUMB-NAVIGATION ///// ----- */

#breadcrumb {
  padding: 10px 0 0 295px;
  font-size: 1.25em;
  }

#breadcrumb strong {
  font-weight: 500;
  text-transform: uppercase;
  }

/* ----- ///// SIDEBAR ///// ----- */

#suche {
  position: absolute;
  left: 0;
  top: -15px;
  }

#suche input.textfeld {
  float: left;
  margin: 0 10px 0 0;
  width: 160px;
  }

/*#suche input.button {
  padding: 0px;
  }*/

#adresse p {
  font-size: 1.25em;
  line-height: 1.3;
  }

#sidebar h2 {
  font-size: 1.67em;
  line-height: 1.3;
  margin: 0 0 5px;
  font-weight: 400;
  }

/* ----- ///// SUBNAVIGATION ///// ----- */

#subnav ul {
  margin-top: 5px;
  }

#subnav li {
  font-size: 1.25em;
  line-height: 1.3;
  margin-bottom: 5px;
  }

#subnav li li {
  font-size: 1.0em;
  margin-left: 15px;
  }

/* ----- ///// INHALTSBEREICH ///// ----- */

#maincontent h1 {
  margin: 0 0 10px;
  font-size: 1.67em;
  line-height: 1.3;
  font-weight: 500;
  }

#maincontent h2 {
  margin: 30px 0 10px;
  font-size: 1.25em;
  line-height: 1.3;
  color: #90c2e7;
  }

  #maincontent .rechtespalte h2 {
    margin: 0 0 10px;
    }

#maincontent h3 {
  margin: 20px 0 10px;
  font-size: 1.25em;
  line-height: 1.3;
  }

#maincontent h4 {
  margin: 20px 0 5px;
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 500;
  }

#maincontent h5 {
  margin: 15px 0 5px;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 600;
  }

#maincontent p {
  margin: 0 0 10px;
  font-size: 1.25em;
  line-height: 1.3;
  }

#maincontent ul {
  margin: 0 0 10px;
  list-style: disc outside;
  }

#maincontent li {
  font-size: 1.25em;
  margin-bottom: 5px;
  }
  
  #maincontent li li {
    font-size: 1.0em;
    }

/* ----- ///// FOOTER ///// ----- */

#footer p {
  padding: 5px 0 30px;
  font-size: 1.2em;
  }

/* ----- ///// CLEARFIX ///// ----- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
