@media screen
{

    /*-Inhaltsbereich-------------------------------------------------------------*/

    #content /* Klammer um H1 und div.subcontent */
    {
	    position: absolute; 
	    top: 20px; 
	    right: 0px; 
	    bottom: 1.1em; 
	    left: 13em;
	    z-index: 1;
    	
	    background-color: #f5f5f5;
	    overflow: auto; 	 
    }

    * html #content /* MSIE-Hack */
    {
	    bottom: 0px; 
	    left: 0px; 
	    height: 100%;
	    width: 100%;
    	
	    border-color: #f5f5f5;
	    border-style: solid;
	    border-bottom-width: 1.1em;
	    border-left-width: 13em; 
    }

    div.subcontent /* Klammer um Überschriften ab H2 und div.text */
    {
        margin-left: 0px;
        padding-right: 250px;
        }

    div.text /* Flie&szlig;text allgemein */
    {
        margin-left: 3em;
        width: 27em;
        }

    /*-Fußzeile----------------------------------------------------------------*/
        
    #footer 
    {
	    position: absolute; 
	    right: 0; 
	    bottom: 0; 
	    left: 0; 
	    height: 1.1em; 
	    z-index: 5; 
    	
	    background-color: #e6e6e6;
    } 

    * html #footer /* MSIE-Hack */
    {
        width: 100%;
    }

    #footer a, #footer p
    {
        font-family: Arial, Tahoma, Verdana, Serif;
        font-size: 12px;
        text-align: center;
        vertical-align: bottom;
        margin-top: 5px;
        margin-bottom: 0px;
        }   

    /*-Borte rechts --------------------------------------------------------------*/

    #decoration 
    {
	    position: absolute; 
	    top: 15px; 
	    bottom: 0px; 
	    left: 46em; 
	    width: 82px; 
	    z-index: 1; 
    	
	    background-position: right 0px;
        background-repeat: repeat-y;
        background-color: #f5f5f5;	
    }

    * html #decoration /* MSIE-Hack */
    {
	    height: 100%;
    }

    /*-Default.aspx------------------------------------*/

    #welcome, #welcome p
    {
        text-align: center;
        margin-top: 15px;
        } 

    #welcome img
    {
        margin: auto;
        }
       
    #welcome div
    {
        margin-bottom: 2.5em;
        }  
}
        
/*---------------------------------------------------------------------------------------------*/    
    
@media print
{	
	* html #content /* MSIE-Hack */
	{
	    border: 0px;
	    }
	
	div.subcontent /* Klammer um Überschriften ab H2 und div.text */
{
    margin-left: 0px;
    padding-right: 0px;
    }

    div.text /* Flie&szlig;text allgemein */
    {
        margin-left: 3em;
        }
	
	* html #welcome img
	{
	    display: none;
	    }
}        
