/* Author: GodaCon - Thorolf Godawa */
/* Date: 2007-06-28 */

body {
  color: black; background-color: #bbbec3;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; padding: 1em 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
}

/* allg. Boxdefinition fuer alle Seiten */

div#Seite {
  position: relative;
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 790px; height:563px;
  padding: 0;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  background: #bbbec3;
  z-index: 1;
}
html>body div#Seite {
  border-color: #bbbec3;  /* Farbangleichung an den Internet Explorer  */
}

/* Boxdefinition fuer E-Mail-Seite */

div#Seite_EM {
  position: relative;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 400px; height: 140px;
  padding: 0;
  background: #bbbec3;
  z-index: 1;
}
html>body div#Seite_EM {
  border-color: #bbbec3; /* Farbangleichung an den Internet Explorer  */
  z-index: 1;
}


/* Boxdefinition fuer Kopf */

div#Kopfzeile {
  position: relative;
  top: 0; left: 0;
  text-align: right;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 790px; height: 99px;
  padding: 0;
  background: #bbbec3 url(images/skateline_header.jpg) no-repeat;
  z-index: 2;
}
* html div#Kopfzeile {  /* nur fuer Internet Explorer */
  top: 3;       /* Version 5.x */
  t\op: 3;      /* Version 6 */
}


/* allg. Formatdefinition */

div#Inhalt {
  position: relative;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  width: 790px; height:393px;
  margin: 0 0 0 0;
/*  overflow: auto; */
  color: #000000; background: #bbbec3;
  font-size: 0.83em;
  font-size: 0.90em;
  line-height: 1.2em;
  z-index: 2;
}
div#Inhalt h1 {
  font-size: 1.2em;
  margin: 0.2em 0;
  color: #000000;
}
div#Inhalt h2 {
  font-size: 1.0em;
  margin: 0.2em 0;
  color: #ffffff;
}
div#Inhalt h3 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0.2em 0;
}
div#Inhalt p {
  font-size: 1.0em;
  margin: 1em 0;
}
div#Inhalt a:link {
  text-decoration: none;
  font-size: 1.0em; font-weight: normal;
  background-color: transparent;
  list-style: none;
  color: #ffffff;
}
div#Inhalt a:visited {
  text-decoration: none;
  font-size: 1.0em; font-weight: normal;
  background-color: transparent;
  color: #ffffff;
}
div#Inhalt a:hover {
  text-decoration: none;
  font-size: 1.0em; font-weight: normal;
  background-color: transparent;
  color: #ffa039;
}
div#Inhalt a:active {
  text-decoration: none;
  font-size: 1.0em; font-weight: normal;
  background-color: transparent;
  color: #ffffff;
}
div#Inhalt span {
  font-weight: bold;
}


/* Formatdefinition fuer email.htm */

div#Inhalt_EM {
  position: relative;
  margin: 0em;
  color: #000000; background: #bbbec3;
  font-size: 0.90em;
  line-height: 1.2em;
  z-index: 2;
}
div#Inhalt_EM a:link {
  text-decoration: none; font-weight: normal;
  color: #ffffff; background-color: transparent;
}
div#Inhalt_EM a:visited {
  text-decoration: none; font-weight: normal;
  color: #ffffff; background-color: transparent;
}
div#Inhalt_EM a:hover {
  text-decoration: none; font-weight: normal;
  color: #ffa039; background-color: transparent;
}
div#Inhalt_EM a:active {
  text-decoration: none; font-weight: bold;
  text-decoration: none; font-weight: normal;
  color: #ffffff; background-color: transparent;
}
div#Inhalt_EM span {
  font-weight: bold;
}


/* Home */

div#Inhalt_Home_Bild {
  position: relative;
  top: 0px; left: 0px;
  width: 790px; height: 393px;
  margin: 0 0 0 0;
  padding: 0;
  background: transparent;
}

div#Inhalt_Home_Text {
  position: absolute;
  top: 320; left: 0px;
  width: 790px; height: 50px;
  margin: 0 0 0 0;
  padding: 0;
  text-align:center;
  font-size: 1.2em; font-weight: normal;
  color: #ffffff; background: transparent;
  z-index:4;
}


/* DVDCD */

div#Inhalt_DVDCD_Text {
  position: relative;
  top: 10; left: 10px;
  width: 780px; height: 373px;
  margin: 0 0 0 0;
  overflow: auto;
  padding: 0;
  background: transparent;
  z-index:4;
}

div#Inhalt_DVDCD_Text td.dvdcd_col1 {
  width: 100px;
  vertical-align:top; text-align:left;
  font-size: 0.90em; font-weight: normal;
}
div#Inhalt_DVDCD_Text td.dvdcd_col2 {
  vertical-align:top; text-align:left;
  font-size: 0.90em; font-weight: normal;
}


/* Video */

div#Inhalt_Video {
  position: relative;
  top: 10; left: 10px;
  width: 780px; height: 373px;
  margin: 0 0 0 0;
  overflow: auto;
  padding: 0;
  background: transparent;
  z-index:4;
}
div#Inhalt_Video td.kopf {
    vertical-align:middle; text-align:left;  background-color:#ff0000;
}
div#Inhalt_Video td.design {
  vertical-align:middle; text-align:left; background-color:#000000;
  font-family:Helvetica,Arial,sans-serif;
}
div#Inhalt_Video td.col1 {
  vertical-align:middle; text-align:left;
  font-size: 0.90em; font-weight: normal;
}
div#Inhalt_Video td.col2 {
    width: 10%;
    vertical-align:middle; text-align:center;
  font-size: 0.90em; font-weight: normal;
}
div#Inhalt_Video td.col3 {
    width: 10%;
    vertical-align:middle; text-align:center;
  font-size: 0.90em; font-weight: normal;
}
div#Inhalt_Video span {
  font-size: 1.0em;
  font-weight: normal;
  color: #555555;
}
div#Inhalt_Video_FLV {
  position: relative;
  top: 25px; left: 10px;
  width: 320px; height: 272px;
  margin: 0 0 0 0;
  clear: left; float: left;
  padding: 0;
  background: transparent;
  z-index:4;
}
div#flowplayerholder {
  position: relative;
  top: 0px; left: 0px;
  width: 320px; height: 40px;
  text-align: center;
  background: red;
}
div#Inhalt_Video_FLV_Text {
  position: relative;
  top: 15px; left: 10px;
  width: 320px; height: 53px;
  margin: 0 0 0 0;
  clear: left; float: left;
  padding: 0;
  text-align: center;
  background: transparent;
  z-index:4;
}
div#Inhalt_Video_Text {
  position: relative;
  top: 10px; left: 30px;
  width: 430px; height: 330px;
  margin: 0 0 0 0;
  overflow: auto;
  padding: 0;
  background: transparent;
  z-index:4;
}

div#Inhalt_Video_Text td.video_col1 {
  width: 120px;
  vertical-align:top; text-align:left;
  font-size: 0.90em; font-weight: normal;
}
div#Inhalt_Video_Text td.video_col2 {
  vertical-align:middle; text-align:left;
  font-size: 0.90em; font-weight: normal;
}


/* Links */

div#Inhalt_Links_Text {
  position: relative;
  top: 10; left: 10px;
  width: 780px; height: 373px;
  margin: 0 0 0 0;
  overflow: auto;
  padding: 0;
  background: transparent;
  z-index:4;
}
div#Inhalt_Links_Text td.links_col1 {
  width: 42%;
  vertical-align:middle; text-align:left;
  font-size: 0.90em; font-weight: normal;
}
div#Inhalt_Links_Text td.links_col2 {
  width: 58%;
  vertical-align:middle; text-align:left;
  font-size: 0.90em; font-weight: normal;
}


/* Kontakt */

div#Inhalt_Kontakt_Bild {
  position: relative;
  top: 0px; left: 0px;
  width: 790px; height: 393px;
  margin: 0 0 0 0;
  padding: 0;
  background: transparent;
}

div#Inhalt_Kontakt_Text {
  position: absolute;
  top: 30px; left: 50px;
  height: 330px; width: 340px;
  margin: 0 0 0 0;
  overflow: auto;
  padding: 0;
  color: #ffffff; background: transparent;
  z-index:4;
}




#content_construct_pic {
  position:fixed;
  top:110; left:210; right:0;
  height:37px; width: 505px;
  background: transparent url(images/underconstr.gif) no-repeat;
  z-index:4;
}






/* Boxdefinition fuer Nav. */

#Nav {
  position: relative;
  text-align: center;
  top: 15px; left: 0px;
  width: 790; height: 20px;
  font-size: 1.25em;
  font-weight: normal;
  padding: 0;
  background:transparent;
  z-index: 3;
}

/* Formatdefinition fuer Haupt-Nav. */

ul#Navigation {
  margin: 0; padding: 0;
  background:transparent;
}
ul#Navigation li {
  margin: 0.1em; padding: 0;
  display: inline;
  list-style: none;
}
ul#Navigation a, ul#Navigation span {
  padding: 0.2em 1em;
  border: 0;
  color: #ffffff; background-color: transparent;
}
* html ul#Navigation a, * html ul#Navigation span {
  width: 1em;    /* nur fuer IE 5.0x erforderlich */
  w/idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
}
ul#Navigation span {
  vertical-align:middle;
  text-decoration: none;
  color: #ffa039; background-color: transparent;
}
ul#Navigation a:link {
  vertical-align:middle;
  text-decoration: none;
  color: #ffffff; background-color: transparent;
}
ul#Navigation a:visited {
  vertical-align:middle;
  text-decoration: none;
  color: #ffffff; background-color: transparent;
}
ul#Navigation a:hover {
  vertical-align:middle;
  text-decoration: none;
  color: #ffa039; background-color: transparent;
}
ul#Navigation a:active {
  vertical-align:middle;
  text-decoration: none;
  color: #ffffff; background-color: transparent;
}


/* Boxdefinition fuer Fuss */

div#Fusszeile {
  position: relative;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  width: 790px; height: 72px;
  padding: 0;
  background: #bbbec3 url(images/skateline_bottom.jpg) no-repeat;
  z-index: 2;
}

