body {
  background-color: #ffffff;
  font-size: 0.95em;
  font-family: trebuchet,arial,helvetica;
  color: #3e3d40;
  margin: 0;
  padding: 0;
}


body.portal {
  background-image: url(images/bg_portal2.gif);
  background-position: center;
  background-repeat: repeat-y;
  background-color: #fff7e0;
}

p {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  border: 1px solid #9e0000;
  font-size: 0.9em;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  color: #9e0000;
  text-decoration: none;
}

img {
  border: none;
}

table, td, th {
  width: auto;
}

table {
  width: 100%;
  font-size: 0.9em;
  margin: 0 0 20px 0;
}

.portal div#navigation {
  position: absolute;
  left: 60px;
  top: 47px;
  z-index: 3;
}

.portal div#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.portal div#navigation ul li {
  margin: 0 0 5px 0;
  padding: 0;
}

div#main {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
  z-index: 1;
  width: 950px;
  border-top: 1px solid #ffffff;
}

div#main-image {
  position: absolute;
  top: 395px;
  left: 0;
  z-index: 2;
}

div#contact {
  position: absolute;
  left: 632px;
  top: 520px;
  width: 280px;
}

div#contact h3 {
  margin: 5px 0 0 0;
}

div#contact p {
  font-size: 0.95em;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.2em;
}

div#main-text {
  position: absolute;
  top: 72px;
  left: 460px;
  width: 450px;
  background-color: #ffffff;
  z-index: 4;
  padding: 0 0 0px 10px;
  border-right: 30px solid #fdd866;
}

h3 {
  font-size: 1.0em;
  color: #6bb026;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  padding: 0;
}

p {
  font-size: 0.7em;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
  line-height: 1.6em;
}

p.bereich3 {
  margin: 0;
}

p.bereich1 a,
p.bereich1 a:link,
p.bereich1 a:visited,
p.bereich1 a:focus,
p.bereich1 a:hover,
p.bereich1 a:active {
  color: #6bb026;
  text-decoration: none;
}

p.bereich2 a,
p.bereich2 a:link,
p.bereich2 a:visited,
p.bereich2 a:focus,
p.bereich2 a:hover,
p.bereich2 a:active {
  color: #ee7f00;
  text-decoration: none;
}

p.bereich3 a,
p.bereich3 a:link,
p.bereich3 a:visited,
p.bereich3 a:focus,
p.bereich3 a:hover,
p.bereich3 a:active {
  color: #25a1d4;
  text-decoration: none;
}

div#foot {
  margin: 710px 0 0 35px;
}

input.standard {
  width: 99%;
}

textarea.standard {
  width: 99%;
  height:100px;
}

input.date {
  width: 100px;
}

input.rooms {
  width: 50px;
}

input.submit-standard {
  width: 200px;
}

input.box {
  border: none;
  width: auto;
}

span.info {
  font-style: italic;
}


