html,body {
}

body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  margin: 10px;
  padding: 0px;
}

a {
  color: #1F5093;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #1F5093;
  font-weight: bold;
  text-decoration: none;
}


h2 {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 57px;
  padding-left: 70px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  margin-top: 14px;
  margin-bottom: 14px;
}

h3 {
  background-repeat: no-repeat;
  background-position: left center;
  /*
	line-height: 57px;
	padding-left: 70px;
	*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
  margin-top: 14px;
  margin-bottom: 14px;
}

.hide {
  display: none;
}

.formbutton {
  width: 165px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #666;
  background-repeat: no-repeat;
  background-color: #666;
  cursor: pointer;
}

legend {
    color: #1F5093;
    font-weight:bold;
}

.formtextfeld {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  margin: 5px;
  padding: 2px;
  border: 1px solid #aaa;
  width: 270px;
}
.formtextfeld1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  margin: 5px;
  padding: 2px;
  border: 1px solid #aaa;
  width: 96%;
}

.formdateifeld {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  background-color: #aaa;
  margin: 5px;
  padding: 2px;
}

.errFld {
  background-color: #EFE2DA;
}

div.errMsg {
  margin-left: 200px;
  padding-left: 5px;
  font-weight: bold;
  color: #FFAAAA;
}

.imgcheckbox {
  margin: 5px;
}

.textfeld {
  background-color: #BEDDDD;
  line-height: 25px;
  margin: 0px;
  /*padding: 5px;*/
}

.clear {
  clear: both;
}

#sitedescription {
  display: none;
}

.error {
  font-weight: bold;
  color: #FF3300;
}

.highlight {
  font-weight: bold;
  color: #B6D7E5;
}

.impressumlabel {
  width: 60px;
  float: left;
}

pre {
  font-size: 12px;
}

p {
  margin-top: 15px;
  margin-bottom: 15px;
}

p.highlight {
  font-size: 18px;
  font-weight: bold;
  color: #FFF600;
  margin-top: 12px;
  margin-bottom: 12px;
}

form.formular {
  padding: 20px;
}

form.formular label {
  width: 100px;
  float: left;
  line-height: 23px;
}

form.formular li {
  padding-bottom: 5px;
}

form.formular input,form.formular select,form.formular textarea {
  display: block;
  margin-bottom: 5px;
}

form.formular .text {
  width: 150px;
  color: #666;
  padding: 4px;
  border: 1px solid #666;
  font-size: 12px;
  margin-top: 4px;
}

form.formular .button {
  border: 1px solid #666;
  padding: 4px;
  margin-top: 20px;
  float: right;
  text-decoration: none;
  color: #666;
  font-weight: bold;
}


fieldset
{
    -moz-border-radius: 4px;
    background: #fefefe;
    border: 1px solid #ddd;
}

.label {
  float:left;
  margin:5px 0;
  width:150px;
}

td.label {
  text-align: left;
  width: auto;
}

td.value {
  text-align: right;
}


