
/* Allgemeines -----------------------------------------------*/
   BODY
   {
     margin: 0;
     padding: 10px;
     text-align: center;
     background-color : #D0D0D0;
   }


/* Inhalts-Container -----------------------------------------*/
   #loading {
     position: absolute;
     width : 100%;
     height : 100%;
     z-index: 1000;
     background-color: white;
     opacity: 0.75;
   }

   div#Main
   {
     width: 970px;
     margin: 10px auto 0 auto;
     background-color : #B0B0B0;
   }

   div#Frame
   {
     position: relative;
     width: 970px;
     top: -3px;
     left: -5px;
     margin-bottom: 20px;
     font-family: Arial,sans-serif;
     text-align: left;
     background-color : white;
     border: 1px solid gray;
   }

   div#NavTop
   {
     width : 970px;
     background-image: url(grafik/logo.gif);
     background-repeat: no-repeat;
     background-position : 0px;
     margin: 10px 0 30px 0;
   }

   div#Footer
   {
     margin: 50px 17px 10px 17px;
     border-top: 1px solid silver;
     color: silver;
   }

   div.clear
   {
     clear: both;
   }

   .Fehler
   {
     color: red;
   }



/* Navigation oben -------------------------------------------*/
   #MenuTop
   {
     font-family: sans-serif;
     padding: 0;
     font-size: 15px;
     font-weight: normal;
     margin-top: 0px;
   }

   #MenuTop:after
   {
     content: ".";
     color: white;
     clear: both;
   }

   #MenuTop ul
   {
     display: none;
     padding: 0;
     margin: 0;
   }

   #MenuTop li
   {
     float: left;
     list-style: none;
     margin-top: 2px;
   }

   #MenuTop a
   {
     color: black;
     background-color: none;
     text-decoration: none;
     padding: 0 12px 0 12px;
   }

   #MenuTop a:hover
   {
     color: navy;
     text-decoration: none;
   }

   #MenuTop li#active
   {
     margin-top: 0;
   }

   #MenuTop li#active a
   {
     color: navy;
     font-size: 17px;
     font-weight: bold;
   }

   #MenuTop li#active a:hover
   {
     background-color: white;
   }


/* Navigation seitlich ---------------------------------------*/
   #MenuLeft
   {
     color: silver;
     float : left;
     width: 167px;
     visibility: visible;
     display: block;
     list-style-type: none;
     margin: 20px 0 0 17px;
     padding: 0;
     text-align : left;
     font-family: sans-serif;
     font-size: 12px;
   }

   #MenuLeft ul
   {
     font-family: sans-serif;
     margin: 0;
     padding: 0;
   }

   #MenuLeft a
   {
     background-color: #F0F0F0;
     padding: 4px 0 4px 16px;
     display: block;
     border: 1px solid #F0F0F0;
     margin-bottom : 1px;
   }

   #MenuLeft a:link, #MenuLeft a:visited
   {
     color: black;
     text-decoration: none;
   }

   #MenuLeft a:hover
   {
     color: gray;
     border: 1px solid silver;
     background-color: silver;
   }

   #MenuLeft li#active a
   {
     color:navy;
     font-weight: bold;
     background-color: white;
   }


/* Navigation unten ---------------------------------------*/
   #MenuBottom
   {
     font-family: sans-serif;
     padding: 0;
     margin: 3px;
     font-size: 11px;
   }

   #MenuBottom:after
   {
     content: ".";
     color: white;
     clear: both;
   }

   #MenuBottom ul
   {
     padding: 0;
     margin: 0;
   }

   #MenuBottom li
   {
     float: left;
     list-style: none;
   }

   #MenuBottom a
   {
     color: silver;
     text-decoration: none;
     padding-right: 8px;
   }

   #MenuBottom a:hover
   {
     text-decoration: underline;
   }


/* Referenzenliste -------------------------------------------*/
   #Referenzen
   {
     color: silver;
     float : right;
     width: 190px;
     visibility: visible;
     display: block;
     list-style-type: none;
     margin: 20px 17px 0 0;
     padding: 0;
   }

   #Referenzen ul
   {
     font-family: sans-serif;
     margin: 0;

   }

   #Referenzen a
   {
     background-color: #F0F0F0;
     display: block;
     margin-bottom : 2px;
   }

   #Referenzen a:link, #Referenzen a:visited
   {
     color: black;
     text-decoration: none;
   }

   #Referenzen a:hover
   {
     color: gray;
     background-color: silver;
   }

   #Referenzen li.Titel
   {
     font-size: 12px;
     font-weight: bold;
     color: navy;
     background-color: #F0F0F0;
     padding: 5px;
     margin-bottom : 2px;
   }

   #Referenzen li.Navleiste
   {
     font-size: 13px;
     color: black;
     background-color: #F0F0F0;
     padding: 5px;
   }

   #Referenzen li.Navleiste a
   {
     display: inline;
   }

   #Referenzen div.Bild
   {
     float: left;
     width: 45px;
     height: 45px;
   }

   #Referenzen div.Titel
   {
     float: left;
     font-family: sans-serif;
     font-size: 11px;
     margin-left: 10px;
     width: 130px;
     height: 42px;
     margin-top: 3px;
     overflow: none;
   }

   #Referenzen div.weitereBilder
   {
     display: none;
   }


/* Aktuelle Projekte Portalseite------------------------------*/
   #AktuelleProjekte
   {
     color: silver;
     float : right;
     width: 300px;
     visibility: visible;
     display: inline;
     list-style-type: none;
     margin: 20px 0 0 0;
     padding: 0;
   }

   #AktuelleProjekte ul
   {
     font-family: sans-serif;
     margin: 0;

   }

   #AktuelleProjekte a
   {
     background-color: #F0F0F0;
     display: block;
     margin-bottom : 2px;
   }

   #AktuelleProjekte a:link, #AktuelleProjekte a:visited
   {
     color: black;
     text-decoration: none;
   }

   #AktuelleProjekte a:hover
   {
     color: gray;
     background-color: silver;
   }

   #AktuelleProjekte li.Titel
   {
     font-size: 15px;
     color: navy;
     background-color: #F0F0F0;
     padding: 5px;
     margin-bottom : 2px;
   }

   #AktuelleProjekte div.Bild
   {
     float: left;
     width: 70px;
     height: 70px;
   }

   #AktuelleProjekte div.Beschreibung
   {
     float: left;
     font-family: sans-serif;
     font-size: 13px;
     margin-left: 10px;
     width: 220px;
     height: 67px;
     overflow: none;
   }

   #AktuelleProjekte .Navigation
   {
     font-family: sans-serif;
     font-size: 11px;
     color: gray;
   }

   #AktuelleProjekte div.weitereBilder
   {
     display: none;
   }


/* Inhaltsbereich --------------------------------------------*/
   div#Content
   {
     float: left;
     margin: 0 17px 0 17px;
     font-family: sans-serif;
     font-size : 14px;
     line-height: 150%;
   }

   #Content H1, H2, H3, H4
   {
     padding-top: 5px;
   }

   #Content H1
   {
     font-size: 20px;
   }

   #Content H2
   {
     font-size: 18px;
   }

   #Content H3
   {
     font-size: 16px;
   }

   #Content H4
   {
     font-size: 14px;
   }

   #Content P
   {
     margin: 0;
     padding: 0;
   }



/* Formular --------------------------------------------------*/
   INPUT, TEXTAREA
   {
     border: 1px solid gray;
     background-color: white;
   }

   .Eingabefeld
   {
     width: 500px;
   }

   .Eingabefeld_required
   {
     width: 500px;
     border: 2px solid gray;
     background-color: #F0F0F0;
   }

