/*Superfish*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  font-family: Arial,Helvetica,sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: normal;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  text-transform:uppercase;
  width: 100%;
}
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0,0,0,.2);
  min-width: 12em; /* allow long menu items to determine submenu width */
  *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
  border-right: 0px solid #fff;
  border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
  border-top: 0px solid rgba(255,255,255,.5);
  padding: .48em 1.5em;
  text-decoration: none;
  zoom: 1; /* IE7 */
}
.sf-menu a {
  color: #13a;
}
.sf-menu a:link, .sf-menu a:visited {
  color: #666;
  text-decoration: none;
}
.sf-menu a:hover, .sf-menu a:active {
    color: green !important;
}
.sf-menu li {
  background: rgba(0, 0, 0, 0);
  white-space: nowrap; /* no need for Supersubs plugin */
  *white-space: normal; /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}

.sf-menu .dropdown.active .active a {
    color: green;
}
.sf-menu .dropdown.active .inactive a {
    color: #666;
}
.sf-menu .active a {
    color: green;
}

/*Hintergrundfarbe und Schriftgröße der 2-Ebene*/
.sf-menu ul li {
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 44%, #d1d1d1 92%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(44%,#dbdbdb), color-stop(92%,#d1d1d1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
  font-size: 12px;
  text-transform:none;
}

.sf-menu ul li:hover, .sf-menu ul li .active {
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 44%, #d1d1d1 92%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(44%,#dbdbdb), color-stop(92%,#d1d1d1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}


/*Hintergrundfarbe und Schriftgröße der 3-Ebene*/
.sf-menu ul ul li {
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 44%, #d1d1d1 92%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(44%,#dbdbdb), color-stop(92%,#d1d1d1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
  font-size: 11px;
  text-transform:none;
}

.sf-menu ul ul li:hover, .sf-menu ul ul li .active {
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 44%, #d1d1d1 92%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(44%,#dbdbdb), color-stop(92%,#d1d1d1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%,#dbdbdb 44%,#d1d1d1 92%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}

/*Hindergrundfarbe bei Hover*/
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: rgba(0, 0, 0, 0);
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}


/*Superfish ende*/


#mailformsword{
float:right;
margin-right:60px;
border: 0px transparent none;
}
#mailformsubmit {
    background-color: transparent;
    border: 0 none transparent;
    float: left;
    font-size: 13px;
    margin-left: 20px;
}
#spalte_mitte #mailformsword{
margin-right:220px;
border: 1px #999999 solid;
}
#spalte_mitte #mailformsubmit {
    background-color: transparent;
    border: 0 none transparent;
    float: left;
    font-size: 13px;
    margin-left: 20px;
}


h1{
  font-size: 15px;
  color: #006200;
  line-height: 19px;
  /*text-transform: uppercase;*/
  margin-bottom:15px;
}

h2{
  font-size: 11px;
  color: #006200;
  line-height: 15px;
  /*text-transform: uppercase;*/
}

h3{
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  line-height: 15px;
  /*text-transform: uppercase;*/
}
h4{
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  line-height: 15px;
  text-transform: inherit;
}
/*LAYOUT*/

body {  

  background-image:url("../images/layout/hintergrundverlauf.png");
  /*background-position:center top; /*Werte ggf durch px % o.�. ersetzen*/
  background-repeat:repeat-x;
  background-color: #AFB0AF;
  margin:0;
  padding:0;
  position:relative;
  /*Std Text*/
  text-align:center;
  font-family: Arial, Helvetica, sans-serif, Tahoma; 
  color: #666666; 
  font-size: 12px;
  line-height: 140%;
  }

body a, body a:active, body a:visited{
    text-decoration: underline;
    color: #006200;
}
body a:hover{
    text-decoration: underline;
}
  
#wrapper { 
  width:1000px; 
  margin:0 auto;  
  border: 0px solid #303030;
  text-align:left;
  background-image:url("../images/layout/schatten.png");
  background-repeat:repeat-y;
  }
#headermenu { 
    background-color: inherit;
    color: #4D4D4D;
    font-family: Arial,Sans-serif,Tahoma;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
  margin: 0 10px;
    margin-bottom: 25px;
    width: 980px;
}  
.headermenu{
    color: #4D4D4D;
    font-family: Arial,Helvetica,sans-serif,Tahoma;
    font-size: 12px;
    line-height: 15px;
    margin-left: 15px;
    margin-top: 5px;
    text-decoration: none;
    float:left;
}
.flaggen{
    font-family: Arial,Helvetica,sans-serif,Tahoma;
    font-size: 12px;
    line-height: 15px;
    margin-left: 15px;
    margin-top: 5px;
  margin-right: 5px;
    text-decoration: none;
    float:right;
}
.headermenu a,.headermenu a:active,.headermenu a:hover,.headermenu a:visited{
    text-decoration: none;
    color: #4D4D4D;
  font-family: Arial, Helvetica, sans-serif, Tahoma; 
    font-size: 10px;
}
#kopfleiste{
  height: 175px;
  width: 980px;
  margin: 0 10px;
  background: url("../images/layout/menu_bg.png") repeat-x scroll 0 0 transparent;
  clear:both;
}
#topmenu{
  height: 100%;
  width: 800px;
  margin: 0 15px;
  background: transparent;
  float:left;
  overflow:hidden;
  line-height:20px;
}
#topmenu .menuitem {float:left; margin:0 17px;  font-family:Arial, 'Tahoma W01 Bold';}
#menue .menuitem {margin-bottom:1px; font-family:'Tahoma W01 Bold';}

#logoleiste{
  width:100%;
  height:100px;
  text-align:right !important;
  background: url("../images/layout/logolinie.png") repeat-x scroll 0 0 transparent;
}
.logoleiste{
  position:relative;
  top:49px;
  right:0px;
  background-color: #FFFFFF;
}
#kopfgrafik{
  width: 980px;
  height: 220px;
  overflow:hidden;
  /*background: blue;*/
}
.clear, #clear { height: 0.1px; font-size: 0.1px; line-height: 0.1px; clear: both; }

#inhalte{
  width:980px;
  float:left;
  margin: -140px 10px 0;
  background-color: #FFFFFF;
}

#spalten{
  width: 980px;
  overflow: auto;
  margin-top: 30px;
}
#spalte_links{
  width: 200px;
  overflow: hidden;
  float:left;
}
#menue{
  width: 100%;
}
#inhalt_links{
  width:200px;
  margin: 15px 1px;
}

#inhalt_links .csc-default{
  margin: 10px;
}

#spalte_mitte{
  width: 550px;
  overflow: hidden;
  float:left;
}

#spalte_mitte_2sp{
  width: 700px;
  overflow: hidden;
  float:left;
  margin-left:40px;
}
#spalte_mitte .inner{
margin: 0 40px;
}

#spalte_mitte_gross{
  width: 743px;
  overflow: hidden;
  float:left;
} 
#spalte_rechts{
  width: 215px;
  overflow: hidden;
  float:left;
}

#inhalt_rechts{
  width:215px;
}

#inhalt_rechts .inner img{
  max-width: 215px;
}

#footer {
    border-top: 1px solid #DBDBDC;
    margin-top: 25px;
    min-height: 25px;
    padding-top: 8px;
    width: 100%;
}

#footer a{
    color: #666666;
  text-decoration: none;
}

#footer1{
  width: 200px;
  line-height: 35px;
}
#footer2{
  width: 528px;
  line-height: 35px;
}
#footer3 {
  width: 210px;
  line-height: 35px;
}

#spalte_mitte .inner{
  margin: 0 40px;
}

#footer .inner{
    color: #666666;
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
  float:left;
  /*height: 35px;*/
}
.inner ul, .inner ol {
    list-style: inside;
}

.inner li {
    list-style: outside;
    margin-left:13px;
}


div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
    margin-right: 30px !important;
    margin-left: 10px !important;
}


.align-center{
    text-align: center;
}

.align-right{
    text-align: right;
}

#spalte_mitte b {
   font-weight: bold;
   color: #006200;
   font-size: 13px;
}

/*--------------------------- RAHMEN -------------------------------*/

DIV.csc-frame-frame1{
  background: #ECECEE; 
  border: 3px double #FFFFFF;
}

DIV.csc-frame-frame1 .bodytext, DIV.csc-frame-frame1 .csc-header{
  margin: 10px;
}

DIV.csc-frame-frame1 DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin:0px;
}

DIV.csc-frame-frame2 {
  border: 1px solid #cacaca;
  background: #F7F7F7;
  padding: 6px;

}

DIV.csc-frame-frame2 DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin:0px;
}

/*----------------------- FORMULARE ------------------------------------------*/

.formfield, .textedit { 
  font-family : Arial, Helvetica, sans-serif;
  color:#666666; 
  font-weight: normal;
  font-size:11px;
  background-color: #FFFFFF;
  border: 1px solid #cacaca;
    margin: 0 0 10px 0;
    padding: 2px;
}

.auswahl {

  font-family : Verdana, Arial, Helvetica, sans-serif;
  color:#666666; 
  font-weight: normal;
  font-size:11px;
  background-color: #FFFFFF;
  border: 1px solid #cacaca;
    margin: 0 0 10px 0;
    padding: 2px;
}

.input,select { 
  font-family : Arial, Helvetica, sans-serif;
  color:#666666; 
  font-weight: normal;
  font-size:11px;
  background-color: #FFFFFF;
  border: 1px solid #cacaca;
    margin: 0 0 10px 0;
    padding: 2px;
    width: 280px;

}

.textarea {
  font-family : Arial, Helvetica, sans-serif;
  color:#666666; 
  font-weight: normal;
  font-size:11px;
  background-color: #FFFFFF;
  border: 1px solid #cacaca;
    margin: 15px 0 10px 0;
    padding: 2px;
    width: 280px;
}

.mf-select {
  font-family : Arial, Helvetica, sans-serif;
  color:#666666; 
  font-weight: normal;
  font-size:10px;
  background-color: #FFFFFF;
  border: 1px solid #cacaca;
    margin: 0 0 10px 0;
    padding: 0;
    width: 280px;
}

.mf-input {
  font-family : Arial, Helvetica, sans-serif;
  color:#666666; 
  font-weight: normal;
  font-size:11px;
  background-color: #FFFFFF;
  border: 1px solid #cacaca;
    margin: 0 0 10px 0;
    padding: 0;
    width: 280px;
}


.mf-text {
  font-family : Arial, Helvetica, sans-serif;
  color:#666666; 
  font-weight: normal;
  font-size:11px;
  background-color: #FFFFFF;
  border: 1px solid #cacaca;
    margin: 0 0 10px 0;
    padding: 0;
    width: 280px;
}




.mf-submit {
  background-color: #FFFFFF;
  border: 3px double #cacaca;
    width: 280px;
  margin-left:150px;    


}

.mf-check { 
  margin-bottom: 20px;
}



fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  border:0px;
    background-color:#ffffff;
}
 
label {
  width: 12em;
  font-size: 11px;
  padding: 0px 10px 0px 10px;
  float: left;
  text-align: left;
  margin-right: 0.5em
  display: block
  background-color:#ffffff;
}
bodytext.ul {
    list-style: outside;
}


/*------------------------- RTE / Table styling--------------------------- */


TABLE.contenttable { border: 1px #ffffff solid; margin:3px 0 4px 0; width: 100%; border-collapse:collapse; }
TABLE.contenttable TR TD { padding:3px; background: #f7f7f7; border: 1px #ffffff solid;}
TABLE.contenttable TR TD P.bodytext { font-size: 11px; margin:2px;}
TABLE.contenttable TH { padding: 2px; background: #eeeeee; }
TABLE.tabelleweiss { border: 1px #ffffff solid; margin:3px 0 4px 0; width: 100%; border-collapse:collapse; }


/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-item {
  margin:0px;
  height:80px;
} 

hr {
  color:#f0f0f2;
  margin-bottom:0;
}


/*--------------------------------- tt_news SINGLE view  -----------------------------------*/

.news-single-item H2 {
  margin-bottom:10px;
}

/*--------------------------------- Bilder Galerie Slide  -----------------------------------*/
ul.navigation li {
  list-style-type: none;
}

.tx-odsdomaincheck-pi1 select {
  width:50px;
  }

#tx_odsdomaincheck_pi1_input select {
  width:50px;
  }
/*--------------------------------- Downloadliste  -----------------------------------*/  
.csc-uploads{
  width:100%;
}
.tr-odd, .tr-even{
  height: 45px;
}
.tr-odd *, .tr-even *{
  vertical-align: middle !important;
}
.csc-uploads-icon{
  width: 15%;
}
.csc-uploads-icon a img{
  margin-left: 30%;
}
.csc-uploads-fileName{
  width: 60%;
}
.csc-uploads-fileSize{
  width: 25%;
  text-align: center;
}

/*--------------------------------- FAQ  -----------------------------------*/
.tx-irfaqaz-pi1 dt p {
  display: inline;
  font-weight: bold;
  margin: 0;
  font-size:11px;
  color: #006200;
  line-height: 15px;

}

.tipp-a-friend tr{
  margin: 2px 0;
}


