@CHARSET "UTF-8";

#nachricht {
	background:url(../images/msg_background.png) repeat;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:98;
}
#nachricht #box {
	border:2px solid red;
	z-index:99;
	position:fixed;
	width:250px;
	height:80px;
	margin-top:-40px;
	margin-left:-125px;
	top:30%;
	left:50%;
	text-align:center;
	background-color:#fff;
}
#nachricht #box p {
	font-size:9pt;
}
#msgsys {
	
}
#msgsys #tabelle {
	width:100%;
	height:120px;
	overflow:auto;
	border-bottom:2px solid #bbb;
}
#msgsys table {
	width:100%;
	border-collapse: collapse;
}
#msgsys td {
	border:1px solid #aaa;
}
#msgsys th {
	border:1px solid #eee;
	background-color:#ddd;
	text-align:left;
	padding-left:5px;
}
#msgsys tr:hover {
	cursor: pointer;
}
.unread {
	font-weight:bold;
}
.readed {
	font-weight:normal;
}
#msg_body {
	height:250px;
	width:100%;
	overflow:auto;
	border-bottom:2px solid #bbb;
}
#msg_head {
	height:30px;
	width:100%;
	overflow:hidden;
	background-color:#ddd;
	border-bottom:2px solid #bbb;
	line-height:15px;
	font-size:11px;
}
#msg_head span {
	font-weight:bold;
}
.unread_ico {
  background:url(../images/msg_mailnew.png) no-repeat;
}
.readed_ico {
  background:url(../images/msg_mailopen.png) no-repeat;
}
.unread_ico, .readed_ico {
	width:20px;
	height:20px;
	background-position:center center;
}
.greyinfo {
	color:#aaa;
	font-style:italic;
	font-size:10px;
	text-align:center;
}
