body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  font-family: Verdana, Helvetica, sans-serif;
  text-align: center;
}
.clear {
  clear: both;
}
small {
  font-size: 100%;
  font-weight: normal;
}
h1 {
  font-size: 140%;
  font-weight: bold;
  line-height: 120%;
}
h2 {
  font-size: 100%;
  font-weight: bold;
}
h3 {
  font-size: 100%;
  font-weight: bold;
}
h4 {
  font-size: 100%;
  font-weight: bold;
}
a:link, a:visited, a:hover, a:active {
  color: #000000;
  text-decoration: none;
}
#menu .acc {
  display: inline;
}
@media all {
  .right {
    float: right !important;
  }
  .acc, #menu .acc {
    display: none;
  }
}


@media all {
  h1 {
    margin: 0.5em 0 0.5em 0;
  }
  h2 {
    margin: 0.5em 0 0.2em 0;
  }
  h3 {
    margin: 0.5em 0 0.2em 0;
  }
  #content div {
    margin: 0 0 0.2em 0;
    padding: 0;
  }
  #content div div {
    margin: 0;
    padding: 0;
    clear: none;
  }
  #content ul {
    margin: 0;
    padding: 0;
  }
  #content li {
    margin: 0;
    padding: 0;
  }
  #main .teaser {
    margin: 0 7px 0 0;
    padding: 0;
    float: left;
    width: 237px;
  }
  #main .teaser.last {
    margin: 0;
  }
  #main .teaser h2 {
    margin: 0;
    padding: 0;
	height: 28px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #main .teaser h2.news {
	background-image: url(../img/teaserHeadNews.gif);
  }
  #main .teaser h2.crew {
	background-image: url(../img/teaserHeadCrew.gif);
  }
  #main .teaser h2.interaktiv {
	background-image: url(../img/teaserHeadInteraktiv.gif);
  }
  #main .teaser h2.unterstuetzer {
	background-image: url(../img/teaserHeadUnterstuetzer.gif);
  }
  #main .teaser .teaserImg {
    height: 96px;
  }
  #main .teaser .teaserImg.news {
    background-image: url(../img/bg_tableNews.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #main .teaser .teaserImg.news table {
    position: relative;
    border-collapse: collapse;
    left: 20px;
    top: 25px;
    width: 220px;
	  color: #FFFFFF;
  }
  #main .teaser .teaserImg.news table td {
    padding: 0;
  }
  #main .teaser .teaserText {
    float: left;
	width: 200px;
	border-left: 8px solid #ff6600;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
    margin: 0;
	padding: 4px 14px 10px 14px;
  }
  #main .teaser .teaserText p {
    margin: 0;
	padding: 0;
  }
  #main .teaser .detail {
    position: absolute;
	margin: -6px 0 0 163px;
	overflow: hidden;
	padding: 0;
	width: 51px;
	height: 17px;
	background-image: url(../img/bg_detail.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #main .teaser .detail.termin {
    position: absolute;
	margin: -6px 0 0 134px;
	overflow: hidden;
	padding: 0;
	width: 100px;
	height: 17px;
	background-image: url(../img/bg_detail.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #content h2 {
    margin: 0;
    padding: 0;
	height: 29px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #content h2.news {
	background-image: url(../img/contentHeadNews.gif);
  }
  #content h2.terminHead {
	background-image: url(../img/contentHeadTermine.gif);
  }
  #content h2.crew {
	background-image: url(../img/contentHeadCrew.gif);
  }
  #content h2.interaktiv {
	background-image: url(../img/contentHeadInteraktiv.gif);
  }
  #content h2.unterstuetzer {
	background-image: url(../img/contentHeadUnterstuetzer.gif);
  }
  #content h2.impressum {
	background-image: url(../img/contentHeadImpressum.gif);
  }
  #content h2.kontakt {
	background-image: url(../img/contentHeadKontakt.gif);
  }
  #content h2.pakete {
	background-image: url(../img/contentHeadPakete.gif);
  }
  #content h2.bliste {
	background-image: url(../img/contentHeadBListe.gif);
  }
  #content h2.video {
	background-image: url(../img/contentHeadVideo.gif);
  }
  #content h2.audio {
	background-image: url(../img/contentHeadAudio.gif);
  }
  #content h2.fun {
	background-image: url(../img/contentHeadFun.gif);
  }
  #content h2.gewinnspiel {
	background-image: url(../img/contentHeadGewinnspiel.gif);
  }

}
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
}
@media all {
  .hr {
    clear: both;
    margin: 1em 0 0.6em 0 !important;
    height: 1px;
    overflow: hidden;
    background: url(../img/dotted_line.gif) repeat-x;
  }
}
.hr hr {
  display: none;
}
@media all {
  input {
    width: 257px;
    border: 1px solid #909CA7;
  }
  select {
    width: 257px;
    border: 1px solid #909CA7;
  }
  fieldset {
    border: 0;
    padding: 0;
  }
  legend {
    display: none;
  }
  .formfield {
    display: block;
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
  }
  input.button {
    position: relative;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 10px 0 17px;
    text-align: left;
    background: url(../img/pfeil_intern.gif) no-repeat 5px 0.3em #FFFFFF;
    cursor: pointer;
    color: #686868;
    font-weight: bold;
    font-size: 100%;
    border: 1px solid #999;
  }
}
#logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

.error {
  color: #ff6600;
}
.success {
  color: #008000;
	margin-bottom: 10px;
	display: block;
}
.inErr {
  background-color: #ffd2b4;
}

.download {
}

#content div.missionArea {
  clear: both;
  display: block;
  margin-top: 30px;
}

.missionArea h4 {
  padding: 0;
  margin: 0;
}

img.mission { 
  float: center; 
}

#content div.missionArea div.img {
  display: block;
  float: left;
  width: 140px;
  text-align: center;
}

#content div.missionArea div.text {
  display: block;
  float: left;
  width: 350px;
}

#content div.missionArea div.text a {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

br.cleaner {
  clear: both;
}

#gewinnspiel {
  padding-right: 20px;
}

#gewinnspiel .necc {
  color: #F00;
}

#gewinnspiel fieldset {
  clear: both;
  margin-top: 10px;
}

#gewinnspiel fieldset .answers input, #gewinnspiel #read, #gewinnspiel .submit {
  width: auto;
  clear: both;
  float: left;
}

#gewinnspiel fieldset .question {
  font-weight: bold;
}

#gewinnspiel fieldset .answers input {
  margin-top: 5px;
  border: none;
}

#gewinnspiel #read {
  margin-top: 5px;
  border: none;
}

#gewinnspiel label.read {
  margin-top: 13px;
  *margin-top: 15px;
  display: block;
}

#gewinnspiel fieldset .answers label {
  display: block;
  float: left;
  *margin-top: 5px;
}

#gewinnspiel fieldset.contact {
  margin-top: 20px;
}

#gewinnspiel fieldset.contact div.please {
  font-weight: bold;
}

#gewinnspiel fieldset.contact div.elem {
  clear: both;
  margin-top: 5px;
}

#gewinnspiel fieldset.contact label {
  font-weight: normal;
  clear: both;
  float: left;
  width: 15em;
}

#gewinnspiel fieldset.contact input, #gewinnspiel fieldset.contact select {
  float: left;
  width: 15em;
}

#gewinnspiel .submit {
  margin-top: 25px;
  float: right;
  margin-right: 20px;
}

#gewinnspiel fieldset label.error, #gewinnspiel fieldset .elem label.error, #gewinnspiel .error {
  color: #F00;
}

#gewinnspiel p.teilnahme {
  font-size:10px;
}

#gewinnspiel .errors {
  color: #F00;
  font-weight: bold;
  border: 2px dotted #F00;
  padding: 10px;
  margin-top: 10px;
}

#gewinnspiel .success {
  color: #008000;
  font-weight: bold;
  border: 2px dotted #008000;
  padding: 10px;
  margin-top: 10px;
  margin-right: 80px;
}

.part {
  width: 200px;
  float: left;
}
