/*main.css*/

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

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

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

h1 { font-size: 1.5em; text-align: center; font-weight:bold;}
h2 { font-size: 1.1em; text-align: center; font-weight:bold; color: black; background-color: yellow;}
h3 { font-size: 1.1em; text-align: center; color: yellow; background-color: #888888;}
h4 { font-size: 1.0em; text-align: center; color: black; }
h5 { font-size: 0.9em; text-align: center; color: yellow; background-color: #888888;}
h6 { font-size: 0.8em; text-align: center; color: black; }

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

a:hover {
  color: black;
  text-decoration: underline;
}

a:visited {
  color:  #555555;
}

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

#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/speaker-s.jpg);
  background-repeat: repeat;
  background-color: #001111;
  color: black;
}

#bevelmenu{
  float: none;
  width: 98%;
  height: 18px;
  padding: 2em 2em 1em 1em;
  margin: 1em 1em 1em 1em;
  background-color: transparent;
  font: 0.7em  arial, sans-serif;
  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: black;
  background-color: #ffffff;
  border: none;
}

#bevelmenu li a:hover {
  color: #ffffff;
  background-color: black;
}

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

#Form {
  position: static;
  float: none;
  width: auto;
  margin:1em 1em 1em 1em;
  border: 1px solid;
  padding: 1em 1em 1em 1em;
  background: #ffffff;
  background-image:url(../images/mail.png);
  background-position:top;
  background-repeat: no-repeat;
}

#PageContent {
  margin: 1em 1em 1em 1em;
  border: none;
  padding: 1em 1em 1em 1em;
  font-size:80%;
  text-align:left;
  background-color: #323232;
}

#Links{
  text-align: center;
  font-size: 85%;
}

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

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

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

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

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

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

.ac {
  color: yellow;
  text-decoration: underline;
  font-weight: bold;

}
.alignc {
  text-align:center;
}

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

.produkt-start{
  width: 100%;
  margin: auto;
  text-align:center; 
}

.produkt{
  width: 100%;
  margin: auto;
}

.preis {
  text-align:center;
  vertical-align:middle;
  background: transparent;
  border:gray; 
  border-style: outset;
  border-collapse: inherit;
  width: 100%;
  margin: auto;
  padding: 5px;
  table-layout: fixed;
}

.preis td {
  border:gray;
  border-style: groove;
}

.thumbnail{
  position: relative;
  z-index: 0;
}

.thumbnail:hover{
  background-color: transparent;
  z-index: 50;
}

.lethumb {
 float: left;
 position: static;
 padding: 0em 1em 0 1em;
}

.rithumb {
 float:right;
 position: static;
 padding: 0.5em 0em 0.5em 0.5em;
 font-size:x-small;
}

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