/*importiert normalisierung.css*/@import url("norm.css");
/*importiert basis.css*/@import url("base.css");

html {
  background-color: #ffffff;
  }
  
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: Times,"Times New Roman",serif;
  font-size: 14px;
  line-height: 18px;
  color: #707173; 
  }
/*#  font-family:  CompatilFact LT, Times, "Times New Roman", serif;*/

#container {
  width: 940px;
  margin: 0 auto;
  padding: 0;
}

#container_left{
    width: 575px;
    float: left;
    min-height: 600px;
}

#container_right{
  margin-left: 635px;
  margin-top: 150px;
  width: 300px;
}

/* Header mit Logo und Hauptnavigation*/ 
#header {
  height: 31px;
  padding: 50px 0 10px;
  position: relative;
  overflow: visible;
  z-index: 2;
  }

#logo{
  position: absolute;
  width:300px;
  height: 145px;
  top:  46px;
  left: 630px;
  }
#headerpic{
  width: 575px;
  height: 320px;
}

ul.hlist {
   margin-left: 0;
   list-style-type: none;
}
  
 #navigation ul li {
  float: left;
  font-family: Times, "Times New Roman", serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-right: 40px;
  padding: 0 10px 0 10px;
   }  

#navigation ul li a{
  color: #707173;
  text-decoration: none;}
  
#navigation ul li a:hover, #navigation ul li.active a {
  color: #009ede;}
  
 #navigation ul li:hover  {
    color: #009ede;
    margin-bottom: 9px;
    margin-right: 40px;
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0;
    background-color: #EEEEEE;
    background-position: 0 0;
    text-shadow: 0 1px 1px #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;}

#navigation ul li:active, #navigation ul li.active {
    color: #009ede;
    margin-bottom: 9px;
    margin-right: 40px;
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0;
    background-color: #EEEEEE;
    background-position: 0 0;
    text-shadow: 0 1px 1px #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;}

#top-navigation{
    position: absolute;
    right: 20px;
    top: 5px;}

/* Topnavigation  */
ul.toplist li {
    display: inline;
    font-size: 11px;
    padding-left: 20px;}

ul.toplist li a, ul.toplist li a{
    color: #707173;
    text-decoration: none;}

ul.toplist li a:hover{
    color:#009ede
}
ul.toplist li strong {
    color: #444444;}

/* Teaser f�r EDISOFT-Layout1 */
#teaser {
  z-index: 1;
  padding: 0 0 30px 0;
  border-bottom-color: #DDDDDD;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  line-height: 16px;
}
  
/* Subheader f�r EDISOFT-Layout2 */
 #subheader {
  width: 575px;
  min-height: 65px;
  margin: 15px 0 5px 0;
  border-bottom-color: #707173;
  border-bottom-style: solid;
  border-bottom-width: 1px;
 }
 
 .subhead1 {
  color: #707173;
  font-size: 200%;
  padding-bottom: 0.5em;
 }
 
 .subhead2 {
  font-size: 140%;
  padding-bottom: 0.5em;
 }

#main {
  position: relative;
  min-height: 350px;
  margin-bottom: 20px;
}

/* Aufteilung Content-Bereich und rechte Spalte f�r EDISOFT-Layout2 */
#content {
  width: 575px;
  float: left;
  padding: 20px 0 40px 0px;
}

#subcontent .csc-default {
  float: left;
  width: 300px;
}


#subcontent .tx-felogin-pi1 h3 {
  color: #707173;
  font-size: 160%;
  line-height: 24px;
  padding: 10px 0 5px 0;
  margin: 0px 0px 5px 0px;
  border-bottom-color: #707173;
  border-bottom-style: solid;
  border-bottom-width: 1px
}

#subcontent h1 {
  color: #707173;
  font-size: 160%;
  line-height: 24px;
  padding: 10px 0 5px 0;
  margin: 0px 0px 5px 0px;
  border-bottom-color: #707173;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#subcontent ul {
  list-style-image: url(../images/listitem1.png);
}

/* Navigation f�r alle Ebenen unterhalb der ersten Ebene (EDISOFT-Layout2) */
.mainnav {
  color: #707173;
  font-size: 160%;
  padding: 10px 0 5px 0;
  margin: 0;
  border-bottom-color: #707173;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

ul.subnav {
  margin-left: 0;
  list-style-type: none;
}

.subnav li {
  padding: 5px 0;
}
  
#subnavigation {
  padding: 0 0 50px 0;
  }

#subnavigation a, #subnavigation a:link, #subnavigation a:visited, #subnavigation a:hover, #subnavigation a:active {
    cursor: pointer;
    text-decoration: none;
  }
  
#subnavigation a:link, #subnavigation a:visited {
    color: #009ede;
}

#subnavigation a:hover {
    color: #707173;
}

#subnavigation li.active a:visited,
#subnavigation li.active a:hover,
#subnavigation li.active {
    color: #009ede;
    font-weight: bold;
}

#subnavigation li.active li a:link {
  font-weight: normal;
}

#subnavigation li.active li a:hover {
    color: #707173;
}

#subnavigation li.active li.active a:link, #subnavigation li.active li.active a:active , #subnavigation li.active li.active a:visited {
   color: #009ede;
   font-weight: bold;
}

 #subnavigation ul ul {
    margin: 0 0 0 13px;
}

/* Content-Bereich in der rechte Spalte (EDISOFT-Layout2) */
#news {
  padding: 0 20px;
}

/* Footer */
#footer {
  clear: both;
}

h1,h2,h3,h4,h5,h6 {
  color: #009ede;
  font-family: Times, "Times New Roman", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;}

h1 { font-size: 150%}
h2 { font-size: 140% }
h3 { font-size: 130% }
h4 { font-size: 120% }
h5 { font-size: 110% }
h6 { font-size: 100% }

.csc-header a {
  text-decoration: none;}

.csc-header a:hover {
  color: #137020;
  text-decoration:none;}

a {
  text-decoration:none;
  color: #009ede;}

a:hover {
  text-decoration:underline;
  color: #009ede;}

a img {border: none;}

ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

ol {
    list-style-type: decimal;
    margin-left: 1.5em;
}

blockquote {
  font-style: italic;
}

.align-justify {
  text-align: justify;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* Ternnstrich danach */
.csc-frame-rulerAfter.csc-frame {
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-bottom-color: #9C9E9F;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

.csc-frame.csc-frame-rulerBefore {
    margin-top: 1.5em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-top-color: #9C9E9F;
    border-top-style: dotted;
    border-top-width: 1px;
    padding-top: 10px;
}

.csc-header a:hover {
  color: #707173;
}

/* Kontaktformular */


fieldset.tx-powermail-pi1_fieldset {
    background-color: #ececec;
}

fieldset.tx-powermail-pi1_fieldset label{
    font-weight: normal;
    color: #707173;
}

fieldset.tx-powermail-pi1_fieldset legend {
      color: #009ede;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset input.powermail_date, fieldset.tx-powermail-pi1_fieldset input.powermail_datetime, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
    background-color: #ffffff;
    color: #707173;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px;
}

/* Kontaktformular - Sendebutton */
.powermail_kontaktformular.powermail_submit, .tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_back,
.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_submit
{
    color: #707173;
    font-weight: bold;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    background-color: #EEEEEE;
    background-position: 0 0;
    text-shadow: 0 1px 1px #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.powermail_kontaktformular.powermail_submit:hover, .tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_back:hover,
.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_submit:hover {
    color: #707173;
    font-weight: bold;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    background-color: #DDDDDD;
    background-position: 0 0;
    text-shadow: 0 1px 1px #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.tx_powermail_pi1_formconfirmation_back, .tx_powermail_pi1_formconfirmation_submit {
  margin-top: 20px;
  margin-right: 20px;
  float: left;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
  margin-left: 130px;
}

fieldset.tx-powermail-pi1_fieldset input:focus:not([type="submit"]) {
    border-color: #CCCCCC;
}

span.powermail_mandatory {
  color: #009ede;
}

/* Kontaktformular - Meldungsfenster */
.error {
    border-color: #009ede;
    background-color: #009ede;
}

html:root .error em {
    border-top-color: #009ede;
}

.csc-frame.csc-frame-indent3366 {
  margin-left: 33%;
}

.csc-frame.csc-frame-indent6633 {
   margin-left: 66%;
}

.csc-frame.csc-frame-indent {
  margin-left: 10%;
}
.csc-frame.csc-frame-frame1 {
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.csc-frame.csc-frame-frame2 {
    border-color: #dddddd;
    border-style: dotted;
    border-width: 1px;
    padding: 10px;
}

div.indent {
  margin-left: 5%;  
}

span.detail {
    font-size: 85%;
}

span.var1 {
  font-weight: bold;
}

ul.infoboardlinks, ul.movielist {
  list-style-type: none;
  margin: 0px;
  padding:  5px 0 10px 10px;
}

#infoboardpic, #movieboardpic {
  margin-bottom: 3px;
  
}

#infoboardbox a, #movieboardbox a {
  color: #333333;
  font-weight: bold;
  
}

#infoboardbox a:hover {
  color: #707173;
}

#infoboardbox strong {
    color: #009ede;
    font-weight: bold;
}


#infoboard, #movieboard {
  width: 205px;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

#infoboardbox, #movieboardbox{
  background-color: #E3E3E3;
 }

#movieboardbox{
  padding-bottom: 20px;
   }

h1.infoboardheader, h1.movieboardheader {
  background-color: #A9ADB0;
  color: white;
  padding: 5px 5px 5px 10px;
  font-size: 120%;
  font-weight: bold;
}

p.infoboardfooter {
  padding-left: 10px;
  font-weight: bold;
  }

.format1,.format2,.format3,.format4,.format5,.format6 {
  color: #009ede;
  font-family: Times, "Times New Roman", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  padding-bottom: 0.5em;}

.format1 { font-size: 150%}
.format2 { font-size: 140% }
.format3 { font-size: 130% }
.format4 { font-size: 120% }
.format5 { font-size: 110% }
.format6 { font-size: 100% }

.expIco {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/arrow_down.png");
    background-origin: padding-box;
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 25px;
  
}

.collIco {
  background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/arrow_up.png");
    background-origin: padding-box;
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-left: 25px;
}


.expIco:hover, .collIco:hover  {
  color: #707173;
  cursor: pointer;
}

.panel {
  margin-bottom: 20px;
}

#movie
{
  width: 840px;
  height: 542px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

