@CHARSET "UTF-8";

/********************************************************************/
/*  MENU - NEWS
/********************************************************************/

#newsLayer {
	float: left;
	margin-top: 0px;
}

div.menunewsdesc {
	width: 450px;
	height: 100px;
	float: left;
}

.menunewsYear {
	float:right;
}

.menunewsYear .l {
	background:transparent url(../images/anno_px.gif) 0 0 repeat-y;
	width: 80px;
}

.menunewsYear .b {
	background:transparent url(../images/anno_px.gif) 0 100% repeat-x;
}

.menunewsYear .r {
	background:transparent url(../images/anno_px.gif) 100% 0 repeat-y;
}

.menunewsYear .n {
	background:transparent url(../images/anno_n.gif) 0 0 no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	height: 110px;
}

.menunewsYear .n ul {
	list-style-type: none;
	color: #006549;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: -1px;
}

.menunewsYear .n ul a {
	color: #006549;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.menunewsYear .n ul a:hover {
	text-decoration: underline;
}

.menunewsYear .se {
	background:transparent url(../images/anno_se.gif) 100% 100% no-repeat;
}

.menunewsYear .title {
	text-align: center;
	width: 100%;
	padding-bottom: 3px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: default;
}

div.newsBottom {
	width: 500px;
	height: 50px;
	float: left;
}
	
span.selected {
	color: red;
}

