		
	#controls
		{
		clear:both;
		margin: 0;
		padding:0;
		margin-top: 4px;
		margin-left: 4px;	
		width: 160px;
		height: 28px;
		}
	
	#button, #font_button	
		{
		float:left;
		width: 24px;
		height: 24px;
		margin-left: 2px;
		}

	.button	{
		width: 20px;
		height: 20px;
		border: 0px;
		}


	.back_off
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/back_off.png') no-repeat left top;
		}

	.back_on
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/back_on.png') no-repeat left top;
		}

	.print_off
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/print_off.png') no-repeat left top;
		}

	.print_on
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/print_on.png') no-repeat left top;
		}

	.question_off
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/question_off.png') no-repeat left top;
		}

	.question_on
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/question_on.png') no-repeat left top;
		}


	.fontsize_off
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/fontsize/a_off.gif') no-repeat left top;
		}


	.fontsize_on
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/fontsize/a_on.gif') no-repeat left top;
		}
		
		
	.fontsize_increase_off
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/fontsize/a_increase_off.gif') no-repeat left top;
		}


	.fontsize_increase_on
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/fontsize/a_increase_on.gif') no-repeat left top;
		}
		
			
	.fontsize_decrease_off
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/fontsize/a_decrease_off.gif') no-repeat left top;
		}


	.fontsize_decrease_on
		{
		cursor: pointer;
		background: #FCE6C9 url('../images/iconen/fontsize/a_decrease_on.gif') no-repeat left top;
		}
		
