/****** Container ******/
html, body {
  background-color: #EDE7D0;
  background-image: url(../images/bg.png);
  font-family: Georgia, Verdana, Arial, 'Times New Roman', serif;
  color: #3D2C1E;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  height: 100%;
}

div#full-frame {
  height: 100%;
  text-align: center;
  width: 740px;
  margin: 0 auto;
}

div.stroke {
  float:left;
  height: 71%;
  width: 1px;
  background-image: url(../images/stroke.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

div#line {
  height: 1px;
  max-height: 1px;
  width: 200px;
  background-image: url(../images/dot.jpg);
  font-size: 0pt;
}

.line {
  height: 1px;
  max-height: 1px;
  width: 200px;
  background-image: url(../images/dot.jpg);
  font-size: 0pt;
  margin: auto 0;
}

div#header-frame {
  background-color: #ffffff;
  color: inherit;
  float: left;
  width: 575px;
  height: 198px;
  margin-bottom: 0px;
}

div#descr-frame {
  background-color: #ffc43c;
  background-image: url(../images/bg.png);
  color: inherit;
  float: left;
  width: 157px;
  max-width: 157px;
  height: 100%;
}

div#main-spec {
  height: 80%;
  width: 560px;
}

div#main-frame {
  background-color: #ffffff;
  color: inherit;
  min-height: 75%;
  width: 575px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  float: left;
  border-bottom: 1px solid #490408;
}

* html #main-frame { height:70%; } /* nur für IE 5.5 - 6.x */
html + body #main-frame { height:70%; } /* nur vom IE 5.0 */

/****** End Container ******/

/******* Begin Text Definitions ******/

h1,h2,h3,h4,h5,p {
  padding-left: 15px;

}

h1,h2,h3,h4 {
  color: #702719;
  background-color: inherit;
}

h1,h2,h3 {
    font-weight: 100;
}

div.right {
  padding-right: 70px;
}

h1 {
  font-size: 16pt;
}

h2 {
  font-size: 14pt;
  text-align: center;
}

h3 {
  font-size: 13pt;
  text-align: center;
  margin-bottom: 0.2em;
}

h4 {
  font-size: 15pt;
  font-weight: 200;
  padding-right: 25px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 7px;
  text-align: right;
}

p {
  font-size: 11pt;
  color: #3D2C1E;
  padding-right: 10px;
  text-align: justify;
  background-color: transparent;
}

a {
  text-decoration: none;
  color: #702719;
}

a:hover {
  text-decoration: underline;
}

.pdf {
  text-transform: uppercase;
  font-size: 8pt;
  text-align: center;
}

p#Levy, ul#descr {
  color: #3D2C1E;
  background-color: transparent;
}

p#Levy {
  padding-left: 10px;
  font-size: 11pt;
  text-align: left;
}

ul#descr {
  font-size: 9pt;
  list-style-position: outside;
  margin-left: 5px;
  padding-left: 17px;
  text-align: left;
}

div#zitate {
  background-image: url(../images/zit.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  margin: auto 0;
  width: auto;
}

div#logo-kontakt {
  float: left;
  margin-left: 40px;
  padding-left: 0px;
  margin-right: 10px;
}

div#kontakt {
  margin: 0 auto;
  clear: left;
}

.zit-small {
  font-size: 8pt;
  text-align: right;
}

.zit {
  background-color: inherit;
  font-size: 12pt;
  font-weight: 200;
  color: #702719;
  text-align: justify;
}

div#spec {
  width: 573px;
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10pt;
  color: #81603E;
  background-color: inherit;
}

.list {
  text-align: justify;
  margin-right: 30px;
  margin-left: 20px;
  padding-left: 20px;
  font-family: Georgia, Verdana, Arial, 'Times New Roman', serif;
  font-size: 11pt;
  color: #3D2C1E;
  background-color: inherit;
}

.line {
  height: 1px;
  max-height: 1px;
  width: 200px;
  background-image: url(../images/dot.jpg);
  font-size: 0pt;
  margin: 0 auto;
}

acronym {
  cursor: help;
}

textarea, input {
  font-size: 10pt;
  font-family: Georgia, Verdana, Arial, 'Times New Roman', serif;
  color: #3D2C1E;
  padding-right: 10px;
  background-color: transparent;
  border: 1px solid #702719;
  padding: 1px;
}
/****** End Text declaration ******/

/****** Begin other ******/

img.block {
  display: block;
  border: 0;
}

div#space01 {
  height: 20px;
  width: 157px;
}

div.border {
  border-right: 1px solid #702719;
}

.left {
  float: left;
}

.text-left {
  text-align: left;
}

.center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
  padding-right: 10px;
}

.right {
  float: right;
}

.text-right {
  text-align: right;
}

.text-thin {
  font-weight: 200;
}

.text-red {
  color: #702719;
  background-color: inherit;
}

.underline {
  text-decoration: underline;
}

img {
  border: 0;
}

.small {
  font-size: 10pt;
}
/****** End other ******/

