#message_center {
	display: none;
    font-size: 18px;
    border-bottom: 1px solid #000000;
    text-align: center;
    padding: 10px;
    color: #000000;
    background-color: #C4FFC4;
	position:fixed;
	z-index:1000;
	width:100%;
	top:0;
}
#message_center a{
	color: #00F;
}

#message_center.hinweis {
    color: #FFFFFF;
    background-color: #FDEDA7;
}
#message_center.error {
    color: #FFFFFF;
    background-color: #BE2938;
}

#mc_close {
	position: relative;
    margin-top: -5px;
	margin-right: -5px;
	float: right;
	height: 10px;
	width: 10px;
	background-color:#666;
	background:  url(/img/close.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100;
}
	
#mc_close.error {
    background:  url(/img/close_warning.png);
	background-repeat: no-repeat;
}
