*{padding: 0; margin: 0;}

body, div, td, th
{
	text-align: left;
   font-family: "Tahoma";
   font-size: 12px;
}

h1
{
	font-size: 20px;
}
h2
{
	font-size: 18px;
}

ul li
{
	list-style-type: none;
}

.Core_Display_None
{
   display: none !important;
}

.Core_ACenter
{
	text-align: center;
}
.Core_ARight
{
	text-align: right;
}
.Core_VMiddle
{
	vertical-align: middle;
}

.Core_FRight
{
	float: right;
}
.Core_FRight_Image
{
	float: right;
	margin: 5px 0 3px 10px;
	border: 1px solid #aaa;
}
.Core_NoText
{
   font-size: 0px;
   line-height: 0px;
}



a .Core_Hover_Visible
{
   display: none;
}
a:hover .Core_Hover_Visible
{
   display: block;
}
a .Core_Hover_Invisible
{
   display: block;
}
a:hover .Core_Hover_Invisible
{
   display: none;
}
a .Core_Hover_Visible_Inline
{
   display: none;
}
a:hover .Core_Hover_Visible_Inline
{
   display: inline;
}
a .Core_Hover_Invisible_Inline
{
   display: inline;
}
a:hover .Core_Hover_Invisible_Inline
{
   display: none;
}




div.Core_Image_Switch .Core_Hover_Visible
{
   display: none;
}
div.Core_Image_Switch:hover .Core_Hover_Visible
{
   display: block;
}
div.Core_Image_Switch .Core_Hover_Invisible
{
   display: block;
}
div.Core_Image_Switch:hover .Core_Hover_Invisible
{
   display: none;
}
div.Core_Image_Switch .Core_Hover_Visible_Inline
{
   display: none;
}
div.Core_Image_Switch:hover .Core_Hover_Visible_Inline
{
   display: inline;
}
div.Core_Image_Switch .Core_Hover_Invisible_Inline
{
   display: inline;
}
div.Core_Image_Switch:hover .Core_Hover_Invisible_Inline
{
   display: none;
}
.Core_Hidden
{
   display: none;
}



a
{

	text-decoration: none;
}
a:hover
{

}

a.Core_Menu
{
	text-decoration: none;
}
table
{
	border-collapse: collapse;
}
table.LayOut td
{
	vertical-align: top;
}


table.Core_Gallery
{
	margin: 0 0;
}

table.Core_Gallery td
{
	padding: 10px 0 0 10px;
	border: 0px solid #000;
	font-size: 0;
	vertical-align: top;
	text-align: center;

}
table.Core_Gallery td a img
{
	border: 1px solid #ccf;
}
table.Core_Gallery td a:hover img
{
	border: 1px solid #aac;
}


table.Core_Gallery td.Core_Gallery_firstc
{
	padding-left: 0;
}
table.Core_Gallery td.Core_Gallery_firstr
{
	padding-top: 0;
}
table.Core_Gallery td.Core_Gallery_firstcr
{
	padding-left: 0;
	padding-top: 0;
}

span.Core_High
{
	font: bold 14px Arial;
}
div.Core_FLeft
{
	float: left;
}
div.Core_FRight
{
	float: right;
}
div.Core_FClear
{
	clear: both;
}

div.Core_Clearer
{
	clear: both;
}
.Core_Click
{
	cursor: pointer;
}

html {overflow-y: scroll;}
body
{
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 0;
	/*
	background-image: url(../design/layout/body_background.jpg);
	background-repeat: repeat-x;
	*/
}
a img
{
	border: 0;
}
p.Core_Text
{
	padding: 0;
	text-align: justify;
}
.Core_Tiny
{
	font-size: 10px;
}
div.Core_NoText
{
	font-size: 0;
	line-height: 0;
}

table.Question th, table.Question td
{
	padding: 2px 4px;
	vertical-align: top;
}
table.Question th
{
	font-weight: normal;
	text-align: right;
}

table.Core_APad td
{
	padding: 1px 2px;
}

table.Core_APad td.vspace
{
   padding-bottom: 4px;
}
div.Core_APad
{
   padding: 2px 5px;
}

form.Arder input.Text, form.Arder textarea.Text, form.Arder select
{
	border: 0;
   padding: 1px 2px;
}
form.Arder .Text300
{
	width: 300px;
}
form.Arder input.Submit
{
	border: 0;
   background-color: #f5f5f5;
	cursor: pointer;
   font: bold 17px Tahoma;
}




.jQ_Hidden
{
   display: none;
}


/*
   tabulka pro zobrazení dat, základní nastavení
*/

td.Core_Data, td.Core_Data
{
   vertical-align: top;
}


.Component_Frame_P {
    position: relative;
}
.Component_Frame_P p {
    position: absolute;
}