/* -------------------------------------------------------------- */	
/* Message Seite                                                  */
/* -------------------------------------------------------------- */	
.message-area
	{
	width:530px;
	}
	
.message-area .date
	{
	padding-bottom:10px;
	}

.message-area .title	
	{
	/*font-weight:bold;
	padding-bottom:10px;*/
	margin:0px;
	padding:0px;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#184B67;
	padding-bottom:20px;
	line-height:18px;
	}

.message-area .headline	
	{
	/*font-weight:bold;
	padding-bottom:10px;*/
	margin:0px;
	padding:0px;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#184B67;
	padding-bottom:20px;
	line-height:18px;
	}

.message-area .text
	{
	}
	
.message-area .author
	{
	}

.message-area .backlink
	{
	clear:both;
	text-align:right;
	padding-top:30px;
	}
		
.message-area .backlink a
    {
	color:#3566B4;
	text-decoration:underline;
	padding-left:14px;
	background:url("/conf/templates/1/web/images/pfeil_links.gif") 0px 5px no-repeat;
	}		

.message-area .backlink a:hover
    {
	color:#C40000;
    }
/* -------------------------------------------------------------- */				
