html {
  padding: 0px;
  margin: 0px;
}

body {
	font-family : Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #4F4F45;
  SCROLLBAR-FACE-COLOR: #F3F3F1;
  SCROLLBAR-HIGHLIGHT-COLOR: #DDDDDB;
  SCROLLBAR-SHADOW-COLOR: #DDDDDB;
  SCROLLBAR-3DLIGHT-COLOR: #F3F3F1;
  SCROLLBAR-ARROW-COLOR: #4F4F45;
  SCROLLBAR-TRACK-COLOR: #FFF;
  SCROLLBAR-DARKSHADOW-COLOR: #D6D7D1;
  background-color: White;
  padding: 0px;
}


P {
	font-family : Arial, Helvetica, sans-serif;
  color: #4F4F45;
}


TD {
	font-family : Arial, Helvetica, sans-serif;
  color: #4F4F45;
  font-size: 8pt;
}

A {
	font-family : Arial, Helvetica, sans-serif;
  color: #028E83;
  font-size: 8pt;
  text-decoration:none;
}
A:hover { 
  color:#028E83; 
  text-decoration:underline; 
}

UL LI { }
OL LI { }

HR {
  height: 1px;
  border: 0px; /* Für Firefox und Opera */
  border-top: solid 1px #999;
  border-bottom: transparent;
}

HR.red  { 
  height: 1px;
  border: 0px; /* Für Firefox und Opera */
  border-top: solid 1px #940226;
  border-bottom: transparent;
}
HR.green { 
  height: 1px;
  border: 0px; /* Für Firefox und Opera */
  border-top: solid 1px #028E83;
  border-bottom: transparent;
}
HR.gray { 
  height: 1px;
  border: 0px; /* Für Firefox und Opera */
  border-top: solid 1px #DBDBDB;
  border-bottom: transparent;
}

#Main {
  position: relative;
}

#Main #Verlauf {
  position: absolute;
  top: 10px;
  left: 0px;
}

#Main #Slogan_1 {
  position: absolute;
  top: 40px;
  left: 160px;
  font-family: Arial, Sans-Serif;
  font-size: 11pt;
  color: White;
  z-index: 9;
}

#Main #Slogan_1_Shadow {
  position: absolute;
  top: 41px;
  left: 161px;
  font-family: Arial, Sans-Serif;
  font-size: 11pt;
  color: #727978;
  z-index: 8;
}

#Main #Slogan_2 {
  position: absolute;
  top: 60px;
  left: 190px;
  font-family: Arial, Sans-Serif;
  font-size: 18pt;
  color: White;
  z-index: 9;
}

#Main #Slogan_2_Shadow {
  position: absolute;
  top: 61px;
  left: 191px;
  font-family: Arial, Sans-Serif;
  font-size: 18pt;
  color: #727978;
  z-index: 8;
}

#Main #Hauptmenu {
  background-color: #016c66;
  position: absolute;
  top: 110px;
  left: 160px;
  width: 800px;
  height: 20px;
  color: White;
  z-index: 6;
}

#Main #Submenu {
  background-color: White;
  /*position: absolute;
  top: 180px;
  left: 2px;*/
  width: 140px;
  color: #016c66;
}

#Main #IS-Logo {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 20px;
  height: 100px;
  border-top: 1px solid White;
  border-left: 1px solid White;
  z-index: 7;
}

#Main #Sightline-Logo {
  position: absolute;
  top: 20px;
  left: 730px;
  width: 250px;
  height: 52px;
  z-index: 7;
}

#Main #Content {
  /*position: relative;
  top: 150px;
  left: 160px;
  width: 840px;*/
  border-left: 1px solid #c0c0c0;
  padding-left: 10px;
  color: #404040;
}

#Inhalt {
  position: relative;
  top: 150px;
}

#Ticker_Popup {
  border: 1px solid #DDDDDB;
  background-color:#F0F0EE;
  padding:10px;
  margin: 1px;
}
.Ticker_Content {
  font-size : 80%;
  background-color:#F0F0EE;
}

#Normalansicht {
  display:none;
}

#divPreview {
  font-size : 80%;
}

.border { border: 1px solid #e5e5e5; }

H1 { font-family:Arial,Helvetica,sans-serif; font-size: 180%; font-weight: bold; color:#016c66; }
H2 { font-family:Arial,Helvetica,sans-serif; font-size: 130%; font-weight: bold; color:#016c66; }
.highlight_red   { color: #ed2d24; font-weight:bold; }
.highlight_green { color: #028E83; font-weight:bold; }
.small  { font-size: 11px; }

.input_300 { font-size: 13px; color:#000; width: 300px; border: #999 1px solid; }
.input_250 { font-size: 13px; color:#000; width: 250px; border: #999 1px solid; }
.input_150 { font-size: 13px; color:#000; width: 150px; border: #999 1px solid; }
.input_80  { font-size: 13px; color:#000; width: 80px; border: #999 1px solid; }
.input_50  { font-size: 13px; color:#000; width: 50px; border: #999 1px solid; }
.txtfield  { font-family:Arial,Helvetica,sans-serif; font-size: 13px; color:#000; width: 325px; border: 1px solid #999; }

.ip { border: #999 1px solid; background-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000; }
.searchfield { border: #FFF 1px solid; background-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000; }

.btn            { 
  font-family:arial,helvetica,sans-serif; 
  font-size:13px; 
  color:#000; 
  background-color:#DBDBDB; 
  border:1px solid #DBDBDB; 
  height:20px; 
  text-decoration:none; 
  cursor:pointer; 
}

.btnOver        { 
  font-family:arial,helvetica,sans-serif; 
  font-size:13px; 
  color:#000; 
  background-color:#B3D0CB; 
  border:1px solid #B3D0CB; 
  height:20px;
  cursor:pointer; 
}

