
/* -- Homepage -- */

#home-wrapper {
}

#home-column-left {
	float: left;
	width: 455px;
}

#home-column-right {
	float: left;
	width: 378px;
	margin-left: 25px;
}

/* -- Highlighted news -- */

#home-highlighted-news {
	background-color: #e5eff6;
	height: 209px;
}

#home-highlighted-news .image {
	float: left;
	width: 205px;
	padding-top: 10px;
}

#home-highlighted-news .image img {
	float: right;
	margin: 0px 8px 0px 8px;
}

#home-highlighted-news .details {
	float: left;
	width: 250px;
	padding: 10px 0px 0px 0px;
}

#home-highlighted-news .details h2 {
	background: url(../img/home-news-title-bg.gif) no-repeat 0px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #da251e;
	text-transform: uppercase;
	padding: 0px 26px 1px 18px;
}

#home-highlighted-news .details p {
	padding: 0px 10px 0px 0px;
}

/* -- Highlighted news: Button "Read more" -- */ 

#home-highlighted-news-read-more {
	background: url(../img/home-readmore.gif) no-repeat top left;
	display: block;
	width: 75px;
	line-height: 14px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

#home-highlighted-news-read-more, #home-highlighted-news-read-more:visited {
	background-position: top left;
	color: #fff;
	text-decoration: none;
}

#home-highlighted-news-read-more:active, #home-highlighted-news-read-more:hover {
	background-position: 0px -50px;
	color: #fff;
	text-decoration: none;
}

/* -- Latest news items -- */

#home-latest-news {
}

#home-latest-news .images {
	float: left;
	width: 205px;
	padding-top: 10px;
}

#home-latest-news .images ul {
}

#home-latest-news .images ul li {
	float: left;
	width: 65px;
	margin-left: 4px;
}

#home-latest-news .images ul li.first {
	margin-left: 0px;
}

#home-latest-news .images ul li a {
	display: block;
	padding: 1px;
}

#home-latest-news .images ul li a, #home-latest-news .images ul li a:visited {
	background-color: #000;
}

#home-latest-news .images ul li a:active, #home-latest-news .images ul li a:hover {
	background-color: #f00;
}

#home-latest-news .titles {
	float: left;
	width: 250px;
	padding-top: 10px;
}

#home-latest-news .titles ul {
}

#home-latest-news .titles ul li {
	background: url(../img/home-news-item-bg.gif) no-repeat top left;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 26px 10px 18px;
}

#home-latest-new .titles ul li a {
}

#home-latest-new .titles ul li a, #home-latest-new .titles ul li a:visited {
	color: #000;
	text-decoration: none;
}

#home-latest-new .titles ul li a:active, #home-latest-new .titles ul li a:hover {
	color: #f00;
	text-decoration: none;
}

/* -- About -- */

#home-about {
}

#home-about-pictures {
	width: 378px;
	height: 83px;
}

#home-about-pictures ul {
}

#home-about-pictures ul li {
	float: left;
	margin-right: 6px;
	height: 77px;
}

/* -- About: Button "Read more" -- */ 

#home-about-read-more {
	text-align: right;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 12px;
}

#home-about-read-more, #home-about-read-more:visited {
	text-decoration: none;
}

#home-about-read-more:active, #home-about-read-more:hover {
	text-decoration: none;
}

/* -- Opening hours -- */

#home-opening-hours {
	background: url(../img/home-hours-table-bg.gif) no-repeat top left;
	width: 378px;
	height: 114px;
	color: #2e2e2e;
}

#home-opening-hours .vcard {
	float: left;
	width: 138px;
	padding: 10px 0px 20px 0px;
	color: #000;
	text-align: center;
	line-height: 130%;
}

#home-opening-hours .opening-hours {
	float: left;
	width: 112px;
}

#home-opening-hours .opening-hours h2 {
	font-weight: normal;
	font-size: 10px;
	color: #da251e;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 14px;
}

#home-opening-hours .opening-hours ul li {
	font-size: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 14px;
}
