/*GLOBALS*/

body {
  font-family: Verdana, Helvetica , sans-serif ;
  margin: 0px;
  padding: 0px;
  background-color: #eeeeee;
}

img {
  vertical-align:bottom;
  border: 0;
}

table {
  font-size: 11px;
}

ul {
  margin-left: 15px;
}

ol {
  margin-left: 25px;
}

td {
 vertical-align: top;
 padding:0px;
 margin: 0px;
}

.external-link {
 background-image: url(../Bilder/external_link.gif);
 background-position: left 1px;
 padding: 0px 0px 0px 14px;
 background-repeat: no-repeat;
}

.external-link-new-window {
 background-image: url(../Bilder/external_link_new_window.gif);
 background-position: left 1px;
 padding: 0px 0px 0px 14px;
 background-repeat: no-repeat;
}

.internal-link {
 background-image: url(../Bilder/internal_link.gif);
 background-position: left 1px;
 padding: 0px 0px 0px 14px;
 background-repeat: no-repeat;
 }
 .internal-link-new-window {
 background-image: url(../Bilder/internal_link_new_window.gif);
 background-position: left 1px;
 padding: 0px 0px 0px 14px;
 background-repeat: no-repeat;
 }
 .mail {
 background-image: url(../Bilder/mail.gif);
 background-position: left -2px;
 padding: 0px 0px 0px 20px;
 background-repeat: no-repeat;
 }
 .download {
 background-image: url(../Bilder/download.gif);
 background-position: left 1px;
 padding: 0px 0px 0px 14px;
 background-repeat: no-repeat;
 }


/*Container alt
#contanier {
  position: absolute;
  width: 950px;
  height: 615px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -475px;
  margin-top: -315px;
}
*/
#outer {
  height:100%;
  width:100%;
  position:relative;
}


#outer[id] {
  display: table;
  position: static;

}


#inner[id] {
   display: table-cell;
   text-align:center;
   vertical-align: middle;
   position: static;
}
#inner{
  position: absolute;
  top: 50%;
}

#container{
  width: 950px;
  text-align: left;
  margin: auto;
  position: relative;
  top: -50%;
}

html,body{
  margin:0;
  padding:0;
  height:100%;
}

/*Topframe*/
.Topframe {
  width: 950px;
  height: 50px;
  text-align: left;
padding: 0px;
}

.TopframeLeft {
  float: left;
  height: 30px;
  width: 155px;
  overflow: hidden;
  margin-left: 19px;
  margin-right: 19px;
  margin-top: 19px;
  text-align: left;
  padding: 0px;

}

.TopframeRight {
  float: right;
  width: 734px;
  height: 30px;
  margin-top: 19px;
  margin-right: 18px;
  text-align: left;
  padding: 0px;
}

.TopframeRight img {
  margin-right: 30px
}

/*TopcontentFrame*/
.TopContent {
  width: 950px;
  height: 20px;
  overflow:hidden;
  text-align: left;
padding: 0px;
}

.TopContentLeft {
  float: left;
  width: 155px;
  overflow: hidden;
  margin-left: 19px;
  margin-right: 19px;
  text-align: left;
  padding: 0px;
}

.TopContentRight {
  float: right;
  width: 734px;
  overflow: hidden;
  margin-right: 19px;
  text-align: left;
  padding: 0px;
}

.TopContentRight p {
  margin-top: 0px;
  padding: 0px;
}

/*ContentFrame*/
.Contentframe {
  width: 930px;
  height: 470px;
  text-align: left;
  overflow: hidden;
}
.Menu {
  margin-left: 19px;
  margin-right: 9px;
  float: left;
  border: 1px solid  #999999;
  width: 145px;
  height: 465px;
  background-color:#dddddd;
  font-size: 12px;
  padding-left: 10px;
  padding-top: 0px;
  text-align: left;
  overflow: hidden;
}

.navimage {
  margin-right: 7px;
}

.navimagelast {
}

.Content {
  margin-right:19px;
  float: right;
  border: 1px solid  #999999;
  width: 694px;
  height: 445px;
  background-color: White;
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  padding: 10px 10px 10px 10px ;
  color:#666666;

}
.ContentLeft{
  float: left;
  width: 480px;
  height: 455px;
  margin-right: 5px;
  text-align: left;
  overflow: auto;
  padding-right: 4px;
}

.ContentRight {
  float: right;
  width: 200px;
  height: 455px;
  margin-left: 5px;
  text-align: left;
  overflow: auto;
}

.ContentBig {
  text-align: left;
  overflow: auto;
  height: 455px;
}

/* AUSWAHL RTE */

.OrangeNormal {
  color: #cc9900;
}

.OrangeFett {
  color: #cc9900;
  font-weight: bold;
}
.OrangeKursiv {
  color: #cc9900;
  font-style: italic;
}

.GrauFett {
  color: #666666;
  font-weight: bold;
}

.OrangeNormal a:link {
  text-decoration: none;
  color: #cc9900;
}
.OrangeNormal a:visited {
  text-decoration: none;
  color: #cc9900;
}
.OrangeNormal a:hover {
  text-decoration: none;
  color: #cc9900;
}
.OrangeNormal a:active {
  text-decoration: none;
  color: #cc9900;
}




.OrangeFett a:link {
  text-decoration: none;
  color: #cc9900;
    font-weight: bold;
}
.OrangeFett a:visited {
  text-decoration: none;
  color: #cc9900;
    font-weight: bold;
}
.OrangeFett a:hover {
  text-decoration: none;
  color: #cc9900;
    font-weight: bold;
}
.OrangeFett a:active {
  text-decoration: none;
  color: #cc9900;
    font-weight: bold;
}



.OrangeKursiv a:link {
  text-decoration: none;
  color: #cc9900;
  font-style: italic;
}
.OrangeKursiv a:visited {
  text-decoration: none;
  color: #cc9900;
  font-style: italic;
}
.OrangeKursiv a:hover {
  text-decoration: none;
  color: #cc9900;
  font-style: italic;
}
.OrangeKursiv a:active {
  text-decoration: none;
  color: #cc9900;
  font-style: italic;
}


.GrauFett a:link {
  text-decoration: none;
  color: #666666;
    font-weight: bold;
}
.GrauFett a:visited {
  text-decoration: none;
  color: #666666;
    font-weight: bold;
}
.GrauFett a:hover {
  text-decoration: none;
  color: #666666;
    font-weight: bold;
}
.GrauFett a:active {
  text-decoration: none;
  color: #666666;
    font-weight: bold;
}
/* Content CSS */



.ContentLeft  p {
  font-size: 11px;
}

.ContentRight  p {
  font-size: 11px;
}

.ContentBig  p {
  font-size: 11px;
}

.ContentLeft  h1,h2,h3,h4,h5 {
  font-size: 11px;
  margin-top: 5px;
  color: #CC9900;
}

.ContentRight  h1,h2,h3,h4,h5 {
  font-size: 11px;
  margin-top: 5px;
  color: #CC9900;
}

.ContentBig  h1,h2,h3,h4,h5 {
  font-size: 11px;
  margin-top: 5px;
  color: #CC9900;
}

.ContentLeft  .imgtext-nowrap h1, h2,h3,h4,h5 {
  font-size: 11px;
  margin-top: 5px;
}

.ContentRight  .imgtext-nowrap h1, h2,h3,h4,h5 {
  font-size: 11px;
  margin-top: 5px;
}

.ContentBig  .imgtext-nowrap h1, h2,h3,h4,h5 {
  font-size: 11px;
  margin-top: 5px;
}

.ContentLeft h1, headerh2,h3,h4,h5 {
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #CC9900;
}

.ContentRight h1, headerh2,h3,h4,h5 {
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.ContentBig h1, headerh2,h3,h4,h5 {
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.ContentLeft a:link {
  text-decoration: none;
  color: #cc9900;
}

.ContentLeft a:visited {
  text-decoration: none;
  color: #cc9900;
}

.ContentLeft a:hover {
  text-decoration: none;
  color: #cc9900;
}

.ContentLeft a:active {
  text-decoration: none;
  color: #cc9900;
}

.ContentRight a:link {
  text-decoration: none;
  color: #cc9900;
}

.ContentRight a:visited {
  text-decoration: none;
  color: #cc9900;
}

.ContentRight a:hover {
  text-decoration: none;
  color: #cc9900;
}

.ContentRight a:active {
  text-decoration: none;
  color: #cc9900;
}

.ContentBig a:link {
  text-decoration: none;
  color: #cc9900;
}

.ContentBig a:visited {
  text-decoration: none;
  color: #cc9900;
}

.ContentBig a:hover {
  text-decoration: none;
  color: #cc9900;
}

.ContentBig a:active {
  text-decoration: none;
  color: #cc9900;
}

.ContentLeft .liste {
  font-size: 11px;
  margin-left: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.ContentLeft .bildunterschrift {
  font-size: 11px;
  color: #666666;
}

.ContentLeft .imgtext-nowrap {
  font-size: 11px;
}

.ContentLeft .imgtext-table {
  margin-right: 0px;
  margin-bottom: 10px;
}

.ContentRight .liste {
  font-size: 11px;
  margin-left: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.ContentRight .bildunterschrift {
  font-size: 11px;
  color: #666666;
}

.ContentRight .imgtext-nowrap {
  font-size: 11px;
}

.ContentRight .imgtext-table {
  margin-right: 0px;
  margin-bottom: 10px;
}

.ContentBig .liste {
  font-size: 11px;
  margin-left: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.ContentBig .bildunterschrift {
  font-size: 11px;
  color: #666666;
}

.ContentBig .imgtext-nowrap {
  font-size: 11px;
}

.ContentBig .imgtext-table {
  margin-right: 0px;
  margin-bottom: 10px;
}

/*BottomFrame*/
.Bottomframe {
  width: 950px;
  height: 25px;
  margin-top:5px;
  text-align: left;
}

.Infotext {
  float: left;
  font-size: 10px;
  margin-left:19px;
  margin-right: 19px;
  text-align: left;
}

.Bottommenu {
  float: right;
  font-size: 10px;
  margin-right: 39px;
  text-align: left;
  }




  /*Menu Links*/

.nav1 a:link {
  margin-top:10px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav1 a:visited {
  margin-top:10px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav1 a:hover {
  margin-top:10px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav1 a:active {
  margin-top:10px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav1act a:link {
  margin-top:10px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav1act a:visited {
  margin-top:10px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav1act a:hover {
  margin-top:10px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav1act a:active {
  margin-top:10px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #cc9900;
  display: block;
  text-decoration: none;
}


/*Ebene 2*/
.nav2 a:link {
  margin-left:10px;
  margin-top:5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav2 a:visited {
  margin-left:10px;
  margin-top:5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav2 a:hover {
  margin-left:10px;
  margin-top:5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav2 a:active {
  margin-left:10px;
  margin-top:5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav2act a:link {
  margin-left:10px;
  margin-top:5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav2act a:visited {
  margin-left:10px;
  margin-top:5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav2act a:hover {
  margin-left:10px;
  margin-top:5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav2act a:active {
  margin-left:10px;
  margin-top:5px;
  margin-bottom:3px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

/* Ebene 3*/
.nav3 a:link {
  margin-left:20px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav3 a:visited {
  margin-left:20px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav3 a:hover {
  margin-left:20px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav3 a:active {
  margin-left:20px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav3act a:link {
  margin-left:20px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav3act a:visited {
  margin-left:20px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav3act a:hover {
  margin-left:20px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav3act a:active {
  margin-left:20px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

/* Ebene 4*/
.nav4 a:link {
  margin-left:40px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav4 a:visited {
  margin-left:40px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  display: block;
  text-decoration: none;
}

.nav4 a:hover {
  margin-left:40px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav4 a:active {
  margin-left:40px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  display: block;
  text-decoration: none;
}

.nav4act a:link {
  margin-left:40px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav4act a:visited {
  margin-left:40px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav4act a:hover {
  margin-left:40px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}

.nav4act a:active {
  margin-left:40px;
  margin-top:2px;
  margin-bottom:2px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  display: block;
  text-decoration: none;
}
/* Bottom Nav*/
.BottomNav a:link {
  margin-left:10px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}


/* Bottom Nav*/
.BottomNav a:link {
  margin-left:10px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.BottomNav a:visited {
  margin-left:10px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.BottomNav a:hover {
  margin-left:10px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #cc9900;
  text-decoration: none;
}

.BottomNav a:active {
  margin-left:10px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}
.csc-textpic-clear {
  visibility: hidden;
  height: 0px;
  width: 0px;
  overflow: hidden;
  margin-top: 0px;
  padding-top:0px;
}

.bodytext {
  margin: 0 0 10px 0;
  padding: 0px;
}

.csc-textpic-caption {
  visibility: hidden;
  height: 0px;
  width: 0px;
  overflow: hidden;
  margin-top: 0px;
  padding-top:0px;
  padding-top:0px;
}

.csc-textpic-image, .csc-textpic-lastcol {
  margin: 0px;
  padding: 0px;
}

.csc-mailform {
  border: 0;
  text-align: right;
  font-size: 10px;
}
.csc-mailform input{
  font-size: 10px;
  border: 1px solid Silver;
}
#mailformname {
  border: 1px solid #cc9900;
  text-align: left;
}

#mailformemail {
  border: 1px solid #cc9900;
  text-align: left;
}
#mailformformtype_mail {
color: #000000;
  border: 1px solid #000000;
  background-color: #dddddd;
}
#mailformText {
  border: 1px solid #cc9900;
  text-align: left;
  font-size: 10px;
}