/*main.css*/

html, body { 
  width: 100%; 
  height: 100%; 
}

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: Lucida, Arial, Helvetica, Helv, sans-serif;
}

h1, h2, h3, h4 {
  color: #ddff00;
  font-style: normal;
}

h1 { font-size: 1.8em; text-align: center; font-weight: bold; color: #ffc100;}
h2 { font-size: 1.2em; text-decoration: none; text-align: center; color: #ffc100;}
h3 { font-size: 1.0em; color: #ffc100; }
h4 { font-size: 0.8em; text-align: center; }

a {
  color: #ddff00;
  text-decoration: none;
}

img {
  border-style: none;
}

#intro {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
  font-size: x-small;
  color: #ffc100;
}

#outro {
  width: 100%;
  margin: 1em 0 0 0;
  padding :0;
  text-align: center;
  font-size: x-small;
  color: #ffc100;
}

#container {
  width: 95%;
  min-height: 90%;
  height: auto !important; /* moderne Browser */
  height: 100%; /* IE */
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  padding: 1em 1em 1em 1em;
  background-image: url(../pics/);
  background-repeat: repeat;
  background-color: #000000;
  color: #ffffff;
}

#PageContent {
  margin: 0 0 0 0;
  border: none;
  padding: 1em 1em 1em 1em;
  font-size: 13px;
  text-align: center;
  background-color: #000000;
  color: #ffc100;
}

#bevelmenu{
  float: none;
  width: 98%;
  height: 18px;
  padding: 1em 1em 1em 1em;
  margin: 1em 1em 1em 1em;
  background-color: transparent;
  font: 0.7em  arial, sans-serif;
  color: #ffc100;
  font-weight:bold;
  text-align: right; /*set value to "right" for example to align menu to the right of page*/
}

#bevelmenu li {
  list-style: none;
  display: inline;
}

#bevelmenu li a {
  padding: 3px 0.5em;
  text-decoration: none;
  color: #ffc100;
  border: none;
}

#bevelmenu li a:hover {
  color: #ffc100;
  text-decoration: underline;
}

#bevelmenu li a:active { /* Apply mousedown effect only to NON IE browsers */
  border-style: inset;
}

#Links{
  text-align: right;
  font-size: x-small;
}

#Links li {
  list-style: none;
  display: inline;
}

#Links li a {
  padding: 0;
  text-decoration: none;
  color: yellow;
}

#Links a:hover {
  color: black;
  background-color: #ffc100;
  border-style: outset;
}


#Logo {
  border: none;
  text-align: center;
}

#PageFooter {
  position: relative;
  bottom: 0;
  padding: 0;
  font-size: 7pt;
  font-weight: normal;
  text-align: center;
  color: #ffc100;
}

.subheader {
  font-size: 80%;
  font-weight: normal; 
  text-align: center;
}