/* CSS Document */


html, body { height: 100%; }

body{
	background-color: #d2dacb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

a:link, a:visited{
	color:#000000;
	text-decoration: underline;
}

a:hover{
	color:#000000;
	text-decoration: none;
	background-color:#d2dacb;
}

form{
margin: 0px;
padding: 0px;

}

#search{
padding-right: 10px;
}

.bg-left{
background-image:url(images/bg-left.gif);
background-position:right;
background-repeat:repeat-y;
}

.bg-right{
background-image:url(images/bg-right.gif);
background-position:left;
background-repeat:repeat-y;
}

.header{
background-image:url(images/header-grad.gif);
background-position:left;
background-repeat:no-repeat;
}

.menu1{
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;

}

.menu1 a:link, .menu1 a:visited{
	color:#000000;
	text-decoration: none;
	padding: 4px;
}

.menu1 a:hover{
	color:#000000;
	text-decoration: none;
}

.menu2{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
}

.menu2 a:link, .menu2 a:visited{
	color:#000000;
	text-decoration: none;
	padding: 4px;
}

.menu2 a:hover{
	color:#006600;
	text-decoration: none;
	padding: 4px;
}

h1{
	margin: 0px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:normal;
	text-align: center;	

}

h1 a:link, h1 a:visited{
	text-decoration: none;
}

h1 a:hover{
	text-decoration: underline;
}

#tabela{
	height: 100%;

}

.produkt{
background-color: #d2dacb;
}

.produkt a:link, .produkt a:visited{
	color:#000000;
	text-decoration: none;
}

.produkt a:hover{
	color:#000000;
	text-decoration: none;
	}


.produktslika{
border: 2px #d2dacb solid;
}

.footer{
background-color:#999999;
font-size:10px;;
}

.footer a:link, .footer a:visited{
	color: black;
	text-decoration: none;
}

.footer a:hover{
	color: black;
	text-decoration: underline;
	background-color: #999999;
}


#baner {
	padding: 10px;
	position: absolute;
	top: 30px;
	text-align: center;
	border: 1px solid #666;
	background-color: #f0f0ff;
	font-weight: bold;
	/* the filter attribute is recognized in
   Internet Explorer and should be a percentage */
   filter: Alpha(opacity=80);
   /* the -moz-opacity attribute is recognized by 
   Gecko browsers and should be a decimal */
   -moz-opacity: .8;
	/* opacity is the proposed CSS3 method, supported
   in recent Gecko browsers */
   opacity: .8;

}

.baner{
background-color: #d2dacb;
border: 4px #d2dacb solid;
}