
@import url(Main.css);

body {
  font-family: lucida, arial, sans-serif;
  background-color: #FFB300;
  text-align: center;
}

#TopLine {
  display:block;
  background-color: #FFB300;
  width: 100%;
  height: 1.5em;
}

#TitleLine {
  font-size: x-large;
  color: white;
  width: 100%;
  background-color: #FF3300;
  height: 2em;
}

#PositionLine {
  font-size: small;
  color: white;
  background-color: #FFB300;
  height: 1.5em;
}

.SubmitLoginLogout{
  width: 67px;
  background-color: #FFB300;
  font-size:small;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

.InputField {
  background-color: #FFFFCC;
  color: #FF3300;
  border: none;
}

.PasswordField {
  background-color: #FFFFCC;
  color: #FF3300;
  border:none;
}

#MainMenue li {
  font-size: small;
  border-bottom: 1px solid #FFB300;
  border-left: 1px solid #FFB300;
  border-right: 1px solid #FFB300;
  list-style-type: none;
  background-color: #FFFFCC;
  width: 175px;
}

#MainMenue li:first-child {
  border-top: 1px solid #FFB300;
}

#MainMenue a {
  display: block;
  padding .3em 6px;
  color: #FFB300;
  text-decoration: none;
}
 
#MainMenue a:hover {
  color: #FFFFCC;
  background-color: #FF3300;
}
 
#ContentPage {
  background-color: #FFFFCC;
  margin-left: 182px;
  min-height: 468px;
  width: 650px;
}
 
#ContentFirstPage {
  background-color: #FFFFCC;
  margin-left: 147px;
  min-height: 468px;
  width: 685px;
}
 
#ContentInner {
  min-height: 458px;
  padding: 5px 10px;
  font-size: 11pt;
  background-color: #FFFFCC;
  /* for IE
  filter:alpha(opacity=45); */
  /* CSS3 standard
  opacity:0.45;*/
  color:black;
}

#PromoMainPage {
  float: right;
  margin-left: 5px;
  background-color: #FFFFCC;
  width: 135px;
}

#PromoStartPageLeft {
  float: left;
  margin-left: 5px;
  width: 135px;
  background-color: #FFFFCC;
  font-family: lucida, arial, sans-serif;
}

#PromoPage {
  float: right;
  margin-left: 5px;
  background-color: #FFFFCC;
  width: 135px;
  margin-bottom: 5px;
}

#Footer {
  clear: both;
  font-size: small;
  color: white;
  background-color: #FF3300;
  width: 100%;
  height: 1.5em;
  margin-top: 5px;
 }

#PromoInner * {
  margin: 0px;
  padding: 0px;
  color: #FF9933;

}

