* {
  font-size:12px;
}

a {
   color:#565656;
}

a:hover {
   text-decoration: underline;
}



body {
    margin:0px;
    padding:0px;
    background:#B0B0B2;
    color: #6a5563;
    font-weight: normal;
    font-family:Arial, Helvetica, sans-serif;
}


.Main {
    width:990px;
    border:0px solid red;
}


.Kopf {
   display:none;
}

.Kopf2 {
   background:white;
}

.Kopf2 .Linie {
  margin-left:30px;
  margin-right:30px;
  border-bottom:1px dotted #A1A1A1;
}

.Kopf2 .Text1 {
  text-align:left;
  padding:20px;
  padding-left:30px;
}

.Kopf2 .Text2 {
  text-align:left;
  padding-left:30px;
  font-size:18px;
  color:#004775;
}

.Links {
   display:none;
}

.Rechts {
   display:none;
}

.Inhalt{
   text-align:left;
   border-left:20px solid white;
   border-right:20px solid white;
   border-top:15px solid white;
   background:white;
   min-height:500px;
   height:auto !important;
   height:500px;
}

.Inhalt .Text {
   padding:15px;
   padding-top:0px;
}


