/*  ---------- [ Kästen ] ---------- */

.yellow-box, 
.hinweis, 
.red-box,
.grey-box{
  color:#333;
  padding:20px;
  margin:20px 0;	
  clear:both;
	}

.yellow-box{
  background:#F9F198;
  border:1px solid #EDDB0C;
}

.grey-box{
  background:#eee;
  border:1px solid #ccc;
}

.red-box{
	background:#FFA8AA;
  border:1px solid #F90000;
	}

.yellow-box a,
.red-box a{
  color:#333;
  text-decoration:underline;
}

.yellow-box a:hover,
.red-box a:hover{
  color:#909090;
}