body            { margin-left: auto; 
                  margin-right: auto;
                  background-color: #0b1735 }

img             { behavior: url('/fileadmin/Template/pngbehavior.htc') }


#layer          { position: absolute;
                  background-image:url('bilder/i_bg.jpg');
                  height: 648px; 
                  width: 1000px;
                  margin:-324px 0px 0px -500px;
	         border: 1px solid #fff;
                  top: 50%; 
                  left: 50%;
                  z-index: 1}

#logo           { position: absolute;
                  top: 10px;
                  left: 10px }

#stiftung       { position: absolute;
                  top: 40px;
                  left: 125px }

#qqq            { position: absolute;
                  top: 10px;
                  right: 10px }

#schrift        { position: absolute;
                  top: 128px;
                  left: 12px }
				  
#text1          { position: absolute;
                  top: 480px;
                  right: 30px;
                  z-index: 3 }

#text2          { position: absolute;
                  width: 998px;
                  background-image:url('bilder/i_hg.png');
                  text-align: center;
                  top: 602px;
                  left: 1px;
                  z-index: 3 }

#text3          { position: absolute;
                  top: 477px;
                  left: 1px;
                  z-index: 1 }

#text4          { position: absolute;
                  width: 200px;
                  bottom: -10px;
                  left: 0px;
                  z-index: 3 }

#text5          { position: absolute;
                  width: 800px;
                  bottom: 0px;
                  right: 0px;
                  z-index: 3 }

#text6          { position: absolute;
                  top: 515px;
                  left: 720px;
                  z-index: 3 }

#bild1          { position: absolute;
                  width: 998px;
                  hight: 250px;
                  background-image:url('bilder/i_hg.png');
                  top: 200px;
                  left: 1px;
                  z-index: 3 }

#intro_text     { position: absolute;
                  width: 998px;
                  hight: 250px;
                  top: -2000px;
                  left: 1px;
                  z-index: 3 }


.text           { color: #fff; 
                  font-size: 14px;
                  font-weight: normal; 
                  line-height: 20px; 
                  font-family: Arial, Verdana, sans-serif ; 
                }


.text a         { color: #fff; 
                  font-size: 14px;
                  font-weight: normal; 
                  font-family: Arial, Verdana, sans-serif ;
                  text-decoration: none; 
                }

.text a:hover   { color: #009cda; 
                  font-size: 14px;
                  font-weight: normal; 
                  line-height: 20px; 
                  font-family: Arial, Verdana, sans-serif ;
                }

.te2xt           { color: #fff; 
                  background-image:url('bilder/i_hg.png');
                  background-repeat: repeat-x;
                  width: 998px;
                  font-size: 14px;
                  font-weight: normal; 
                  height: 25px; 
                  font-family: Arial, Verdana, sans-serif ; 
                }


/*-------------*/
/* Erste Ebene */
/*-------------*/


ul#nav,
ul#nav ul {
	margin-top: 0px;
	margin-left: 5px;
         padding: 0;
	width: 799px; /* Width of Menu Items */
	}
 
ul#nav li {
         display: inline;
         height: 25px; 
	list-style: none;
	margin-bottom: 0px;
	}
 
ul#nav li a {
          color: #fff;
          height: 25px; 
          line-height: 25px; 
          font-size: 14px;
          font-weight: normal; 
          padding-left: 35px;
          padding-right: 35px;
          padding-bottom: 5px;
          font-family: Arial, Verdana, sans-serif ; 
          text-decoration: none;
	}


ul#nav li a:hover { 
         color: #009cda;
}

		
/*---------------------------*/
/* Fix IE. Hide from IE Mac \*/
/*---------------------------*/

*+html ul#nav li { float: left; height: 1%;}
*+html ul#nav li a { height: 1%; width: 121px;}
*+html ul#nav li a:hover { width: 100px; }





/*--------------*/
/* Zweite Ebene */
/*--------------*/


ul#nav li ul {
	position: absolute;
	background-image:url('bilder/i_hg.png');
         display: none;
	width: 130px;
	left: 505px;                                     /* Set 1px less than menu width */
	top: 25px;
	z-index: 100;
	}



ul#nav li ul li { 
 	       display: block;
                margin-bottom: 0px;
                }                                        /* Sub Menu Styles */


ul#nav li ul li a {
          color: #fff;
          font-size: 14px;
          font-weight: normal; 
          line-height: 25px; 
          font-family: Arial, Verdana, sans-serif ; 
          text-decoration: none;
          padding-left: 20px;
          padding-right: 20px;
	}



/*---------------------------*/
/* Fix IE. Hide from IE Mac \*/
/*---------------------------*/

*+html ul#nav li ul li { float: left; height: 1%;}
*+html ul#nav li ul li a { height: 1%; width: 121px;}
*+html ul#nav li ul li a:hover { width: 100px; }



/*-------------*/
/*  The Magic  */
/*-------------*/


 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; z-index: 1000; } /* The magic */


