
@media print { 

#header-text-left {         
        width: 150px;      
        margin: 0px 0 0 0;        
        color: #000000;
}

.header-left {
        color: #000000;
       font-size:10px;       
      }
#header-text {        
	margin: 0 0 0 200px; 
}

.header_oben {        /*Header 1. Zeile "6th International..."*/      
        font-size: 12px;        
}

.header_unten {      /*Header "System Dynamics..."*/     
        font-size: 15px;   
        
}

.header_datum {       /*Header 3. Zeile "February 13-17, 2012..."*/
   font-size: 12px;
        
}

#navigation {
 display: none;
}

#content {
margin-left: 10px;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 float:left;
 color: black;
 padding:10px 0px 10px 10px;
 height: auto;
 width:auto;
 }
 
#content h1 {
 font-size: 14px;
 }
 
#content h1, h2, h3, p, td, a {
color:#000000;
}

#content p, td {      
        font-size: 0.9em;
        line-height: 1.5em;
	
		
}
#footer { 
 height: 20px;
 background-color: #ffffff;
 float: left
}


    }


