@import url(globalprint.css);
/* print.css  wenn navi+inhalt*/
/* print2.css wenn navi+inhalt+right*/
#conright {
	position: absolute;
         top: 80px;
         left: 0px;
         width: 672px;
         height: 400px;
}

#content {
    	position: absolute;
    	top: 0px;
	left: 0px;
                  padding: 30px 0px 0px 0px;
         	  width: 491px; /* für ie 5.0*/
		  voice-family: "\"}\"";
		  voice-family: inherit;
                   width: 460px; /*für alle anderen browser*/
}

#right {
    	position: absolute;
    	top: 0px;
	left: 470px;
         padding: 30px 0px 0px -20px;
         background: none;
         	  width: 261px;  /* fuer IE5, 5.5 */
		  voice-family: "\"}\"";
		  voice-family: inherit;
                   width: 200px; /* fuer alle anderen Browser */

}

