/* TEXTBOXEN  */

/* Textbox  Aussen (umschließt alles)*/
#huelle{
  position		: absolute; 
  top			: 0px; 
  left			: 0px;
  height			: 100%; 
  width			: 100%;
}

body{
  color			: black;
  background-color		: #eeeeee;
  font-size		: 100.01%;
  font-family		: Helvetica,Arial,sans-serif;
  margin			: 0px;
  padding			: 0px;
  min-width		: 250px;
  width			: 100%;
  height			: 100%;
  overflow 		: hidden;
}

#Inhalt {
  position		: absolute;
  overflow-x		: hidden;
  overflow-y		: auto;
  right			: 0px;
  bottom 			: 0px;
  margin-right		: 0px;
  margin-bottom		: 0px;
  float			: left;
  top			: 240px;
  left			: 260px;
  z-index			: 2;
  
  /* Scrollbalken definieren*/
  scrollbar-3dlight-color		: #00A271;
  scrollbar-arrow-color 		: #00A271;
  scrollbar-face-color       	: #9DD2C4;
  scrollbar-track-color   		: #FFFFFF;
  scrollbar-darkshadow-color	: #00A271;
  scrollbar-highlight-color		: #FFFFFF;
  scrollbar-shadow-color		: #9DD2C4;
}

#gesamt{
  background-image		: url('../images/hintergrund_cs.png');
  background-repeat	: no-repeat;
  position	 	: absolute;
  position	 	: fixed;
  background-attachment 	: fixed;
  font-size		: 12px;
  width			: 100%;
  height			: 100%;
  margin-left		: 0px;
  list-style		: none;
  z-index			: 2;
}

#Bilderleiste{
  background-image		: url('../images/bilderleiste.png');
  background-repeat	: no-repeat;
  float			: right;
  padding			: 0px;
  position		: absolute;
  background-attachment 	: fixed;
  background-position	: top right;
  top			: -15px;
  right 			: 0px;
  width			: 100%;
  height			: 150px;
  z-index			: 2;
}

#Logo{
  background-image		: url('../images/banner-1.png');
  background-repeat	: no-repeat;
  float			: left;
  margin-left		: 0px;
  position		: absolute;
  background-attachment 	: fixed;
  background-position	: top left;
  top			: 0px;
  left			: 0px;
  width			: 100%;
  height			: 150px;
  z-index			: 3;
}

#m_oben{
  background-color		: #eeeeee;
  font-size		: 100.01%;
  font-family		: Helvetica,Arial,sans-serif;
  margin			: 0px;
  padding			: 0px;
  min-width		: 250px;
  width			: 100%;
  height			: 150px;
  z-index			: 2;

}

#m_rechts{
  background-image		: url('../images/menue_rechts.png');
  background-repeat	: no-repeat;
  float			: right;
  padding			: 0px;
  position		: absolute;
  position	 	: fixed;
  background-position	: right;
  top			: 155px;
  right			: 0px;
  width			: 100%;
  height			: 30px;
  z-index			: 3;
}

#Auto {
  background-image		: url('../images/golf.png');
  background-repeat	: no-repeat;
  float			: right;
  padding			: 0;
  position		: absolute;
  position		: fixed;
  background-position	: right;
  top			: 0px;
  right			: 0px;
  width			: 100%;
  height			: 140px;
  z-index			: 2;
}

#Zeit_HG {
  background-image		: url('../images/Zeiten_Kasten.gif');
  background-repeat	: no-repeat;
  font-size		: 12px;
  position		: absolute;
  position		: fixed;
  background-position	: left;
  top			: 375px;
  left  			: 0px;
  width			: 240px;
  height			: 164px;
  margin-left		: 0;
  list-style		: none;

}

/* Menue Links */
#m_links{
  position		: absolute;
  position	 	: fixed;
  background-color		: #78ECC4;
  background-position	: left;
  float			: left;
  padding			: 0px;
  top			: 550px;
  left			: 20px;
  width			: 180px;
  height			: 200px;
  z-index			: 1;
}

/* STATISCHE LINKS*/
div#Startseite{
  font-size		: 16px;
  font-weight		: bold;
  float			: left;
  width			: 200px;
  margin-left		: 195px;
  list-style		: none;
  position		: absolute;
  top			: 189px;
}

div#Startseite a:link {
  text-decoration		: none;
  color			: #006600;
}

div#Startseite a:visited {
  text-decoration		: none;
  color			: #006600;
}

div#Startseite a:hover {
  text-decoration		: none;
  color			: #ffffff;
}
div#Startseite a:active {
  text-decoration		: none;
  color			: #C0C0C0;
}

div#Ausbildung {
  font-size		: 16px;
  font-weight		: bold;
  float			: left;
  width			: 200px;
  margin-left		: 125px;
  list-style		: none;
  position		: absolute;
  top			: 217px;
}

div#Ausbildung a:link {
  text-decoration		: none;
  color			: #006600;
}

div#Ausbildung a:visited {
  text-decoration		: none;
  color			: #006600;
}

div#Ausbildung a:hover {
  text-decoration		: none;
  color			: #ffffff;
}

div#Ausbildung a:active {
  text-decoration		: none;
  color			: #C0C0C0;
}

div#Fahrzeuge {
  font-size		: 16px;
  font-weight		: bold;
  float			: left;
  width			: 200px;
  margin-left		: 92px;
  list-style		: none;
  position		: absolute;
  top			: 246px;
}

div#Fahrzeuge a:link {
  text-decoration		: none;
  color			: #006600;
}

div#Fahrzeuge a:visited {
  text-decoration		: none;
  color			: #006600;
}

div#Fahrzeuge a:hover {
  text-decoration		: none;
  color			: #ffffff;
}

div#Fahrzeuge a:active {
  text-decoration		: none;
  color			: #C0C0C0;
}

div#Preise {
  font-size		: 16px;
  font-weight		: bold;
  float			: left;
  width			: 200px;
  margin-left		: 75px;
  list-style		: none;
  position		: absolute;
  top			: 274px;
}

div#Preise a:link {
  text-decoration		: none;
  color			: #006600;
}

div#Preise a:visited {
  text-decoration		: none;
  color			: #006600;
}

div#Preise a:hover {
  text-decoration		: none;
  color			: #ffffff;
}

div#Preise a:active {
  text-decoration		: none;
  color			: #C0C0C0;
}

div#Team {
  font-size		: 16px;
  font-weight		: bold;
  float			: left;
  width			: 200px;
  margin-left		: 65px;
  list-style		: none;
  position		: absolute;
  top			: 300px;
}

div#Team a:link {
  text-decoration		: none;
  color			: #006600;
}
div#Team a:visited {
  text-decoration		: none;
  color			: #006600;
} 
div#Team a:hover {
  text-decoration		: none;
  color			: #ffffff;
}
div#Team a:active {
  text-decoration		: none;
  color			: #C0C0C0;
}
div#Zeit {
  margin-left		: 10px;
  min-width		: 200px;
  position		: absolute;
  top			: 395px;
}
div#Zeit h1 {
  color			: white;
  font-size		: 14px;
  margin			: 12px;
}
div#Zeit p {
  color			: white;
  font-size		: 12px;
  margin			: 12px;
}



/* Inhaltselemente formatieren*/

div#Inhalt h1 {
  font-size		: 16px;
  color			: #006600;
  margin			: 12px;
}

div#Inhalt h2 {
  font-size		: 16px;
  color			: #006600;
  margin			: 12px;
}

div#Inhalt h3 {
  font-size		: 14px;
  color			: #006600;
  margin			: 12px;
}


div#Inhalt a:link {
  text-decoration		: none;
  color			: #006600;
}

div#Inhalt a:visited {
  text-decoration		: none;
  color			: #006600;
}

div#Inhalt a:hover {
  text-decoration		: none;
  color			: #00A271;
}

div#Inhalt a:active {
  text-decoration		: none;
  color			: #C0C0C0;
}


div#Inhalt p {
  font-size		: 14px;
  margin			: 12px;
}

div#Inhalt .bodytext{
  margin 			: 10px;
}
 
div#Inhalt .align-left{
  text-align		: left;
}

div#Inhalt .align-center{
  text-align		: center;
}

div#Inhalt .align-right{
  text-align		: right;
}
  
div#Anfahrt {
  font-size		: 16px;
  font-weight		: bold;
  float			: right;
  padding			: 0;
  position		: absolute;
  position		: fixed;
  top			: 161px;
  right			: 320px;
}
div#Anfahrt a:link {
  text-decoration		: none;
  color			: #006600;
}
div#Anfahrt a:visited {
  text-decoration		: none;
  color			: #006600;
}
div#Anfahrt a:hover {
  text-decoration		: none;
  color			: #ffffff;
}
div#Anfahrt a:active {
  text-decoration		: none;
  color			: #C0C0C0;
}
div#Kontakt {
  font-size		: 16px;
  font-weight		: bold;
  float			: right;
  padding			: 0;
  position		: absolute;
  position		: fixed;
  top			: 161px;
  right			: 195px;
}
div#Kontakt a:link {
  text-decoration		:none;
  color			: #006600;
}
div#Kontakt a:visited {
  text-decoration		: none;
  color			: #006600;
}
div#Kontakt a:hover {
  text-decoration		: none;
  color			: #ffffff;
}
div#Kontakt a:active {
  text-decoration		: none;
  color			: #C0C0C0;
}
div#Impressum {
  font-size		: 16px;
  font-weight		: bold;
  float			: right;
  padding			: 0;
  position		: absolute;
  position		: fixed;
  top			: 161px;
  right			: 50px;
}
div#Impressum a:link {
  text-decoration		: none;
  color			: #006600;
}
div#Impressum a:visited {
  text-decoration		: none;
  color			: #006600;
}
div#Impressum a:hover {
  text-decoration		: none;
  color			: #ffffff;
}
div#Impressum a:active {
  text-decoration		: none;
  color			: #C0C0C0;
}

#marq{
  overflow		: auto; 
  overflow-style		: marquee; 
  white-space		: nowrap;
}

