/*main.css*/

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

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  background-image: url(images/);
  font-family: Lucida, Arial, Helvetica, Helv, sans-serif;
}

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

h1 { font-size: 1.5em; text-align:center; font-weight:bold;  text-decoration:underline;}
h2 { font-size: 1.2em; text-decoration: underline; text-align:center;}
h3 { font-size: 1.0em; text-align:center; }
h4 { font-size: 0.8em; text-align:center; }

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

img {
  border-style:none;
}

a:visited{
  color: #c0c0c0;
}

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

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

#container {
  width: 95%;
  min-height: 86%;
  height:  auto !important; /* moderne Browser */
  height: 100%; /* IE */
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  padding: 1em 1em 1em 1em;
  background-repeat: no-repeat;
  background-color: #ff0000;
  color: black;
}

#bevelmenu{
  width: 98%;
  height: 10px;
  padding: 2em 2em 2em 2em;
  margin: 1em 1em 1em 1em;
  background-color: transparent;
  font: 0.7em verdana, arial, sans-serif;
  font-weight:bold;
  color: #ff0000;
  text-align: left; /*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 1em;
  text-decoration: none;
  color: #ff0000;
  background-color: #000000;
  border: none;
}

#bevelmenu li a:hover {
  color: black;
  border-style:inset;
  background-color: #ff0000;
}

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

#PageContent {
  margin: 2em 1em 1em 1em;
  border: none;
  padding: 1em 1em 1em 1em;
  font-size:0.9em;
  text-align: center;
  color: #ffffff;
  background-color:#000000;
}

#Form {
  float: none;
  width: 54em;
  margin: 0 0 0 0;
  border: none;
  padding: 1em 1em 1em 1em;
  background: #888888;
  background-image:url(images/mail.png);
  background-position:top;
  background-repeat: no-repeat; 
}

#Links{
  text-align: center;
  font-size: 0.7em;
}

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

#Links li a {
  padding: 1px 1em;
  text-decoration: none;
  color: #ff0000;
}

#Links a:hover {
  color: black;
  background-color: #ff0000;
  border-style: ridge;
}


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

#PageFooter {
  position: relative;
  bottom: 0;
  padding: 1em;
  font-size: 0.7em;
  font-weight: normal;
  text-align: center;
  color: #ff0000;
}

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

.lethumb {
 float: left;
 position: static;
}
.rithumb {
 float:right;
 position: static;
 font-size:x-small;
}

.pic {
 margin: 1em;
 text-align: center;
 position:static;
}
