body {
  color:#111;
  background-color: #e9e1bd;
  background: -moz-linear-gradient(left, #e9e1bd, #eeeedd);
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  line-height:16px;
  margin:10px;
  padding:0px;
  width:802px;
}

h2 {
  font-size:14px;
  margin-top:18px;
}

form {
  background-color: #e9e1bd;
  -moz-box-shadow: 3px 4px 4px #ccc;
}

input, textarea {
  border: 1px solid #686868;
  font-size: 11px;
  margin:0;
  padding:2px;
}

input.kontakt {
  width: 420px;
}
input.plz {
  width: 40px;
  margin-right: 5px;
}
input.ort {
  width: 369px;
}

input[type="submit"] {
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 7px;
  background-color: #e0e0e0;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #e8e8e8;
}

legend {
  font-weight: bold;
}

ul.navigation {
  border-bottom: 1px solid #686868;
  margin:15px 0 0 0;
  padding:0 1px 7px 0;
}

ul.navigation li {
  font-weight: bold;
  font-size: 11px;
  line-height:15px;
  border: 1px solid #686868;
  padding: 7px;
  margin: 0 0 0 -1px;
  background-color: #e0e0e0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  display:inline;
  list-style:none outside none;
}

ul.navigation li:hover {
  background-color: #e8e8e8;
}

ul.navigation li a {
  text-decoration: none;
  color: #000;
}

ul.navigation li.highlight a {
  color: #322;
}

ul.navigation li.highlight {
  font-size:12px;
  background-color: transparent;
  padding: 10px 6px 7px 6px;
  margin: 0 0 -2px -1px; 
  border-bottom-color: #e9e1bd;
}

.error {
  color: red;
}

.notice {
  color: green;
}

.light {
  background-color: #f0f4d6;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.footer, .footer a {
  margin-top: 15px;
  font-size: 95%;
  color:#686868;
}

div.admin {
  margin-left:10px;
  cursor:pointer;
  width:16px;
  height:16px;
  background:url(../static/unlock.png);
  float:left;
}

div.admin.readonly {
  background:url(../static/lock.png);
}

