body, h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
}
p { margin-bottom: 3px; }
h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
  font-size: 10pt;
}
body {
  background: url('/image/bg.png');
  background-repeat: repeat-x;
}
img { border: 0px; }
body, td {
  font-family: 'Verdana';
  font-size: 9pt;
}
a { color: #f26522; }
.text-medium {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid gray;
  padding: 5px;
}
.text-medium textarea {
  border: 0;
  width: 100%;
}
input[type=text], input[type=submit], input[type=button], input[type=password] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid gray;
  padding: 5px;
  font-size: 8pt;
  font-family: verdana;
}
.success {
  background: #cbffd1;
  border: 1px solid #63d872;
  color: #2f7038;
}
.error {
  background: #f8c9c9;
  border: 1px solid #ee9b9b;
  color: #864d4d;
}
.error, .success {
  font-size: 8pt;
  padding: 3px;
  margin-bottom: 4px;
}
.orangeline {
  border-bottom: 2px solid #f26522;
  margin-bottom: 3px;
}
.orangeline .signatur { font-size: 8pt; }
#top_content {
  background: url('/image/topspace.png');
  background-repeat: repeat-x;
  height: 214px;
}
#top_content #top_logo {
  margin: 0 auto;
  height: 214px;
  width: 1029px;
  background: url('/image/toplogo.png');
}
#top_content #top_logo #menu { padding-top: 30px; }
#top_content #top_logo #menu ul { list-style: none; }
#top_content #top_logo #menu ul li {
  float: left;
  font-size: 11pt;
  margin-right: 20px;
}
#top_content #top_logo #menu ul li ul {
  position: absolute;
  visibility: hidden;
  background-color: #ffffff;
  min-width: 150px;
  border: 1px solid #c0c0c0;
  border-top: 0;
}
#top_content #top_logo #menu ul li ul li {
  margin-left: 0px;
  line-height: 24px;
  float: none;
  display: inline;
}
#top_content #top_logo #menu ul li ul a {
  border-top: 1px solid #c0c0c0;
  width: auto;
  line-height: 24px;
  font-size: 9pt;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
#top_content #top_logo #menu ul li a {
  color: #7d538d;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
#top_content #top_logo #menu ul li a:hover { color: #f26522; }
#middle_content {
  margin: 0 auto;
  width: 1029px;
}
#middle_content #content {
  background: #ffffff;
  margin-right: 35px;
}
#middle_content .header {
  font-family: 'Lucida Grande';
  font-size: 10pt;
  color: #5c2871;
  text-transform: uppercase;
  font-weight: lighter;
  margin-bottom: 6px;
}
#middle_content .headerorange {
  font-family: 'Lucida Grande';
  font-size: 10pt;
  color: #5c2871;
  text-transform: uppercase;
  font-weight: lighter;
  margin-bottom: 6px;
}
#middle_content .headerorange { color: #f26522; }
#middle_content .w170 { width: 170px; }
#middle_content .w506 { width: 506px; }
#middle_content .box {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  margin-bottom: 18px;
  text-align: left;
}
#middle_content .boxpadding { padding: 5px; }
#footer {
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}
#footer a {
  color: gray;
  text-decoration: none;
}
#footer a:hover { color: #f26522; }
