﻿/*
////////////////////////////////////////////////
/// - NEWSITEM
*/

.newspage_content
{
	margin-bottom: 20px;
}

.newspage_content_header
{
	margin-bottom: 14px;
}

.newspage_content_header h1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #60BA32;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 30px;
	font-weight: normal;
}

.newspage_content_text
{
	margin-bottom: 40px;
	color: #000000;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.newspage_content_date
{
	color: #000000;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/*
/// - NEWSITEM
////////////////////////////////////////////////
/// - NEWSPAGE CONTENT
*/

#news-wrapper
{
	padding-top: 12px;
}

#news-col1
{
	float: left;
	width: 205px;
	overflow: hidden;
}

#news-col2
{
	float: left;
	padding: 0 22px 0 22px;
	width: 454px;
	overflow: hidden;
}

#news-col2 p
{
	margin-top: 16px;
}

#news-col3
{
	float: left;
	width: 200px;
	overflow: hidden;
}

/*
/// - NEWSPAGE CONTENT
////////////////////////////////////////////////
/// - SUBMENU
*/

.subNavigation
{
	padding: 0 0 0 0;
}

.subNavigationHeader
{
	height: 25px;
	background-image: url('images/menubg.png');
	background-repeat: no-repeat;
	padding: 4px 0 0 12px;
	color: #FFFFFF;
}

.subNavigationSubs
{
	margin: 12px 12px 0 12px;
}

.subNavigationSubs a
{
	color: #000000;
	width: 175px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.subNavigationSubs img
{
	margin: 5px 0 0 0;
	float: right;
}

.subNavigation a:hover
{
	text-decoration: underline;
}

.subNavigationActivee
{
	font-weight: bold;
}

.subNavigationSeparator
{
	clear: left;
	height: 10px;
	margin: 0 0 5px 0;
	overflow: hidden;
	border-bottom: solid 1px #DADADA;	
}

/*
/// - SUBMENU
////////////////////////////////////////////////
*/
