body {
        margin: 0px;
}
#outer {
    text-align: center;
    background-color: white;
}
#back { 
    width: 1024px;
    z-index:0;
    margin: auto;
    text-align: left;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;       
    font-size: 1pt;
}

h1 {
    font-size: 14pt;
}

h2 {
    font-size: 12pt;
}

p {
   margin:0px;
   padding:0px;
}

.example1 {
   margin-left: 25px;
   margin-right: 25px;
   font-size: 70%;
}

#fixed {
   position: fixed;
   padding-top: 20px;
   width:1024px;
   height: 120px;
   background-color: #ffffff;
}

#secondnavi {
   text-align: right;
}
.subnavi {
   margin-top: 20px;
   border-color: #9e401e;
   border-top-style: double;
}

#main {
   padding-top: 150px;
   width: 1000px;
   margin-left: 10px;
   background-color: #efefef;
}

img {
    border: 0px;
}

#textbox {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15em;
    color: #000000;
}

#headline {
    font-size: 100%;
    font-weight: bold;
    margin: 10px;
}

#sumary {
    float: left;
    font-size: 70%;
    color: #9e401e;
    font-style: italic;
    margin: 15px;
    width: 600px;
    text-align: justify;
}

#sumimg img {
    margin-top: 15px;
}

#sumimg #image {
    margin-left: 630px;
    width: 350px;
    text-align: center;
}
#summary_img_desc {
    margin-top: 10px;
    font-size: 50%;
    text-align: center;
    width: 350px;
}

#otherModul, #otherModul3 {
    clear: both;
    font-size: 85%;
    margin: 15px;
    padding-top: 15px;
    border-top: 1px solid;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-width: 3px;
    border-spacing: 0px;
    border-style: solid;
    border-color: white;
    border-collapse: collapse;
}

tbody {
    border-width:3px;
    padding: 1px;
    border-style: solid;
    border-color: white;
}

td {
    padding: 10px;
}

div.artikelliste {
    clear: both;
    margin-bottom: 20px;
}

.artikelliste #headline {
    margin: 10px 10px 0px 10px;
    font-weight: bold;
    width: 500px;
}

.artikelliste #text {
    float: left;
    width: 500px;
    font-style: italic;
    margin-left: 15px;
    font-size: 85%;
}

.artikelliste #more {
    float: left;
    width: 500px;
    font-style: italic;
    margin-left: 15px;
    font-size: 85%;
}

.artikelliste img {
   margin-left: 40px;
}

a:hover, a {
   color: #a20404;
   text-decoration: underline;
}

input, textarea
{
  border: 1px solid #9e401e;
  color: #9e401e; 
  background-color:  #feecd8;
}
input.submit
{
  color: #9e401e;
  background-color:  #feecd8;
  text-align: center;
}

label.fleft
{
  float: left;
  width: 170px;
  margin-left: 30px;
  line-height: 1.1em;
}

.formular {
        margin-top: 80px;
}
.formularLine {
        margin-bottom: 5px;
}

form {
  font-size: 12pt;
}
form td {
  padding: 5px;
}