/* general */
BODY, HTML, FORM, INPUT, SELECT, OPTGROUP, OPTION, TEXTAREA, BUTTON, A, P, DIV, TABLE, TR, TD, UL
{
	color		: #000000;
	margin		: 0px;
	padding		: 0px;
	font-family	: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	vertical-align	: middle;
}

IMG
{
	border		: 0px;
}
A
{
	color		: #000000;
	text-decoration	: none;
}
A:hover, A:active
{
	text-decoration	: underline;
}
P
{
	margin-bottom	: 10px;
}
UL
{
	margin		: 4px 10px 4px 30px;
}
TABLE
{
	width		: 100%;
}

P.content-title
{
	color		: #DB6207;
	font-size		: 9pt;
	font-weight	: bold;
	margin		: 0px;
	padding		: 0px;

}
A.back
{
	font-size		: 7pt;
	float		: right;
}
A.back:hover
{
	color		: #000000;
}


/********/
/* layout */
/********/
.page
{
	background-color	: #000000;
	width		: 100%;
}

.page #main_div
{
	 text-align	: center;
}

*html .page #main_div
{
	overflow		: auto;
}


/* 1. vrsta */
.page .top
{
	height		: 30px;
}
.page .top-center
{
	height		: 30px;
	width		: 760px;
}

/* 2. vrsta */
.page .top-bottom
{
	
}

.page .top-bottom-left
{
	background-image	: url(../pictures/top-bottom-left.jpg);
	background-repeat	: no-repeat;
	height		: 182px;
	width		: 176px;
	vertical-align	: top;
}
.page .top-bottom-right
{
	background-image	: url(../pictures/top-bottom-right.jpg);
	background-repeat	: no-repeat;
	height		: 182px;
	width		: 584px;
}
.top-bottom-left P
{
	padding-top	: 90px;
	padding-left	: 5px;
}
.top-bottom-left A
{
	color		: #000000;
	font-size		: 10px;
	font-weight	: bold;
}
.top-bottom-left A:hover
{
	color		: #000000;
	text-decoration	: underline;
}

/* 3. vrsta */
.page .left-top
{
	vertical-align	: top;
	width		: 176px;
}
.page .left-bottom
{
	vertical-align	: bottom;
	width		: 176px;
}
.page .center-table
{
	margin		: auto;
	margin-top	: 13px;
	margin-bottom	: 13px;
	width		: 558px;
}

/* 4. vrsta */
.page .bottom
{
	color		: #FFFFFF;
	font-size		: 7pt;
	height		: 28px;
	vertical-align	: middle;
}
.page .bottom-center
{
	height		: 28px;
}
.page .bottom-center A
{
	color		: #FFFFFF;
	font-size		: 7pt;
	text-decoration	: none;
}
.page .bottom-center A:hover
{
	text-decoration	: underline;
}


/* menu in left column */
.menu-left
{
	margin		: auto;
	margin-bottom	: 0px;
	margin-top	: 10px;
	width		: 150px;
}
.menu-left P
{
	font-size		: 7pt;
}
.menu-left .arrow
{
	width		: 10px;
	vertical-align	: top;
	text-align		: left;
}
.menu-left .item
{
	color		: #FFFFFF;
	font-size		: 7pt;
	padding-bottom	: 8px;
	width		: 140px;
}
.menu-left .item2
{
	color		: #FFFFFF;
	padding-bottom	: 4px;
}
.menu-left A
{
	color		: #FFFFFF;
	font-size		: 7pt;
	font-weight	: bold;
}
.menu-left A:hover
{
	text-decoration	: underline;
}
.menu-left A.font8
{
	font-size		: 8pt;
}
.menu-left .paging
{
	font-size		: 9px;
	color		: #FFFFFF;
}
.menu-left .paging A
{
	font-weight	: normal;
}



TD.title
{
	color		: #DB6207;
	font-size		: 11pt;
	font-weight	: bold;
	padding-bottom	: 5px;
}


/* single fotka */
.single
{
	margin		: auto;
	width		: 100px;
}
.single .image, .single .image2
{
	background-color	: #DCDCDC;
	vertical-align	: middle;
	text-align		: center;
	width		: 100px;
	height		: 100px;
}
.single .image2
{
	width		: 130px;
	height		: 175px;
}
.single .lead
{
	text-align		: center;
	padding		: 2px 2px 10px 2px;
}
.single .lead2
{
	border		: 1px solid #DCDCDC;
	padding		: 1px;
	font-size		: 7pt;
}
.single .lead2 P
{
	font-size		: 7pt;
	padding		: 1px;
}
.single .lead2 A.title
{
	font-size		: 7pt;
	color		: #DB6207;
	font-weight	: bold;
}
.single .more
{
	background-color	: #DCDCDC;
	text-align		: center;
}
.single .more A
{
	font-size		: 6pt;
	font-weight	: bold;
}
.single .more A:hover
{
	color		: #000000;
	text-decoration	: underline;
}
