
	/*--- // -------------------------------------------------------
		
		@ Informatica Frontend 
		@ /css/print.css
		@ Style-Sheet für das Drucken
		
		@ 3.10.2007 PH
		@ alpha 0.1
		
		@ Content:
		-	Element Definitionen
		-	Banner
		- 	Service Spalte links
		-	Navigationen
		-	Diverse Klassen
		
		Changelog:
		
	-------------------------------------------------------- // ---*/	
	/*-------------------------------------------------------------
		
		Element Definitionen
		
	-------------------------------------------------------------*/

	
	html, body {
		height: 100%;
	}
	
	body {
		width:100%;
		background:none;
	}
	
	/* Scrollbar im FF immer anzeigen */
	#gecko_scrollbar { 
		 display: none; 
	} 
	
	html>body #gecko_scrollbar { 
		background:none; 
	}
	
	h1 {
		display:none;
	}
	
	h2 {
		font-size:20px;
		font-weight:normal;
		color:#442c79;
		padding:5px 0;
	}
	
	a {
		color:#442c79;
		outline:none;
	}
	
	div#website {
		background:none;
	}
		
		div#new {
			display:none;
		}
	
		div#header {
			display:none;
		}
			
        div#main-container {
			width:100%;
		}
		
			div#left-container {
				float:none;
				width:230px;
				height:90px;
				background:url(../img/layout/logo.gif) top left no-repeat;
			}
			
				a#home-link {
					display:none;
				}
			
				div#subnav {
					display:none;
				}
				
				div#helpdesk a {
					display:none;
				}
				
				div#referenzen {
					display:none;
				}
			
            div#right-container {
				float:none;
				width:670px;
				padding:22px 30px 10px 0;
			}
			
            	div#content-container {
					width:670px;
				}
				
					div#title {
						background:url(../img/layout/titel_bg.gif) left center no-repeat;
						padding:0 10px;
					}
				
						div#breadcrump {
							float:left;
						}
						
						div#print {
							float:right;
							font-size:10px;
						}
						
						div#print a {
							color:#5e5e5e;
						}
					
					div#content {
						padding-top:20px;
					}
					
                div#footer {
					display:none;
				}