/**********************************************************************************
Lilif-Ilane CSS-Definitionen
------------------------------
**********************************************************************************/

/**********************************************************************************
Allgemeine Element-Definition
**********************************************************************************/


body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   height: 1300px;
   background-color: #000000;
   background-image:url(../bilder/.jpg);
   background-position:center;
   background-repeat: no-repeat;
   color: #ffffff;
   border: 0px;
   margin: 0px;
   padding: 0px;
}
h2 {
   font-size: 160%;
   font-weight: 100;
   color: #FFFFFF;
   margin-bottom: 0.1em;
}

h3 {
   font-size: 130%;
   color: #336;
   margin-bottom: 1.5em;
}

/***************************************************************************************
Alles umschließender Container
***************************************************************************************/

#gesamt {
   width: 1000px;
   height: 1300px;
   border: 1px solid #000000;
   background-color: #000000;
   margin-top: 40px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;
   padding: 0px;
}




/*********************************************************************************
Inhaltsbereich
*********************************************************************************/


#inhalt {
   color: #FFFFFF;
   background-color: #000000;
   background-position: top;
   padding: 0px 0px 400px 0px;
   margin: 0px;
   width: 1000px;
   height: 1300px;
   line-height: 1.5em;
}




/****************************************************************************************
Inhaltsbereich Navigation/Verweise
****************************************************************************************/

#haupt a:link {
	color: #ffffff;
	text-decoration: none;
	}
img {border: 0;}	

#haupt a:visited {
   color: #cccccc;
   text-decoration: none;
   border-bottom: none;
}
#haupt a:focus,
#haupt a:hover,
#haupt a:active {
   color: #999;
   text-decoration: none;
   background-color: none;
}

 

