/* @override http://vcheat/headmin/headmin.css */

html, body {
  background-color: white;
  font-family: Helvetica, Arial, Sans-Serif;
  line-height: 1.5em;
}

#logo {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 218px;
  height: 80px;
  background: url(logo.png) no-repeat;
}

h1 {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  background: url(sternchen.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 16px;
  padding-top: 10px;
}

h1.plus {
/*  background-image: url(open.gif); */
}

h1.minus {
/*  background-image: url(close.gif); */
}

ul {
  padding-left: 16px;
}

em {
  font-weight: bold;
}

a, a:visited {
  color: #666699;
  text-decoration: none;
}

a:hover {
  color: #666699;
  text-decoration: underline;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#container {
  width: 810px;
}

#col1, #col2 {
  width: 400px;
}

#col1 {
  float: left;
}

#col2 {
  float: right;
}

.content {
  margin-top: 40px;
  width: 400px;
  min-height: 10px;
  background-color: white;
  z-index: 10;
  opacity: 0.9;
}

.content ul {
  display: none;
}

#footer {
  position: absolute;
  z-index: -5;
  bottom: 0px;
  font-size: 80%;
  width: 810px;
  line-height: 1.4em;
}

#address {
  width: 400px;
  float: left;
}

#login {
  width: 400px;
  float: right;
}

#loginform {
  display: none;
}

#login_form select, #login_form input {
  width: 10em;
  margin-bottom: .5em;
}

#password-clear {
  display: none;
}

.script {
  display: none;
}

.noscript {
  display: block;
}
