﻿body 
{
	 margin:0 0 0 0;
}
div
{
	zoom: 1;
}

/* links > */
A:link 
{
	text-decoration: none;
	color: #333;
} 

A:visited 
{
	text-decoration: none;
	color: #444444;
}
A:active 
{
	text-decoration: none;
	color: #333;
}
A:hover 
{ 
	text-decoration: none;
	color: #333; 
}
/* links < */

/* text > */
p
{
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}

h1
{
	text-align:center;
}
/* text < */

/* list news item > */
.newslistitem
{
	text-align:center;
	width:940px;
}
.listitem A:hover
{
	background-color:#f0f0ff;
}
/* list news item < */

/* foto scroller > */
td.fotoscroller
{
	width:29px;
	height:104px;
	vertical-align:middle;
	text-align:center;
	background-color:#e0e0e0;
	cursor:pointer;
}

td.fotoscroller img
{
	width:25px;
	height:104px;
	background-color:#ffffff;
}

td.fotoscroller img:hover
{
	background-color:#f0f0ff;
}

td.fotopassive
{
	width:154px;
	height:104px;
	vertical-align:middle;
	text-align:center;
}

td.fotopassive img
{
	width:150px;
	height:100px;
	border-color:#999999;
	border-width:3px;
	border-style:double;
	background-color:#ffffff;
}

td.fotopassive img:hover
{
	border-color:#000000;
}

td.fotoactive
{
	width:156px;
	height:104px;
	vertical-align:middle;
	text-align:center;
}

td.fotoactive img
{
	width:150px;
	height:100px;
	border-color:#000000;
	border-width:3px;
	border-style:double;
	background-color:#ffffff;
}

td.fotoactive img:hover
{
	border-color:#000000;
}

td.fotoscrollerseparator
{
	width:20px;
	height:104px;
}
/* foto scroller < */