
.notice {
	position: relative;
	display: block;
	padding: 20px;
	margin-top: 20px;
}

.notice-info {
	background-color: #d6f0d5;
	background-color: #f0f6fe;
	border-left: 3px solid #4179a5;
}

.notice-tip {
	background-color: #f8e9b8;
	border-left: 3px solid #d5aa40;
}

.notice-warning {
	background-color: #f4e7e6;
	border-left: 3px solid #d23c38;
}

.notice-question {
	background-color: #e5d5ec;
	background-color: #f5eff8;
	background-color: #F2F2F2;
	border-left: 3px solid #9B59B6;
	border-left: 3px solid #787878;
}

/* Inhalt
----------*/

	.notice-content {
		margin-left: 40px;
	}

	.notice-content > *:first-of-type {
		margin-top: 0;
	}

/* Icon
--------*/

	.notice-icon {
		display: block;
		height: 24px;
		width: 24px;
		position: absolute;
		top: 20px;
		left: 20px;
	}