/*CSS Reset
---------------------------------------------------------*/
*
         {

         }

/*CSS container
---------------------------------------------------------*/
body
         {
         background-attachment: fixed;
         background-image: url("background3.png");
         background-position: 0 0;
         background-repeat: repeat-x;
         background-color: #E8E9EB;
         font-family: 'Lato', sans-serif;
         font-size: 0.9em;
         font-color: #7F7F7F;
         font-weight: thin;
         }

#main
         {
         margin-top: 25px;
         margin-bottom: 15px;
         margin-left: auto;
         margin-right: auto;
         background-color: #D8D8D8;
         height: 500px;
         width: 900px;
         padding: 5px;
         border: 2px solid white;
         border-radius: 5px;
         box-shadow: 2px 2px 5px black;
         }

#main2
         {
         margin-top: 25px;
         margin-bottom: 15px;
         margin-left: auto;
         margin-right: auto;
         background-color: #D8D8D8;
         height: 1300px;
         width: 900px;
         padding: 5px;
         border: 2px solid white;
         border-radius: 5px;
         box-shadow: 2px 2px 5px black;
         }
		 
#footer
         {
         margin-left: auto;
         margin-right: auto;
         height: 120px;
         width: 900px;
         padding: 5px;
         border: 2px solid white;
         border-radius: 5px;
         box-shadow: 2px 2px 5px black;
         background-color: #D8D8D8;
         }

#footer2
         {
         margin-left: auto;
         margin-right: auto;
         height: 30px;
         width: 900px;
         padding: 5px;
         border: 2px solid white;
         border-radius: 5px;
         box-shadow: 2px 2px 5px black;
         background-color: #D8D8D8;
         }		 
		 
		 
/*CSS inhalte
---------------------------------------------------------*/

ul       {
         padding-left: 10px;
         padding-top: 5px;
         margin-top: 5px;
         margin-left: 10px;
         list-style-type: square;
         }

#ueberschrift
         {
         text-decoration: none;
         width: 860px;
         margin-top: 0px;
         margin-left: 10px;
         padding: 5px;
         }

#einleitung
         {
         border: 1px dotted grey;
         width: 525px;
         border-radius: 5px;
         margin-top: 0px;
         margin-left: 10px;
         padding: 5px;
         float: left;
         font-size: 0.9em;
         }

#impressum
         {
         border: 1px dotted grey;
         width: 525px;
         border-radius: 5px;
         margin-top: 0px;
         margin-left: 20px;
         padding: 5px;
         float: left;
         text-align: justify;
         font-size: 0.9em;
         }

#datenschutz
         {
         border: 1px dotted grey;
         width: 525px;
         border-radius: 5px;
         margin-top: 0px;
         margin-left: 20px;
         padding: 5px;
         float: left;
         text-align: justify;
         font-size: 0.9em;
         }
		 
#bild_RA-Hartwich
         {
         border: 1px dotted grey;
         width: 282px;
         height: 211px;
         border-radius: 5px;
         margin-top: 0px;
         margin-left: 575px;
         margin-right: 20px;
         padding: 5px;
         float: clear;
         }

#kontakt
         {
         border: 1px dotted grey;
         width: 282px;
         border-radius: 5px;
         margin-top: 10px;
         margin-left: 575px;
         margin-right: 20px;
         padding: 5px;
         text-align: center;
         font-weight: normal;
         }

#footer_text
         {
         text-align: center;
         padding: 5px;
         }
		
#meldung
         {
         text-align: center;
         color: Blue;
		 font-weight: #043BBB;
         }