﻿html, body
{
	background-repeat: repeat;
	background-image: url(    'Images/background_pixel.bmp' );
	text-align: center;
	/*overflow:hidden;*/
	padding:0;
	margin:0;
	border-collapse:collapse;
}

#divBackground
{
	background-image: url(   'Images/background.jpg' );
	background-repeat: no-repeat;
	background-position: top center;
	/*overflow: hidden;*/
	width: 100%;
	height: 900px;
	text-align: center;
	
}

#tableContent
{
	margin: 0px auto 0px auto;
	width: 920px;
	border-collapse:collapse;
}
#tdMeni
{
	vertical-align:top;
	text-align:left;
}
#tableMeni td
{
	vertical-align:top;
	text-align:left;
	border-collapse:collapse;
}

#tdContent
{
	padding: 0px 0px 0px 6px;
	text-align: left;
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	
}

#tableLinks
{
	margin: 0px 0px 0px 30px;
	vertical-align: top;
	text-align: left;
	width:100%;
}

html, #tableLinks a:link, a:visited, a:active
{
	color: #000000;
	text-decoration: none;
}
html, #tableLinks a:hover
{
	color: #666666;
	text-decoration: none;
}


#tableLinks td
{
	vertical-align:top;
	text-align:left;
}

#tableGallery
{
	margin: 0px 0px 0px 0px;
	width: 620px;
	height:400px;
	


}
#tableGallery td
{
	
	vertical-align:top;
	padding:10px;
}

#column-1
{
	margin: 10px 0px 0px 10px;
	position: relative;
	float: left;
	width: 880px; /* remember to set a width */
}
.overlay{
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 0;  /* will cover the entire parent */
  left: 0;
  width: 100%;
  /* background: #FFFFFF;
  opacity: 0.6;
  -moz-opacity: 0.6; 
  filter:alpha(opacity=60); */ 
  
}

#column-1 .content {
width: 880px;
}
.content {
  position: relative;
}

.cc {color:#444444; text-decoration:none;}
.cc:link {color:#444444; text-decoration:none;}
.cc:active {color:#444444; text-decoration:none;}
.cc:hover {color:#222222; text-decoration:none;}
.cc:visited {color:#444444; text-decoration:none;}

.bookmarks {color:#444444; text-decoration:none;}
.bookmarks:link {color:#444444; text-decoration:none;}
.bookmarks:active {color:#444444; text-decoration:none;}
.bookmarks:hover {color:#222222; text-decoration:none;}
.bookmarks:visited {color:#444444; text-decoration:none;}