/* Reset */
* {
  margin: 0px;
  padding: 0px;
}
a img {
  border: none;
}
/* General positioning */
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow: hidden;
  font-family: verdana, sans;
}
body {
  background: #bac7d8 url(../graphics/background.jpg) repeat-x center;
}
#menu {
  position: absolute;
  top: 20px;
  left: 87px;
}
#productshot {
  position: absolute;
  bottom: 107px;
  left: -100px;  
}
#content {
  position: absolute;
  top: 85px;
  left: 370px;  
  width: 600px; 
  height: 430px; 
}
#logos {
  position: absolute;
  bottom: 165px;
  right: 100px;  
}
#buzzer_logo {
  float: left;
  margin-top: 5px;
}
#dove_logo {
  float: left;
  margin-right: 15px;
}
#bottom_menu {
  position: absolute;
  bottom: 180px;
  left: 530px;
}
#bottom_menu ul {
  display: inline;
  margin: 0px;
  padding: 0px;
}
#bottom_menu li {
  display: inline;
  margin-right: 15px;
}
#bottom_menu a {
  color: #9aa1a7;
  color: #333;
  text-decoration: none;
  font-size: 11px;
}
#mask {
  background: url(../graphics/mask.png);
}
#inner_popup {
  padding: 20px 30px;
}
#close_popup {
  background: url(../graphics/close_button.png);
  width: 30px;
  height: 29px;
  margin: 25px 25px;
  cursor: pointer;
}


#next, #prev {
  float: left;
  padding: 120px 5px 0px;
}
input.text {
  width: 162px;
  height: 18px;
  background: url(../graphics/input.png);  
  border:none;
  color: #61708f;
  font-size: 14px;
  padding: 6px 4px 5px;  
}
table.buzzee_form td {
  padding: 4px;
}
input.anmelden {
  border: none;
  padding: 0px;
  width: 127px;
  height: 50px;
  background: url(../graphics/weiter.png) no-repeat;
  cursor: pointer;
}
input.senden {
  border: none;
  padding: 0px;
  width: 127px;
  height: 50px;
  background: url(../graphics/senden.png) no-repeat;
  cursor: pointer;
}


/* Basic styling */
p, li, td, th {
  color: #61708f;
  font-size: 12px;
  line-height: 1.4em;
}
th {
  font-weight: bold;
}
div.label {
  color: #666;
  font-weight: bold;
}
p {
  margin-bottom: 20px;
}
ul {
  margin: 10px 0px;
}
#content li {
  margin-bottom: 5px;
  padding-left: 20px;
  list-style: none;
  background: url(../graphics/check.png) 0px 5px no-repeat;
}
#popup ul {
  margin-left: 20px;
}
#popup li {
  margin-bottom: 5px;
}
li.no_check {
  background: none !important;
}
#results {
  position: relative;
  overflow: hidden;
}
.result {
  position: absolute;
}
a {
  color: #61708f;
}
a img {
  border: none;
}
h1 {
  color: #0b2152;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 15px;
}
h2 {
  color: #357f72;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #023465;
  
}
h3 {
  color: #0b2152;
  color: #61708f;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
div.inactive * {
  color: #aaa;
}
td.review {
  text-align: center;
  vertical-align: middle;
  color: #666;
  font-weight: bold;
}
