@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);
@import url(nav.css);

/* ----------------------------------------------------- Page layout */

body {
  font-size:100%;
  line-height:1.125em; /* 16x1.125=18px */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000;
}

#pageWrapper {
  width: 950px;
}
#header {
  width: 950px;
  height: 119px;
  background-color: #fff;
}
#footer {
  margin-top: 15px;
  border-top: 1px solid #eee;
  clear:both;
  width: 950px;
  height: 30px;
}
#mainNavigation {
  clear:both;
  position: absolute;
  width:950px;
  height:50px;
  background-color: #ec7a38;
}
#index #mainNavigation {
  background-color: #fff;
}
#flashBuehne {
  position: absolute;
  top: 169px;
  clear:both;
  width: 950px;
  height: 225px;
  background-image: url(img/chancen.jpg);
  background-repeat: no-repeat;
}
#index #contentWrap {
  position: absolute;
  top: 410px;
  width: 950px;
}
#contentWrap {
  position: absolute;
  top: 184px;
}
#leftColumn {
  width: 189px;
  border-right: 1px solid #eee;
  float: left;
  /*background-color: #efefef;*/
  display: inline-block;
  margin: 0;
}
#mainContent {
  width: 569px;
  border-right: 1px solid #eee;
  float: left;
  /*background-color: #dfefef;*/
  display: inline-block;
  margin: 0;
}
#sidebar {
  width: 190px;
  float: left;
  /*background-color: #efefcf; */
  display: inline-block;
  margin: 0;
}

/*** mainContent ***/

#mainContent {
}

#mainContent h1 {
  color: #444;
  padding-bottom: 5px;
  border-bottom: 1px solid #e75806;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 15px;
  margin-top: 0px;
}
#mainContent h2 {
  clear: both;
  background-color: #e75806;
  color: #fff;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 15px;
  margin-top: 0px;
  padding: 3px;
}
#mainContent h3 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #e75806;
}
#mainContent h3.first {
  padding-bottom: 5px;
  border-bottom: 1px solid #e75806;
  width: 235px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #444;
  line-height: 22px;
}
#mainContent h4 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #e75806;
}
#mainContent h4.first {
  padding-bottom: 5px;
  border-bottom: 1px solid #e75806;
  width: 235px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #444;
  line-height: 22px;
}
#mainContent p {
  padding: 0 15px 7px 15px;
}
#mainContent .div-l h3 {
  margin-left: 15px;
}
#mainContent .div-l h4 {
  margin-left: 15px;
}
.div-l, .div-r {
  width: 269px;
  float: left;
  display: inline;
}
#mainContent .div-l p, #mainContent .div-r {
  padding: 0 15px 7px 0px;
}
.div-r {
  margin-left: 10px;
}
#mainContent .div-r img.pfeil-rechts {
  float:right;
  margin-right: 43px;
}
#mainContent p {
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding-bottom: 7px;
}
#mainContent div.div-l p, #mainContent div.div-l p {
  padding: 0 15px 7px 15px;
}

#mainContent #hauptbild {
  margin: 15px;
  margin-top: 0px;
  height: 250px;
}
#inhalt p {
  /*padding: 0 15px 7px 15px;*/
}
#inhalt h2, #mainContent h2,
#inhalt h3, #mainContent h3 {
  margin-top: 10px;
}
#inhalt h3, #mainContent h3 {
  margin-left: 15px;
}
#inhalt h4, #mainContent h4 {
  margin-left: 15px;
}
/** mainContent Listen **/

#mainContent ul {
  font-size: 11px;
  margin-left: 15px;
  margin-top: 0px;
  padding-left: 0px;
  list-style: none;
  position: relative;
}
#mainContent .div-r ul {
  margin-left: 0px;
}
#mainContent ul li {
  margin-bottom: 5px;
  padding-left: 12px;
  padding-right: 15px;
  background-image: url(img/quadrat.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  vertical-align : middle;
}
#mainContent ul.dash li {
  margin-bottom: 5px;
  padding-left: 12px;
  padding-right: 15px;
  background-image: url(img/orange-dash.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  vertical-align : middle;
}
#mainContent .div-r ul li {
  padding-right: 10px;
}


/** mainContent News **/

#newsWrap {
  clear: both;
  margin: 15px;
  margin-top: 0px;
}
#newsWrap div.newsElement div.div-img {
  width: 175px;
  display: inline;
  float: left;
  margin-right: 15px;
}
#newsWrap div.newsElement div.div-text {
  width: 300px;
  display: inline;
  float: left;
}
#newsWrap div.newsElement div.div-text p {
  padding: 0;
  padding-bottom: 7px;
}
.newsElement {
  border-bottom: 1px solid #e75806;
  margin-top: 10px;
}
.newsElement img {

}
.newsElement p {
  
}
.newsElement img.pfeil-rechts {
  float: right;
}

/*** Sidebar ***/
#sidebar img {
  margin-left: 15px;
}
#sidebar p {
  padding-left: 15px;
  padding-right: 5px;
  font-size: 10px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#sidebar h3 {
  padding-left: 15px;
  padding-right: 5px;
  font-size: 10px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#sidebar img.pfeil-rechts {
  float: right;
}
/*** leftColumn ***/

#leftColumn p {
  font-size: 10px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding-left: 15px;
}

/** leftColumn -> Suche **/

#suche {
  margin-top: 7px;
  /*background-color: #ddd;*/
  background-color: #fff;
  padding: 15px 17px 15px 13px;
}
#suche .senden {
  width: 149px;
}
#leftColumn p {
  color: #b71203;
  padding-right: 10px;
  margin-bottom: 7px;
}
#leftColumn p.datum {
  color: #000;
}
/*** Utilities ***/


.clear {
  clear:both;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  color: #222;
}
.bqstart {
  color:#E75203;
  float:left;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Times New Roman";
  font-size:700%;
  height:45px;
  margin-bottom:-50px;
  margin-top:-20px;
  padding-top:45px;
}
.quoteimg {
  margin-left:10px;
  float:left;
}
.bqend {
  color: #E75203;
  float: right;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Times New Roman";
  font-size:300%;
  height:45px;
  margin-bottom:-50px;
  margin-top:-60px;
  margin-right: 75px;
  padding-top:45px;
}

/*** Vorstand und Aufsichtsrat ***/

#punkt1, #punkt2 {
  width: 139px;
  margin-top: -175px;
  z-index: 1000;
  float: left;
  display: inline;
}
#punkt2 {
  
}
#punkt1 h2, #punkt2 h2 {
  width: 125px;
  font-size: 11px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: -2px;
  border: 1px solid #e75806;
  margin-left: 10px;
}
#punkt1 p, #punkt2  p {
  margin-left: 15px;
}
#punkt1 img.pfeil-rechts, #punkt2 img.pfeil-rechts {
  float: right;
  margin-right: 15px;
}


#secondarynav {
  list-style: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#secondarynav li {
  margin: 0;
  display:block;
  padding-right: 0px;
  background-color: #888;
  width: 189px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#secondarynav li a {
  font-size: 11px;
  color: #fff;
  display: block;
  height: 16px;  
  padding: 2px;
  padding-left: 15px;
  padding-top: 2px;
  text-decoration: none;
}
#secondarynav li:hover, #secondarynav ul li:hover a {
  background-color: #e75203;
}
#secondarynav li ul {
  padding-left: 5px;
  background-color: #fff;
}
#secondarynav li ul li, #secondarynav li ul li a {
  background-color: #fff;
  width: 184px;
  color: #000;
}
#secondarynav li ul li {
  border-top: 1px solid #fff;
}
#secondarynav li ul li a {
  width: 159px;
}
#secondarynav li ul li a:hover {
  color: #fff;
}
#secondarynav li.secondactive {
    background-color: #e75203;
}
#secondarynav li.secondactive ul li.current, #secondarynav li.secondactive ul li.current a {
    background-color: #e75203;
    color: #fff;
}
/*** Teammitglied ***/
.teammitglied {
	margin-left: 15px;
	clear: both;
	height: 145px;
}
#mainContent .teammitglied p.teamname {
	padding-top: 15px;
	padding-left: 0;
	display: inline;
	padding-right: 3px;
	font-weight: bold;
	color: #e75203;
}
#mainContent .teammitglied p.teamtitel {
	padding-top: 15px;
	padding-left: 0;
	display: inline;
	font-weight: bold;
}
#mainContent .teammitglied p.teamfunktion {
	padding-top: 3px;
	font-style: italic;
}
.teammitglied img {
	float:left;
	margin-right: 20px;
 }
 
 .teammitglied2 {
	margin-left: 15px;
	clear: both;
	height: 160px;
}
#mainContent .teammitglied2 p.teamname {
	padding-top: 0;
	padding-left: 0;
        padding-bottom: 0;
	display: inline;
	padding-right: 3px;
	font-weight: bold;
	color: #e75203;
}
#mainContent .teammitglied2 p.teamtitel {
	padding-top: 0;
	padding-left: 0;
        padding-bottom: 0;
	display: inline;
	font-weight: bold;
}
#mainContent .teammitglied2 p.teamfunktion {
	padding-top: 0;
	font-style: normal;
        padding-bottom: 3px;
}
.teammitglied2 img {
	float:left;
	margin-right: 20px;
 }
 #mainContent .teammitglied2 p.teamzitat {
        font-style: italic;
        padding-bottom: 3px;
 }
 #mainContent .teammitglied2 p.teamtelefon,
 #mainContent .teammitglied2 p.teamemail {
        padding-bottom: 0;
 }
#mainContent .teammitglied2 p.teamtelefon strong {
        padding-right: 3px;
}
#mainContent .teammitglied2 p.teamemail strong {
        padding-right: 10px;
}
 
 /*** END Teammitglied ***/
 
#mainContent p.intro {
   font-size: 13px;
 }
#mainContent .zitat p {
   font-size: 13px;
 }
.quotebywrap {
   float:right;
  margin: -10px 15px 10px 0px;
 }
#mainContent p.quoteby, #mainContent p.quotebytitle {
  display:inline;
  font-size: 12px;
  padding: 0;
}
#mainContent p.quoteby {
  font-weight: bold;
  padding-right: 3px;
}
.orange {
  color: #e75203;
}

#footer p {
  font-size: 10px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding-left: 15px;
}
#sidebar .sidebarElement .pfeil-rechts {
  margin-bottom: 10px;
}
.sidebarElement hr {

  border: 0;
  color: #e75203;
  background-color: #e75203;
  width: 150px;
  height: 1px;
  clear: both;
  margin: 10px 0px 10px 15px;
}
hr.clearer {
  border: 0;
  color: #e75203;
  background-color: #e75203;
  width: 150px;
  height: 1px;
  clear: both;
  margin: 10px 0px 10px 15px;
}
#mainContent p.zum-archiv {
  float:right;
  padding-right:0;
  padding-top:7px;
}
/****FORMULAR****/
FORM {
  margin: 0 15px 0 15px;
}
INPUT {
  color: #000;
  background-color : #fff;
  border : 1px solid #555;
  width: 350px;
}
INPUT:focus, TEXTAREA:focus {
  color: #000;
  background-color : #fff;
  border : 1px solid #e75806;
}
TEXTAREA {
  color: #000;
  background-color : #fff;
  border : 1px solid #555;
  overflow: auto;
  width: 350px;
}
fieldset
{
  width: 539px;
  border: 0;
  padding: 0;
  margin: 0;
}
label 
{
  width: 70px;
  float: left;
  text-align: left;
  margin-right: 5px;
  display: block;
  font-size : 11px; 
  line-height : 15px; 
}
.csc-mailform-field {
  clear : both;
  margin-bottom: 8px;
}
.csc-mailform-submit {
  margin-left: 75px;
}
#footer div {
  display: inline-block;
}
.tx-powermail-pi1_formwrap div {
  padding-top: 7px;
  padding-bottom: 7px;
}

/*** YAG ***/

.gv-gallery {
   margin-left: 15px;
}

/*** Renditetabelle ***/

  .renditetabelle {
    font-size: 11px;    
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-align: center;
    width: 539px;
  margin-top: 25px;
  margin-left: 15px;
  }
.renditetabelle td {
        padding-bottom: 10px;
  padding-right: 10px;
}
  .renditetabelle thead tr td {
    border-bottom: 2px solid #E75806;
   }
.renditetabelle thead tr td {
  text-align: center;
}
  .renditetabelle thead td, .year, tfoot td {
    font-weight: bold;
  }
.renditetabelle tbody tr td {
  text-align: right;
}

.renditetabelle tbody tr td.year {
  text-align: left;
  width: 75px;
}
.renditetabelle tfoot tr td {
text-align: right;
}
.renditetabelle tfoot tr td:first-child {
text-align: left;
}

/**** YAG Gallery ****/

.tx-yag-pi1 {
  margin-left: 15px;
}
.tx-yag-breadcrumbcomtainer,
.tx-yag-gallery-itemcount,
.tx-ptextlist-pager-item-display {
  display: none;
}
.tx-yag-album-thumb-outerframe {
  height: 180px;
  width: 40%;
  display: inline;
  float: left;
}
.tx-yag-album-thumb-innerframe {
  height: 160px;
}
.tx-yag-gallery-albumcaption {
  background-color: #E75806;
    clear: both;
    color: #FFFFFF;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 15px 15px;
    padding: 3px;
}

