body {
    background: url(../images/bg_verlauf.png) repeat-x #d2d2d2;
}
div#center {
  margin: 0px auto;
  width:1000px;  
}

.ci_color_1 {
  color: #4061a6;
}
.ci_color_2 {
  color: #FF7D00;
}

ul.nobullets {
  list-style: none;
  padding-left: 0;
}

h2 {
  color: #4061a6;
  font-size: 2em;
  margin-bottom: 0.6em;
}

div.colborder {
  border-right:1px solid #F4F4F4;
}
hr {
  color: #F4F4F4;
  background-color: #F4F4F4;
}

div#logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.roundbox {
  background-image: url(../images/bg-box.png);
  background-position: 50% 0%;
  background-repeat: repeat-x;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.padded {
  padding: 10px 20px;
}

div#header {
  width: 1000px;
  margin: 0px auto;
}
div#headerimagearea {
  height: 200px;
  background-image: url(../images/bg-headerimage.png);
  text-align: center;
}

div#main {
  padding-top: 10px;
  background-image: url(../images/bg-content.png);
  background-position: 50% 0%;
  background-repeat: repeat-y;
}

div#maincontent {
  margin-bottom: 10px;
  color: #444444;
}
div#maincontent > div.padded {
  background-color: #ffffff;
  background-image: url(../images/bg-box.png);
  background-position: 50% 0%;
  background-repeat: repeat-x;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* Links */
div#maincontent a, div#sidecontent a, div.tooltip a, div.infobox p a {
  background: transparent url(../images/link-arrow-single2.png) no-repeat left center;
  color: #FF7D00;
  text-decoration: none;
  padding-left: 8px;
}
div#maincontent a:hover, div#sidecontent a:hover, div.tooltip a:hover, div.infobox p>a:hover {
  color: #4061a6;
}

/* Layout der Artikel */
div.article {
  margin-bottom: 20px;
}
div.article span.date {
  color: #ababab;
  text-align: right;
  display: block;
}

div.article img {
  float: left;
  margin-right: 24px;
}
div.article h3 {
  margin-bottom: 4px;
}
div.article h4 {
  font-weight: normal;
  font-size: 120%;
  margin-bottom: 10px;
}
div.article h4.subtitle {
  color: #4061a6;
  margin-bottom: 10px;
}
div.article h5 {
  font-weight: normal;
  font-size: 110%;
  color: #ababab;
  margin-bottom: 10px;
}
div.article p {
    font-size: 120%;
}
div.article a {
  font-size: 120%;
}
div.article p a {
  font-size: 100%;
}
div.article ul,ol {
  font-size: 120%;
}

div#sidecontent {
  margin-bottom: 10px;
}
div#sidecontent > div.padded {
  margin-bottom: 10px;
  background-color: #efefef;
  background-image: url(../images/bg-box.png);
  background-position: 50% 0%;
  background-repeat: repeat-x;
  color: #0969A3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.sidebox span.date {
  border-bottom: 1px solid #dfdfdf;
  color: #ababab;
  text-align: right;
  display: block;
  margin-bottom: 4px;
}

.sidebox > p {
  font-size: 120%;
  color: #444444;
}
.sidebox h5 {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 120%;
  color: #0969A3;
}
.sidebox h6 {
  margin-bottom: 0px;
  font-weight: normal;
  color: #ababab;
}
.sidebox ul,ol {
  color: #444444;
  font-size: 120%;
  padding-left: 20px;
}

/* Layout der Info-Boxen, die z.B. auf der Startseite liegen */
div.infobox {
  margin-bottom: 10px;
  background-color: #ECEFF6;
}
div.infobox h2 {
  margin-bottom: 0px;
}
div.infobox h4 {
  font-size: 110%;
  color: #ababab;
}
div.infobox p {
  min-height: 90px;
  font-size: 120%;
  color: #505050;
}

div#menu {
  height: 2.4em;
  padding: 0;
  margin: 0;
  background: transparent url(../images/bg_menubar.png) top left no-repeat;
  font-size: 1.2em;
}
div#breadcrumb {
  background-image: url(../images/bg-content.png);
  background-position: 50% 0%;
  background-repeat: repeat-y;
}
div#breadcrumb ul {
  padding: 5px 0 0 25px;
  margin: 0;
}
div#breadcrumb ul li {
  display: inline;
}
div#breadcrumb a {
  text-decoration: none;
  color: #FF7D00;
}

/* Kontaktseite */
label {
  width: 10em;
  float: left;
}
input.error {
  margin: 0.5em 0px;
  padding: 1px;
  border: 1px solid red;
}
label.error {
  float: none;
  vertical-align: center;
  color: #FF0000;
  border: 0;
  background-color: transparent;
  padding: 1px;
  margin: 0.5em 0px;
  margin-left: 10px;
}
div#map a {
  background: none;
  padding: 0;
}

/* Der abgerundete Abschluss des Content-Bereichs nach unten */
div#contentbottomborder {
  background: transparent url(../images/bg-content-bottom.png) no-repeat;
  background-position: 50% 0%;
  height: 20px;
}

/* Der freie Fusszeilenbereich */
div.footer {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  font-size: 0.8em;
  text-align: left;
}

/* Layout der Sitemap unten auf der Website */
div#sitemap a {
  color: #666;
  text-decoration: none;
}
div#sitemap a:hover {
  text-decoration: underline;
}
div#sitemap ul {
  list-style-type: none;
  padding: 0;
}
div#sitemap > div > ul {
  float: left;
}
div#sitemap > div > ul > li > a {
  font-weight: bold;
}
div#sitemap > div > ul > li > ul > li > ul {
  padding-left: 4px;
}

/* Referenzen-Bereich */
.tooltip { 
    display: none; 
    background: transparent url(../images/black_arrow_big.png); 
    font-size: 12px; 
    width: 320px; 
    height: 163px; 
    padding: 25px; 
    color: #fff;     
}

div.logos {
  margin-bottom: 40px;
}
div.logos > div {
  text-align: center;
}
div.tooltip {
  text-align: left;
}
div.tooltip p {
  margin-bottom: 0px;
}

div.tooltip h2 {
  font-size: 120%;
  color: #ababab;
}
div.tooltip a {
  color: #FF7D00;
  text-decoration: none;
}
div.tooltip a:hover {
  color: #4061a6;
}

/* Accordion */
div#accordion {
  border: 1px solid #efefef;
  margin-top: 10px;
}
div#accordion h3 {
  font-size: 100%;
  background: #FFFFFF url('../images/bg-box.png') left -1.8em repeat-x;
  border-top: 1px solid #FFFFFF;
  padding: 0.5em 0.4em 0.1em 0.4em;
}
div#accordion > h3 > a {
  background-image: none;
  padding: 0;
}
div#accordion .ui-state-hover, .ui-state-active {
  outline: none;
}  
div#accordion div {
  background-color: #ffffff;
}
div#accordion>div>p {
  padding-left: 0.5em;
}