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

.notice-info {
	background-color: #f3f3f3;
}

.notice-tip {
	background-color: #f8e9b8;
}

.notice-warning {
	background-color: #f4e7e6;
	background-color: rgba(244,92,74,0.2);
	/*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;
}

.notice-todo {
	background-color: #e7eef4;
}

/* 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: 21px;
		left: 20px;
	}

	.notice-warning .notice-icon,
	.notice-todo .notice-icon {
		height: 20px;
		width: 20px;
		top: 22px;
	}