/* DESIGNABLE Stylesheet (Screen,Projection)
designable (www.designable.de)
*/

/*
Copyright: Oliver Eibl
Erstellt: 25.10.2008
Letzte Aenderung: 27.10.2008
*/



/* Allgemein
===============================================*/

@charset "utf-8"

/* Kritische Werte */
* {
   margin: 0;
   padding: 0;
   vertical-align: top;
   }
   
/* Bilder */
img {
   vertical-align: bottom;
   }

   
/* Allgemeine Elemente
===============================================*/

body {
   color: #323232;
   background: #D4CAB6 url(images/hg_body.jpg);
   font-family: verdana, arial, sans-serif;
   font-size: 70%;
   text-align: center;            /* IE6 zentrieren */
   }
* html td {
   font-size: 70%;                /* IE6 font-size in Tabellen */
   }
h1 {
   font-size: 1.4em;
   font-weight: normal;
   text-align:right;
   margin-top: 22px;
   margin-right: 65px;
   }
h2 {
   font-size: 1.2em;
   font-weight: normal;
   margin-top: 18px;
   margin-bottom: 5px;
   }
   
p {
   text-align: justify;
   line-height: 1.6em;
   margin-right: 65px;
   margin-bottom: 18px;
   }
   
.rot  {
   color: #990000;
   }

  
/* Links und Anker
===============================================*/
a:link {
   color: #990000;
   background-color: transparent;
   }
a:visited {
   color: #990000;
   background-color: transparent;
   }
a:hover,
a:focus {
   color: #990000;
   background-color: #DAB6BA;
   text-decoration: none;
   }
a:active {
   color: #990000;
   background-color: #DAB6BA;
   }
a:link img, a:visited img, a:hover img, a:focus img, a:active img {
   border: 0;
   color: transparent;
   background-color: transparent;
   text-decoration: none;
   }
a:hover.referenzen,
a:focus.referenzen  {
   text-decoration : none;
   background-color : transparent;
   }

/* a[href^="http://"]:before,               /* NO Pfeil vor externen Links
a[href^="https://"]:before {
   content: "\2197\00A0";
   } */
  
/* Besondere Bereiche
===============================================*/

/* Hintergrundbox mit Logo
-------------------------- */

div#hg {
   width: 670px;
   height: 470px;
   margin: auto;
   top: 20px;   
   padding: 40px 0px 0px 25px;
   position: relative;
   border: 2px solid #C3CAD4;
   background: url(images/hg_box.jpg) repeat-x;
   text-align: left;               /* IE6 Zentrierung aufheben */
   }

/* Vordergrundbox mit Navi und Inhalt
------------------------------------- */

div#vg2 {                         /* Container mit Opacity */
   width: 700px;
   height: 450px;
   position: absolute;
   top: 110px;
   left: 45px;
   border: 2px solid #C58E94;
   background: white;
   opacity: 0.8;
   filter: Alpha(opacity = 80);
   }
* html div#vg2 {
   width: 680px;                  /* IE6 Breite */
   height: 415px;                 /* IE6 Hoehe */
   }

div#vg {                          /* Nicht sichtbarer Container fuer Inhalt und Navi */
   visibility: hidden;
   width: 700px;
   height: 450px;
   position: absolute;
   top: 110px;
   left: 45px;
   }
* html div#vg {
   width: 680px;                  /* IE6 Breite */
   height: 415px;                 /* IE6 Hoehe */
   }

/* Navigation
------------- */

div#navi {
   visibility: visible;
   width: 175px;
   float: left;
   margin-left: -30px;
   margin-top: 0px;
   }
*+html div#navi {
   margin-top:9px;                 /* IE7 Abstand ueber Navigation */
   }
* html div#navi {
   margin-top:9px;                 /* IE6 Abstand ueber Navigation */
   }
#navi a,
#navi strong {
   background-color: #BE5B5B;
   display: block;
   padding: 5px 10px 6px 0px;
   text-align: right;
   text-transform: uppercase;
   font-size: 1em;
   border-bottom: 1px solid white;
   }
* html #navi a,
* html #navi strong {
   margin-bottom: -13px;           /* IE6 Abstand zwischen Navigationseintraegen */
   }
#navi a {
   color: white;
   font-weight: bold;
   text-decoration: none;
   }
#navi strong {
   color: #DAB6BA;
   background-color: #BE5B5B;
   }

#navi a:hover,
#navi a:focus,
#navi a:active {
   background-color: #DAB6BA;
   color: #763E3D;
   list-style: none;
   }
ul#navi {
   list-style: none;
   }

/* Inhalt
--------- */

div#inhalt {
   visibility: visible;
   width: 500px;
   margin: 10px 17px 0px 0px;
   float: right;
   height: 380px;
   max-height: 380px;
   overflow: auto;
   }

* html div#inhalt { 
   height: expression( this.scrollHeight > 353 ? "354px" : "auto" ); /* sets max-height for IE6 */
   width: 485px;
   margin: 5px 5px 0px 5px;
   }
   
li#beratung {
   margin-bottom: 10px;
   }
#inhalt ul,
#inhalt td {
   line-height: 1.6em;
   margin-right: 65px;
   margin-bottom: 30px;
   }
   

/* Kontaktformular
===============================================*/

/* Abfragetexte
--------------- */

.formular_a {
	font-family : verdana, arial, tahoma, sans-serif;
	color : #323232;
}

/* Eintraege
------------ */

.formular {
	font-family : verdana, arial, tahoma, sans-serif;
   font-size: 1em;
	color : #323232;
   width: 250px;
}

/* Schaltflaechen
----------------- */

.formular_b {
	font-family : verdana, arial, tahoma, sans-serif;
   font-size: 1em;
	color : #323232;
   width: 127px;
}

/* Bemerkung
------------ */

.bemerkung {
   font-family : verdana, arial, tahoma, sans-serif;
   font-size: 1em;
   color : #323232;
   width: 250px;
   height: 85px;
}
