/* Basics */
html, body {
  margin: 0;
  padding: 0;
  
  height: 100%;
  width: 100%;
  
  background-color: #efefef;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a:active, a:link, a:visited, a:hover {
  text-decoration: underline;
  color: #330000;
}

a:hover {
  text-decoration: none;
}

input, textarea {
  border: none;;
  background-color: #FFFFFF;
  padding: 1px;
  margin: 0;
}

.radio {
  border: none;
  background: transparent;
}

.formtable tr td {
  padding: 2px 20px 3px 0;
  vertical-align: top;
}

.formtable tr .d {
  width: 140px;
  padding-top: 5px;
}

/* Styles */
.blue {
  color: #000000;
}

.brown {
  color: #000000;
}

.bold {
  font-weight: bold;
}

a.assistbtn:active, a.assistbtn:link, a.assistbtn:visited, a.assistbtn:hover {
  display: block;
  background-color: #EFFFEF;
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  text-decoration: none;
  padding: 2px 0 2px 11px;
}

a.assistbtn:hover {
  background-color: #BBEE66;
  border-right: 1px solid #bbee66;
color: #ff7700;
}

.assistactive {
  display: block;
  background-color: #bbee66;
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #bbee66;
  text-decoration: none;
  color: #ff7700;
  padding: 2px 0 2px 11px;
}

/* GUI-Elements */


#banner_top {
	left: 18px; position: absolute; top: 0px;
}

#banner_right {
	left: 813px; position: absolute; top: 96px;
}


#head {
  position: absolute;
  left: 18px;
  top: 10px;
  text-align: right;
}

#headmenu {
  position: absolute;
  left: 570px;
  top: 80px;
  width: 230px;
  text-align: right;
}

#langSelect {
  position: absolute;
  left: 563px;
  top: 108px;
  width: 249px;
  text-align: right;
}

#headmenu a:active, #headmenu a:link, #headmenu a:visited, #headmenu a:hover {
  color: #000000;
}

#menu {
  position: absolute;
  left: 18px;
  top: 108px;
  width: 180px;
  padding: 20px 0 0 12px;
}

#menu #menulinks {
  line-height: 17px;
}

#menu a:active, #menu a:link, #menu a:visited, #menu a:hover {
  color: #ff7700;
}

#mailsend {
  width: 172px;
  background-color: #BBEE66;
  margin-top: 3px;
  text-align: right;
}

#partnerbox {
  border-top: 1px solid #ff7700;
  padding-top: 10px;
  padding-bottom: 10px;
}

#partnerbox, #partnerbox * {
  color: #000000;
  font-size: 9px;
}

#partnerbox a:active, #partnerbox a:link, #partnerbox a:visited, #partnerbox a:hover {
  color: #ff7700;
  font-size: 13px;
}

#content {
  position: absolute;
  left: 241px;
  top: 120px;
  width: 570px;
  padding: 20px 0 0 0;
}

#proceed {
  width: 570px;
  background-color: #3F1916;
  margin-top: 3px;
  text-align: right;
}

#proceed a:active, #proceed a:link, #proceed a:visited, #proceed a:hover {
  color: #ff5500;
}

#footer {
  margin-top: 35px;
  margin-bottom: 50px;

  padding-top: 8px;
  
  border-top: 1px solid #BBEE66;
}

#footer {
  color: #AAAAAA;
}

#footer, #footer * {
  font-size: 10px;
}

#footer a:active, #footer a:link, #footer a:visited, #footer a:hover {
  color: #0A0A0A;
}

/* Checkbox und Radio */
a.checkbox:active, a.checkbox:link, a.checkbox:visited, a.checkbox:hover {
  text-decoration: none;
}