/*////////////////////////////////////////////////////////////////////////////////
// 
// Allgemein
*/

a {text-decoration: none;}
a:link {color: #000080}
a:visited {color: #000080}
a:hover {color: #000080}
a:active {color: #808080}

IMG {
	border-width: 0px;
}

HR {
  height: 1px;
  color: #778E9E;
}

P {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #336699;
}

/*////////////////////////////////////////////////////////////////////////////////
// 
// Arbeitsbereich
*/

BODY {
  background-image: url('images/bgr_points.gif');
  text-align: center;
}

#Page {
  margin: auto;
  border: #778E9E 1px solid;
  background-color: #FFFFFF;
  text-align: left;
}

#Banner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #778E9E;
}

#Buttons {
  position: relative;
  left: 0px;
  top: 0px;
  width:100%;
  height: 23px; 
  background-color: #778E9E;
}

#Menu {
  float: left;
  position: relative;
  top: 0px;
  height: 100%;
  border-right: #778E9E 1px solid;
  background-color: #CCDAE3;
}

#Content {
  float: right;
  position: relative;
  top: 0px;
  height: 100%;
  overflow: auto;
}

/*////////////////////////////////////////////////////////////////////////////////
// 
// Banner
*/

#Banner_Thunder {
  position:absolute;
  left: 0px;
  top: 0px;
  width: 235px;
  height: 60px;
  background-image: url('images/banner/bgr_thunder.jpg');
  background-repeat: no-repeat;
}

#Banner_Gradient {
  position:absolute;
  left: 235px;
  top: 0px;
  width: 120px;
  height: 60px;
  background-image: url('images/banner/bgr_verlauf.jpg');
  background-repeat: no-repeat;
}

#Banner_Logo {
  position:absolute;
  right: 40px;
  top: 16px;
  width: 200px;
  height: 44px;
  background-image: url('images/banner/img_vbxtreme.jpg');
  background-repeat: no-repeat;
}

/*////////////////////////////////////////////////////////////////////////////////
// 
// Buttons
*/

#Workspace {
  position: relative;
  left: 0px;
  top: 0px;
  height: 800px;
}


/*////////////////////////////////////////////////////////////////////////////////
// 
// Menü
*/

H5.Menu_Group {
  font-family: Verdana, Arial, Sans-Serif;
  margin: 4px;   
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: #EFEFD6 1px solid;
  color: #EFEFD6;
  background-color: #7FA1BC;
}

P.Menu_Option  {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  margin-left: 15px;
  margin-top: 4px;
  margin-bottom: 2px;
}


/*////////////////////////////////////////////////////////////////////////////////
// 
// Arbeitsbereich / Hintergründe
*/

#Inhalt {
  position: absolute;
  text-align: justify;
  left: 120px;
  top: 140px;
  width: 540px;
  height: auto;
}

#Index {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('images/bgr_index.jpg');
  background-repeat: no-repeat;
}

#Software {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('images/bgr_software.jpg');
  background-repeat: no-repeat;
}

#Database {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('images/bgr_database.jpg');
  background-repeat: no-repeat;
}

#Internet {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('images/bgr_internet.jpg');
  background-repeat: no-repeat;
}

#Agb {
  display: Inline;
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('images/bgr_agb.jpg');
  background-repeat: no-repeat;
}

/*////////////////////////////////////////////////////////////////////////////////
// 
// Inhalt
*/

P.TextHeadline {
  font-size: 15px;
  font-weight: bold;
  text-align: justify;
  color: #003366;
}

P.Text {
  text-align: justify;
  line-height: 1.3em;
}

P.TextFett {
  font-weight: bold;
  text-align: justify;
  color: #003366;
}

P.TextLink {
  font-weight: bold;
  text-align: right;
  color: #003366;
}

LI.Text {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #336699;
  line-height: 1.5em;
}

TD.Text {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  line-height: 1.3em;
}

TD.TextFett {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
}

TD.Logo {
  width: 33%;
  text-align: center;
}  

#Login {
  margin: auto;
  position: relative;
  top: 200px;
  width:300px;
  border: #778E9E 2px solid;
  background-color: #efefef;
}

#Login_Headline {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 14px;
  height: 23px;
  padding-top: 3px;
  color: #EFEFD6;
  font-weight: bold;
  background-image: url('images/bgr_headline.gif');
  margin: 2px;
}

#Login_Input {
  border: #778E9E 1px solid;
  margin: 2px;
}

Input.Login {
  margin-left: 10px;
  margin-right: 10px;
}  