/*--------------------------------------------------------------------- standard elements */
body{
  background: url(../img/bg.png) repeat-x;
}

html {
font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
}

/* outerWrapper */
#outerWrapper {
  width: 930px;
  margin: 0 auto 0 auto;
  background: url(../img/wrapper_bg.png);
}

/* innerWrapper */
#innerWrapper {
  float: left;
  width: 880px;
  margin: 10px 25px 0 25px;
  background: #fff;
  display: inline;
}

/* standard header */
#pageHeader {
  float: left;
  width: 880px;
  height: 129px;
  background: url(../img/header.png);
  margin-bottom: 5px;
}

/* add header */
#headerImageBig {
float: left;
  background: none;
  width: 605px;
  height: 235px;
}

#headerImageSmall {
float: right;
  background: none;
  width: 270px;
  height: 235px;
}

/* mainmenu */
#mainMenu {
  float: left;
  width: 570px;
  height: 27px;
  line-height: 27px;
  margin: 102px 0 0 310px;
  display: inline;
}

#mainMenu li {
list-style: none;
float: left;
}

.mainMenuItem {
  margin: 0px 10px 0 10px;
  display: inline;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

.mainMenuItemAct {
text-decoration: none;
margin: 0px 10px 0 10px;
display: inline;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
color: #ff8200;
}


#mainMenu a {
text-decoration: none;
}

/* addmenu */
#addMenuWrapper {
  float: left;
  width: 880px;
  margin: 5px 0 30px 0;
}

#addMenu {
  float: left;
  width: 880px;
  height: 25px;
  line-height: 25px;
  margin: 0 0 0 0px;
  display: inline;
  background: #f1f1f1;
  border-top: 3px solid #000000;
  border-bottom: 1px solid #000000;
}

#addMenu li {
list-style: none;
float: left;
}

.addMenuItem {
  padding: 0px 15px 0 15px;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  color: #666666;
font-weight: bold;
}

.addMenuItemAct {
  padding: 0px 15px 0 15px;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  color: #ff8200;
font-weight: bold;
background: #000066;
}

#addMenu a {
text-decoration: none;
}

/* search */
#sprachauswahl {
float: right;
  height: 24px;
line-height: 24px;
  width: 180px;
text-align: right;
}

#sprachauswahl a {
color: #4d4d4d;
text-decoration: none;
line-height: 24px;
}

#sprachauswahl img{
border: none;
margin-right: 5px;
margin-left: 5px;
border: 1px solid #333;
margin-top: 6px;
}

#centerWrapper {
  float: left;
width: 880px;
}

/* content */
#pageContent {
float: left;
  width: 560px;
  margin-left: 22px;
  display: inline;
}

#pageContent h1 {
  margin: 0  0 15px 0px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000066;
}

#pageContent h2 {
  margin: 0  0 15px 0px;
  font-size: 14px;
  color: #000066;
}

#pageContent h3 {
  margin: 0  0 0px 0px;
  font-size: 12px;
  color: #000066;
}

#pageContent p {
  margin: 0 0 15px 0px;
color: #4d4d4d;
line-height: 19px;
}

#pageContent a {
  margin: 0 0 15px 0px;
color: #000066;
line-height: 19px;
font-weight: bold;
}

#pageContent a img {
border: none;
}

#pageContent li {
  margin: 0 0 15px 30px;
  color: #4d4d4d;
  line-height: 19px;
}

/* rightArea */
#rightArea {
  float: right;
  width: 270px;
  margin-left: 0px; 
}

#partner {
clear: both;
}

/* footer */
#pageFooter {
  background: url(../img/footer.png);
  height: 8px;
  width: 930px;
  font-size: 8px;
  margin: 0 auto 0 auto;
}

.clearer {
  clear: both;
  font-size: 1px;
  height: 1px;
}

#pageContent blockquote{
margin-left: 20px;
}

#pageContent .Vorstand {
clear: both;
float: left;
color: #4d4d4d;
margin-bottom: 40px;
width: 100%;
}

#pageContent .VorstandImage {
float: left; 
margin-right: 10px;
width: 82px;
height: 109px;
}

#pageContent .VorstandTextWrapper {
float: left;
}

#pageContent .vorstandName {
float: left;
margin-right: 5px;
font-weight: bold;
}

#pageContent .vorstandOrganisation {
float: left;
}

#pageContent .vorstandTelefon {
clear: both;
}

#pageContent .vorstandHandlungsfeld {
clear: both;
float: left;
margin: 10px 0 3px 0;
}

/*
#pageContent .VorstandImage a img {
border: 1px solid #666;
}
*/


.dumbCrossFade {
	width:880px;
	height:70px;
	display:block;
	cursor:pointer;
	border:none;
	position:relative;
background: #fff;
margin-bottom: 20px;
border-top: 1px solid #999;
z-index: 89;
}

.dumbCrossFade .dumbItem {
	display:none;
	position:absolute;
	top:10px;
	left:0;
	border:none;
background: #fff;
width: 880px;
height: 70px;
line-height: 70px;

text-align: center;
}

.dumbCrossFade .dumbItem img {
	border:none;
	margin: 0 10px;
}
.dumbCrossFade * {
	border:none;
	text-decoration:none;
}

