@charset "utf-8";

.suma {
  margin: 0px;
  color: #fff9df;
  font-size: 1.2em;
}

body {
  background-color: #2a3947;
  color: #2a3947;
  font-family: Rosario, Arial, sans-serif;
  font-size: 1rem;
  overflow: auto;
}

.large-nav-menu {
  color: #e6ab2e;
  font-size: 120%;
}
.large-nav-sub {
  color: #e6ab2e;
  font-size: 80%;
  margin: -10px;
}
ul {
  list-style-type: none;
}

a.aItem:link {
  color: #7f8d8e;
}
a.aItem:visited {
  color: #7f8d8e;
}
a.aItem:hover {
  color:#b2c0c1;
}

.titel {
  color: #7f8d8e;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.titelPlus {
  margin-bottom: 25px;
}
.person {
  color: #7f8d8e;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.divLogoKlein {
    margin-left: -100px;
}

.divContent {
  background-color: #fff9e6;
  color: #2a3947;
  height: 850px;
  padding: 0px;
  vertical-align: bottom;
  text-align: right;
}
.divText {
  text-align: left;
  min-height: 272px;
}
.divBild {
  width:100%;
}

.divFooter {
  color: #7f8d8e;
  margin-top: 10px;
  font-size: 80%;
}

.divSpacer {
  margin-top: 25px;
}
.divUeberUns {
   text-align: center;
   vertical-align: top;
}
.divUeberUnsSpacer {
  margin-top: 15px;
}

p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.pBestellung {
  margin-left: 0px;
  margin-top: 30px;
}
.btnSend {
  margin-top: 25px;
}
