/* -----------------------------------
	@group NEWS Styles

<div id="news">
	<h1>News</h1>
	<div class="newsItem">
		<h2><a href="index.php?news=62">Aenean pulvinar</a></h2>
		<p class="newsDate">16.02.2010</p>
		<p>Aenean pulvinar iaculis faucibus. Praesent sed leoacus. </p>
		<p class="newsMore"><a href="index.php?news=62">Read more »</a></p>
	</div>
</div>

-------------------------------------- */

#news {
	padding: 0 0 0 0px;
	color: #232323;
	font-family: tahoma, 'Trebuchet MS', verdana;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.2em;
	text-decoration: none;
}

#news h1 {
	padding: 0 0 0 0px;
	color: #232323;
	font-family: georgia, 'Trebuchet MS', verdana;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
	text-decoration: none;
}

div.newsItem {
	margin: 8px 0 0 0;
	padding: 10px 3px 2px 3px;
}

div.newsItem h2, div.newsItem h2 a:link, div.newsItem h2 a:visited {
	padding: 0 0 0 16px;
	color: #232323;
	font-family: tahoma, 'Trebuchet MS', verdana;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
	text-decoration: none;
	background: url(images/arrow_lightblue.gif) no-repeat left 2px;
}

div.newsItem h2 a:link, div.newsItem h2 a:visited{
	padding: 0 0 0 0;
	background: none;
}

div.newsItem h2 a:hover{
	text-decoration: underline;
}

div.newsItem p.newsDate{
	padding: 0 0 6px 0;
	color: #aaaaaa;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
	text-decoration: none;
}

div.newsItem p, div.newsItem p a:link, div.newsItem p a:visited{
	padding: 0 0 5px 0;
	color: #676767;
	font-family: tahoma, arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.1em;
	text-decoration: none;
}

div.newsItem p a:hover{
	text-decoration: underline;
}

div.newsItem p.newsMore {
	padding: 8px 5px 15px 0;
	text-align: right;
}

div.newsItem p.newsMore a:link, div.newsItem p.newsMore a:visited{
	padding: 5px 12px 5px 10px;
	color: #676767;
	font-family: tahoma, arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.1em;
	text-decoration: none;
}

div.newsItem p.newsMore a:hover{
	color: #000000;
	text-decoration: underline;
}



/* -----------------------------------
	@group RIGHT Styles
-------------------------------------- */

#services {
	padding: 0 0 0 0;
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;
}

#services div.servDiv{
	margin: 0 0 20px 0;
	padding: 8px;
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;
}

#services div.servDiv h2 {
	margin: 0 0 5px 0;
	padding: 3px 8px;
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
	background: #2471d2;
}

#services div.servDiv p {
	padding: 5px 0px;
}

#services div.servDiv img {
	margin: 0;
	padding: 4px;
	border: 1px solid #cccccc;
}

/* -----------------------------------
	@group TABLE Styles
-------------------------------------- */


table {
	margin: 15px 0 0 0;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;
}

table thead{
}

table thead th{
	padding: 2px;
	border-bottom: 1px solid #555555;
}

table tbody{
}

table tbody tr{
}

table tbody tr td{
	padding: 2px 3px;
}

