
/*
*************************************************
**  Base style for Zeppelin Internet Services  **
**  FileName:    zis.css                       **
**  Version:     2003.02.20.01                 **
*************************************************
*/



/*********************
**                  **
** General Elements **
**                  **
*********************/

a {
  color: #000000;
  background: transparent;
  text-decoration: underline;
  border: 0px;
}

a:visited { 
  color: gray;
  background: transparent;
  text-decoration: underline;
  border: 0px;
}

body {
  position: absolute;
  min-width: 600px;
  width: 100%;
  height: 100%;
  top: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  background: #FFFFFF;
  font: small Helvetica,Verdana,Arial,Serif;
  color: #8B0000;
}

#header {
  background: #FFFFFF url(../images/ZeppelinInternetServices_Topbar.png) repeat-x;
  width:100%;
  z-index: 1;
}

#Z {
  width: 122px;
}

#InternetServices { 
  vertical-align: top;
}

#topbar { 
  position: absolute;
  top: 0px;
  vertical-align: top;
  width: 120px;
  height: 97px;
  background: url(../images/ZeppelinInternetServices_Topbar.png) repeat-x;
}

#rightside { 
  width: 120px;
}

#rightside2 { 
  position:absolute;
  top: 0px;
  width: 120px;
  height: 140px;
  background: #e5e5e5 url(../images/ZeppelinInternetServices_rightLine.png) repeat-y 0px 3px; 
}

#main { 
  min-height: 60%;
}

#Sideline { 
  background: #FFFFFF url(../images/ZeppelinInternetServices_Sideline.png) repeat-y 5px 0px;
  width:2%;
}

#Sidebar {
  vertical-align: top;
  padding-top: 30px;
  width:18%;
}

#textbody { 
  vertical-align:top;
  text-align:left;
  padding-left: 10%;
  padding-right: 10%;
}

#rightMargin { 
  background: #e5e5e5 url(../images/ZeppelinInternetServices_rightLine.png) repeat-y;
  width:120px;
 }

#Footer1 {
  background: #FFFFFF url(../images/ZeppelinInternetServices_Bottomline.png) repeat-x 0px 11px;
  text-align: right;
}

#Footer2 { 
  vertical-align: top;
  width: 24px;
}

#Footer3 {
  width: 120px;
  vertical-align: top;
}

#inb0 { 
  border: 0px;
}

#inb1 {
  border: 0px;
  z-index: 2;
}

#about {
  border: 0px;
}

#services {
  border: 0px;
}

#contact {
  border: 0px;
}
