/* CSS Document */

*
{
	font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;
}

body
{
	background-image: url(pics/background_top2.jpg);
	background-position: center top;
	font-size: 12px;
}

input, textarea
{
	font-size: 12px;
}

h1
{
	font-size: 22px;
	color: #2e1a1b;
	margin: 0px;
}

h2
{
	font-size: 16px;
	color: #2e1a1b;
	margin: 0px;
}


h3
{
	color: #2e1a1b;
	font-size: 10px;
	margin: 0px;
	font-weight: normal; 
}

div.novinky
{
	position: absolute;
	left: 0px;
	bottom: 5px;
	background-color: #f9f7c0;
	width: 250px;
	max-height: 120px;
	padding: 6px 10px;
	opacity: 0.93;
	filter: alpha(opacity=93);
	color: black;
	overflow-y: scroll;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

a.novinky
{
	color: navy;
	text-decoration: underline;
}

a.novinky:hover
{
	text-decoration: none;
}

table.top_tpl_table
{
	width: 980px;
	margin: 4px auto;
	border-collapse: collapse;
}

table.top_tpl_table td
{
	padding: 0px;
}

div.galerie_div
{
	float: left;
	width: 180px;
	height: 180px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	cursor: pointer;
	border: 1px dotted gray;
	background-color: #fefce7;
}

div.galerie_autor
{
	border: 1px solid blue;
}

div.pager
{
	margin-top: 2px;
}

div.pager A
{
	padding: 2px 5px;
	background-color: #f4ec9f;
	width: 20px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border: 1px solid silver;
}

div.pager A:hover
{
	color: white;
	background-color: #992a16;
}

div.pager span.active
{
	color: black;
	cursor: default;
	padding: 3px 10px;
	border: 1px solid silver;
	background-color: #992a16;
	color: white;
	font-weight: bold;
}

table.galerie_listing
{
	width: 95%;
	margin: 0px auto;
	border-collapse: collapse;
}

a.odkaz
{
	color: black;
}

a.odkaz2
{
	color: blue;
}

a.odkaz, a.odkaz2
{
	text-decoration: none;
}

a.odkaz:hover, a.odkaz2:hover
{
	text-decoration: underline;
}

table.autocomplete
{
	border: 1px solid #3b3d41;
	background-color: white;
}

table.autocomplete  td
{
	padding: 5px 30px 5px 8px;
	color: #3b3d41;
	text-align: left;
}

