#tx_mailform_63 {
height: 500px;
} 

/*--------------------------------------------------------------------- standard elements */
body{
  background: url(../img/bg.jpg);
}

html {
  font-family: "Tahoma", sans-serif;
  font-size: 12px;
}

* {
  margin: 0;
  padding: 0;
}

/* outerWrapper */
#outerWrapper {
  width: 910px;
  height: 620px;
  margin: 0 auto 0 auto;  
}

/* innerWrapper */
#innerWrapper {
  position: relative;
  width: 910px;
  height: 620px;
  background: url(../img/background.png) no-repeat;

}


/* mainmenu */
#mainMenu {
position: absolute;
top: 110px;
left: 170px;
width: 716px;
background: #cfbd9c;
}

#mainMenu li {
list-style: none;
}

.mainMenuItem {
  margin: 0px 0px 0 0px;
  float: left;
}

.mainMenuItemAct {
  margin: 0px 0px 0 0px;
  float: left;
}



/* addmenu */
#addMenu {
position: absolute;
bottom: 25px;
right: 25px;
width: 600px;
height: 14px;
}

#addMenu li {
list-style: none;
}

.addMenuItem,
.addMenuItemAct {
  margin: 0px 0px 0 20px;
  float: right;
display: inline;
}

.addMenuItem a {
color: #4d4d4d;
text-decoration: none;
}

.addMenuItemAct a {
color: #b44029;
text-decoration: none;
}


/* submenu */
#subMenu {
position: absolute;
top: 175px;
left: 185px;
width: 660px;
background: #ffffff;
height: 20px;
line-height: 20px;
text-align: center;
z-index: 999;
}

#subMenu li {
list-style: none;
}

.subMenuItem,
.subMenuItemAct {
  margin: 0px 10px 0 20px;
  float: left;
display: inline;
}

.subMenuItem a {
color: #8d8d8d;
text-decoration: none;
font-weight: bold;
}

.subMenuItem a:hover,
.subMenuItemAct a{
color: #b44029;
text-decoration: none;
font-weight: bold;
}


/* content */
#pageContent {
}

.holder {
position: absolute;
top: 220px;
left: 200px;
width: 650px;
height: 320px;
}


#pageContent p {
color: #4d4d4d;
line-height: 20px;
margin-bottom: 10px;
}

#pageContent ol li,
#pageContent ul li  {
color: #4d4d4d;
line-height: 20px;
margin-bottom: 0px;
margin-left: 40px;
}

#pageContent ol li ol li {
color: #4d4d4d;
line-height: 20px;
margin-bottom: 0px;
margin-left: 40px;
list-style: lower-latin;
}

#pageContent ol,
#pageContent ul {
margin-bottom: 10px;
}


#pageContent td ol li,
#pageContent td ul li  {
color: #4d4d4d;
line-height: 20px;
margin-bottom: 0px;
margin-left: 13px;
}

#pageContent td  {
border-bottom: 1px solid #999;
padding-top: 8px;
}

#pageContent a {
color: #4d4d4d;
line-height: 20px;
font-weight: bold;
font-style: italic;
text-decoration: none;
}

#pageContent a img {
border: none;
}


#pageContent a:hover {
color:  #b44029;
}

#pageContent h2 {
color: #b44029;
line-height: 18px;
font-size: 13px;
margin: 0px;
}

#pageContentLeft {
float: left;
width: 300px;
}

#pageContentRight {
float: right;
width: 300px;

}

.vorstand {
width: 100%;
}

.vorstand td {
padding-bottom: 10px;
}


.clearer {
  clear: both;
  font-size: 1px;
  height: 1px;
}

.align-center {
text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}


.csc-textpic-caption {
font-size: 11px;
color: #4d4d4d;
}

