body {
 font: 14px/1.5 Helvetica, Verdana, Arial, FreeSans, sans-serif;
  /*font: 16px/1.5 DobraLightLight;*/
}

hr {
  border: 0 #cccccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 0px;
}

/* link formatierungen   */
a           {color:#7d7d7d; text-decoration: underline}
a:visited   {color:#7d7d7d; text-decoration: none}
a:hover     {color:#000000; text-decoration: underline}
a:active        {color:#7d7d7d; text-decoration: none}



/* Ueberschriften */
h1
{
font-size:              24px;
font-weight:                normal;
padding:                    20px 0px 15px 30px;
/*margin:                   0px;*/
color:#7d7d7d;
}

h2
{
font-size:              20px;
/*font-weight:              normal;*/
/*padding:                    0px 0px 19px 0px;*/
/*margin:                   0px;*/
color:#0416a8;
}


h3
{
font-size:              20px;
font-weight:              normal;
/*padding:                    0px 0px 19px 0px;*/
/*margin:                   0px;*/
color:#606060;
}

h4
{
font-size:              16px;
font-weight:                normal;
padding:                    5px 0px 5px 0px;
margin:                 0px;
}



img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.with-bg-size
  {
    background-image: url(../images/Home.jpg);
    width: 100%;
    height: 100%;
    background-position: center;

    /* Make the background image cover the area of the <div>, and clip the excess */
    background-size: cover;
  }

.back {
background-image: url(../images/Home.jpg);
background-repeat:no-repeat;
background-position:center center;
-o-background-size: 100% 100%, auto;
-moz-background-size: 100% 100%, auto;
-webkit-background-size: 100% 100%, auto;
background-size: 100% 100%, auto;
}

.body2 {color: #fff; text-decoration: none}
.body2 A:link {color: #fff; text-decoration: none}
.body2 A:visited {color: #fff; text-decoration: none}
.body2 A:active {color: #339933; text-decoration: none}
.body2 A:hover {color: #339933; text-decoration: none;}

.body3 {color: #cccccc; text-decoration: none}
.body3 A:link {color: #cccccc; text-decoration: none}
.body3 A:visited {color: #cccccc; text-decoration: none}
.body3 A:active {color: #339933; text-decoration: none}
.body3 A:hover {color: #339933; text-decoration: none;}

.body4 {color: #fff; text-decoration: none}
.body4 A:link {color: #fff; text-decoration: none}
.body4 A:visited {color: #fff; text-decoration: none}
.body4 A:active {color: #fff; text-decoration: none}
.body4 A:hover {color: #fff; text-decoration: none;}

