@charset "UTF-8";
/**
 * Bürkle GmbH
 * 2009
 *
 * Errors
 *
 */

@media all
{
	#error {
 		border: 15px solid #f4f4f4;
 		margin: 25px;
 		padding: 30px;
 		position: relative;
 	}
 	#error h2 {
 		color: #d73333;
 		font-weight: bold;
 		padding: 0 0 0 20px;
 		background: url("images/icons/icon_exclamation_mark.png") no-repeat left bottom;
		line-height: 22px;
 	}
 	#error.error_404 {
 		background: url("images/icons/404.png") no-repeat center center;
	}
	#error.error_404 .message {
		height: 200px;
	}
 	#error .assistance {
 		background: #f4f4f4;
 		height: 20px;
 		padding: 15px;
 	}
	#error .assistance li {
 		list-style: none;
 		float: left;
 	}
 	.breadcrumb {
 		border-bottom: 5px solid #BDC0C9;
 	}
}