/**
 * Style sheet xNews
 */
.mod_newslist h1
{
	margin-bottom:15px;
	text-align:center;
	font-style:italic;
	text-decoration:underline;
	font-size:16px;
	color:#afb25a;
	line-height:18px;
}

.mod_newslist h3
{
	width:175px;
	text-align:center;
	background-color:#afb25a;
	color:#ffffff;
	line-height:18px;
}

p.more a
{
	font-size:10px;
	color:#0099ff;
}

p.more a:hover
{
	text-decoration:underline;
	font-size:10px;
	color:#183a8d;
}

.info
{
	font-style:italic;
	font-size:10px;
	color:#999999;
}


/**
 * block odd
 */
.layout_short
{
	margin-right:5px;
	margin-left:5px;
	padding-top:5px;
	padding-bottom:10px;
	border-bottom:1px double #afb25a;
	border-collapse:separate;
}

.layout_short h2 a
{
	padding-top:5px;
	padding-bottom:10px;
	font-weight:bold;
	color:#183a8d;
}

.layout_full h1
{
	margin-bottom:15px;
	font-style:italic;
	text-decoration:underline;
	font-size:16px;
	color:#afb25a;
}

.layout_short h2 a:hover
{
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#183a8d;
	cursor:text;
}

