/*--------------------------------------------------------------------- standard elements */
body{
background: #145074 url(../img/bg.png) top center no-repeat;
}

html {
  font-family: "Tahoma", sans-serif;
  font-size: 12px;
overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
}

/* outerWrapper */
#outerWrapper {
  width: 800px;
  margin: 0 auto 0 auto;
}

/* innerWrapper */
#innerWrapper {
  float: left;
  width: 800px;
  display: inline;
}

/* standard header */
#pageHeader {
  float: left;
  width: 800px;
  height: 114px;
margin-top: 62px;
background-position: top center;

/* Mozilla skip the following */
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.heringstage.de/fileadmin/templates/img/schrift.png');
}

/* IE skip the following. */
#pageHeader[id] {
  background-image: url(../img/schrift.png);
}



/* mainmenu */
#mainMenu {
float: left;
width: 800px;
height: 25px;
line-height: 25px;
margin-top: 60px;
}

#mainMenu li.mainMenuItem {
list-style: none;
float: left;
padding: 1px 12px 1px 12px;
line-height: 24px;
display: inline;
border: none;
}

#mainMenu li.mainMenuItemAct {
list-style: none;
float: left;
padding: 0 11px 0 11px;
border: 1px solid #fff;
line-height: 24px;
display: inline;
}

#mainMenu a {
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 13px;
letter-spacing: 1px;
}


/* submenu */
#subMenu {
float: left;
width: 796px;
height: 25px;
line-height: 22px;
border-top: 1px solid #fff;
}

#subMenu li {
list-style: none;
float: left;
margin: 0px 30px 0 14px;
display: inline;
}

#subMenu a {
color: #fff;
text-decoration: none;
font-size: 13px;
letter-spacing: 1px;
margin: 0px;
}


#subMenu a.subMenuItemAct {
color: #fff;
text-decoration: none;
font-size: 13px;
letter-spacing: 1px;
margin: 0px;
font-weight: bold;
}


#centerWrapper {
  float: left;
margin-top: 60px;
}

/* content */
#pageContent {
float: left;
width: 800px;
}
#pageHeadline {
float: left;
width: 800px;
}

#pageContentLeft {
float: left;
width: 380px;
}

#pageContentRight {
float: right;
width: 380px;
}


#pageContent h1 {
  margin: 0 0 0 0px;
}

#pageContent p {
  margin: 0 0 20px 0px;
color: #fff;
line-height: 21px;
font-family: Arial;
text-align: justify;
}

#pageContent a {
  margin: 0 0 0px 0px;
color: #fff;
line-height: 21px;
font-family: Arial;
text-align: justify;
font-weight: bold;
}

#pageContent td p {
  margin: 5px 0 5px 0px;
color: #fff;
line-height: 15px;
font-family: Arial;
text-align: left;
}

#pageContent table {
margin: 0 auto;
}

#pageContent td.title {
border: 1px solid #fff;
padding-left: 10px;
}



/* footer */
#pageFooter {
  clear: both;
  width: 800px;
  height: 25px;
  color: #fff;
  text-align: center;
margin: 40px 0 40px 0;
font-size: 10px;
}

#pageFooter a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.clearer {
  clear: both;
  font-size: 1px;
  height: 1px;
}


.csc-textpic-caption {
font-size: 11px;
color: #fff;
}

.test {
width: 440px;
}