body {
	margin : 0px;
	background-color :  #3F557A;}
body, td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;}
th{
	text-align : center;
	font-size : 11px;
	color : White;
	line-height : 18px;
	background-color : #3f557a;
	text-transform : uppercase;	
	vertical-align : middle;}
	
a:link,a:active,a:visited{
	text-decoration : none;
	color : #3F557A;
	font-weight : bold;}
a:hover{
	color: #A1ACBC;
	text-decoration : underline;}
a.Language:link, a.Language:visited, a.Language:active{
	color: #A1ACBC;}
a.Copy:link, a.Copy:visited, a.Copy:active{
	color: #A1ACBC;
	font-size : 9px;}
	
td.LeftTable, td.BannerLeft, td.BannerRight {
	background-color : #3F557A;}
td.BannerLeft{
	color : #A1ACBC;
	font-weight : bold;
	line-height: 16px;}
td.BannerRight{
	background-image : url(../images/bannerright.jpg);
	background-position : right;
	background-repeat : no-repeat;
	text-align : left;
	line-height : 16px;}
td.LeftTable {
	color : #A1ACBC;
	font-weight : bold;
	font-size : 12px;}
td.MainText {
	padding : 5px;
	background-color : White;
	font : 11px;}
td.Slika{
	text-align : center;
	background-color : #CCCCCC;}
td.Opis{
	background-color : #A1ACBC;
	text-align : center;
	font-weight : bold;}
	
/* CSS Buttons 
	---------------------------------------------------*/
#button {
	width: 118px;
	padding: 6px 0 0 0;
	margin-bottom: 5 px;
	font-family:  Tahoma, Verdana, Arial, sans-serif;
	background-color: #A1ACBC;
	color: #333;}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;}
#button li {
	border-bottom: 1px solid #A1ACBC;
	margin: 0;}
#button li a {
	display: block;
	padding: 1px 1px 1px 3px;
	border-left: 10px solid #44566C;
	border-right: 10px solid #7889A5;
	background-color: #60718d;
	color: #ffffff;
	text-decoration: none;
	width: 100%;}
html>body #button li a {
	width: auto;}
#button li a:hover {
	border-left: 10px solid #4D6379;
	border-right: 10px solid #889AB0;
	background-color: #6F819D;}
/* -----------------------------------------------------
END CSS Buttons */