/*************************************************************/
/*   Design:   Alles Messe                                   */
/*   File:     Hilfefenster                                  */
/*-----------------------------------------------------------*/
/*   Author:   Steffen Naake                                 */
/*   Date:     March 15, 2008                                */
/*   Homepage: wwww.naake-satz.de                            */
/*-----------------------------------------------------------*/

body {
	margin:0;
	padding:5px 10px;
	background-color:rgb(248,224,150);
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:75%;
	} /*Font-size: 1.0em = 10px when browser default size is 16px*/
	
.help {
	float:right;
	margin:0px;
	border:none;
	}
	
.help-left {
  width:250px;
  height:620px;
	float:left;
	margin-right:20px;
	border:none;
	}
	
.help-right {
  width:450px;
  height:620px;
  float:right;
	margin:0;
	border:none;
	}
