/*GLOBALS*/

body {
  font-family: Verdana, Helvetica , sans-serif ;
  background-color: white;
}
img {
  vertical-align:bottom;
  border: none;
}

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 center;
 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 center;
 padding: 0px 0px 0px 14px;
 background-repeat: no-repeat;
}

.internal-link {
 background-image: url(../Bilder/internal_link.gif);
 background-position: left center;
 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 center;
 padding: 0px 0px 0px 14px;
 background-repeat: no-repeat;
 }
 .mail {
 background-image: url(fileadmin/templates/Bilder/mail.gif);
 background-position: left center;
 padding: 0px 0px 0px 20px;
 background-repeat: no-repeat;
 }
 .download {
 background-image: url(../Bilder/download.gif);
 background-position: left center;
 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: -308px;
}*/
#outer {
  height: 100%;
  width: 100%;
  position: relative;
}


#outer[id] {
  display: table;
  position: static;
}

#inner {
  position: absolute;
  top: 50%;
}

#inner[id] {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   position: static;
}

#container{
  width: 950px;
  text-align: left;
  margin: auto;
  position: relative;
  top: -50%;
}

html, body{
  margin: 0;
  padding: 0;
  height: 100%;
}

/*Menu*/
#startmenu {
  position: absolute;
  z-index: 1;
  padding-left: 20px;
  text-align: left;

}

/*Bootomframe*/
.Infotext {
  float: left;
  font-size: 10px;
  text-align: left;
}

.Bottommenu {
  float: right;
  font-size: 10px;
  text-align: right;
  }


/* AUSWAHL RTE */

.OrangeNormal {
  color: #ff6600;
}

.OrangeFett {
  color: #ff6600;
  font-weight: bold;
}
.OrangeKursiv {
  color: #ff6600;
  font-style: italic;
}



.OrangeNormal a:link {
  text-decoration: none;
  color: #ff6600;
}
.OrangeNormal a:visited {
  text-decoration: none;
  color: #ff6600;
}
.OrangeNormal a:hover {
  text-decoration: none;
  color: #ff6600;
}
.OrangeNormal a:active {
  text-decoration: none;
  color: #ff6600;
}




.OrangeFett a:link {
  text-decoration: none;
  color: #ff6600;
    font-weight: bold;
}
.OrangeFett a:visited {
  text-decoration: none;
  color: #ff6600;
    font-weight: bold;
}
.OrangeFett a:hover {
  text-decoration: none;
  color: #ff6600;
    font-weight: bold;
}
.OrangeFett a:active {
  text-decoration: none;
  color: #ff6600;
    font-weight: bold;
}



.OrangeKursiv a:link {
  text-decoration: none;
  color: #ff6600;
  font-style: italic;
}
.OrangeKursiv a:visited {
  text-decoration: none;
  color: #ff6600;
  font-style: italic;
}
.OrangeKursiv a:hover {
  text-decoration: none;
  color: #ff6600;
  font-style: italic;
}
.OrangeKursiv a:active {
  text-decoration: none;
  color: #ff6600;
  font-style: italic;
}


/* 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: #ff6600;
  text-decoration: none;
}

.BottomNav a:active {
  margin-left:10px;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #ff6600;
  text-decoration: none;
}