/* zaklad */
BODY
{
	background-color: #FFFFFF;
	margin: 10px;
}

BODY, TD
{
	font-family: Verdana, Tahoma, Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 70%;
	color: #404040;
	margin-top: 0px;
}

A
{
	color: #233E99;
	text-decoration: underline;
}

A:hover
{
	color: #B40000;
	text-decoration: underline;
}

/* nadpisy */
H1
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #233E99;
}

H2
{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #233E99;
}

H3
{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #233E99;
}

H4
{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #233E99;
}

H5
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
	color: #233E99;
}

H6
{
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 3px;
	color: #233E99;
}

P
{
	margin-top: 10px;
	margin-bottom: 10px;
}

LI
{
	margin-top: 3px;
	margin-bottom: 3px;
}

UL LI
{
	list-style-image: url(li.gif);
}

/* forulare */
TABLE.form
{
	background-color: #F5F5F5;
	border: 1px solid #808080;
}

TABLE.form TD.label
{
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	padding-right: 3px;
	padding-top: 4px;
}

SELECT
{
	font-family: Verdana, Tahoma, Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 110%;
}

TEXTAREA
{
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #233E99;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 200px;
	height: 75px;
}

INPUT.field
{
	font-family: Verdana, Tahoma, Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 110%;
	border: 1px solid #233E99;
	padding: 2px;
	width: 200px;
	height: 20px;
}

INPUT.button
{
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #808080;
	width: 80px;
	height: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	border: 1px solid #233E99;
}

/* chyba */
.error
{
	color: #233E99;
}

/* vyrovnavace */
.move-up-2
{
	position: relative;
	top: -2px;
}

/* pozadovana polozka */
SPAN.req
{
	font-family: Tahoma, Verdana, Arial, "Arial CE", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #C00000;
	position: relative;
	left: 3px;
	top: 3px;
	cursor: default;
}

/* custom */
DIV.c-pg
{
	float: none;
	width: 760px;
}

/* page header */
DIV.c-pg-hdr
{
	float: none;
	width: 760px;
	height: 76px;
}

DIV.c-hdr-logo
{
	width: 370px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

DIV.c-hdr-slogan
{
	width: 200px;
	padding-top: 25px;
	float: right;
	font-style: italic;
	text-align: right;
	font-size: 120%;
}
	
/* page header2 */
DIV.c-pg-hdr2
{
	float: none;
	width: 760px;
	height: 80px;
	_height: 81px;
	color: #FFFFFF;
	background-color: #233E99;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
}

DIV.c-hdr2-img
{
	background-color: #FFFFFF;
	width: 198px;
	height: 80px;
	position: absolute;
	left: 0px;
}

DIV.c-hdr2-links
{
	/*float: right;*/
	text-align: right;
	position: absolute;
	right: 0px;
	
	padding-top: 10px;
	padding-right: 10px;
	clear: both;
	
	z-index: 3;
}

DIV.c-hdr2-links A
{
	text-decoration: none;
	color: #FFFFFF;
}

DIV.c-hdr2-links A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

DIV.c-hdr2-name
{
	width: 550px;
	font-size: 210%;
	font-weight: bold;
	
	vertical-align: bottom;
	position: absolute;
	left: 199px;
	bottom: 5px;
	padding-left: 10px;
	padding-top: 22px;
}

DIV.c-hdr2-name H1
{
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
}

IMG#Bridge
{
	border-right: 1px solid #FFFFFF;
}
	
/* page top */
DIV.c-pg-top
{
	float: left;
	width: 760px;
	height: 5px;
	font-size: 1px;
	background-color: #606060;
	margin-bottom: 0px;
	
}

/* page content */
DIV.c-pg-cnt
{
	float: left;
	margin-bottom: 0px;
	background-image: url(blue.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 760px;
	
	
}

DIV.c-cnt-left
{
	float: left;
	width: 198px;
	background-color: #9AA5D0;
	xborder-top: 1px solid white;
	
}


DIV.c-cnt-center
{
	margin-left: 210px;
	_margin-left: 205px;
	width: 354px;
	max-width: 340px;
	margin-top: 10px;
	
}

DIV.c-cnt-main
{
	float: right;
	width: 552px;
	max-width: 552px;
	margin-top: 10px;
/*	min-height: 400px;
	_height: 400px;*/
	
	
	
}

DIV.c-cnt-right
{
	float: right;
	width: 198px;
	width: 187px;
	padding-left: 11px;
	border-left: 1px solid #233E99;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

DIV.c-blk-hdr
{
/*	clear: both;*/
	padding: 2px;
	padding-left: 5px;
	background-color: #9AA5D0;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

DIV.c-blk2-hdr
{
	clear: both;
	padding: 2px;
	padding-left: 10px;
	background-color: #9AA5D0;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

DIV.c-blk-txt
{
	/*clear: both;*/
	margin-top: 5px;
	margin-bottom: 10px;
	
}

DIV.c-cnt-left DIV.c-blk-txt
{
	padding-left: 10px;
	padding-right: 10px;

}

DIV.c-blk-txt P
{
	margin: 0px;
}

DIV.c-blk-p
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}

DIV.c-blk-res
{
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

DIV.c-blk-desc
{
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 19px;
}
	
/* menu */
DIV.c-menu
{
	clear: both;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
}

DIV.c-menu.highlighted{
	padding-top: 10px;
	margin-top: -5px;
}
DIV.c-menu.highlighted,
DIV.c-menu.highlighted .c-menu-item,
DIV.c-menu.highlighted .c-submenu,
DIV.c-menu.highlighted .c-submenu .c-submenu-item,
DIV.c-menu.highlighted .c-submenu .c-submenu-item-active{
	background: #233E99;
}
DIV.c-menu.highlighted .c-submenu .c-submenu-item-active,
DIV.c-menu.highlighted .c-submenu .c-submenu-item-active a{
	color: white;
	font-weight: bold;
}
DIV.c-menu-item
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #9AA5D0;
	font-family: Verdana, Tahoma, Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1px;
	color: #FFFFFF;
}

DIV.c-menu-item A
{
	color: #FFFFFF;
	text-decoration: none;
}

DIV.c-menu-item A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

DIV.c-submenu
{
	
}

DIV.c-submenu-item
{
	font-family: Arial, "Arial CE", Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
}

SPAN.c-submenu-item
{
	padding-left: 5px;
	background-color: #9AA5D0;
}

SPAN.c-submenu-item A
{
	color: #FFFFFF;
	text-decoration: none;
}

SPAN.c-submenu-item A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

SPAN.c-submenu-item-active
{
	padding-left: 5px;
	background-color: #9AA5D0;
	width: 176px;
	color: #FFFFFF;
}

SPAN.c-submenu-item-active A
{
	color: #233E99;
	text-decoration: none;
}

SPAN.c-submenu-item-active A:hover
{
	color: #B40000;
	text-decoration: underline;
}

/* page footer */
.c-pg-ftr
{
	width: 760px;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #FFFFFF;
	
	background: #9AA5D0;
	font-size: 90%;
	height: 15px;
	_height: 20px;
	
	color: #FFFFFF;

}

DIV.c-pg-ftr A
{
	color: #FFFFFF;
	text-decoration: none;
}
	
DIV.c-pg-ftr A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

DIV.c-ftr-copy
{
	float: left;
}

DIV.c-ftr-links
{

	float: right;
}

/* ruzne */
IMG.c-arrow, IMG.c-arrow-ds
{
	margin-right: 4px;
	position: relative;
	top: 1px;
}

IMG.c-arrow-ds
{
	margin-left: 4px;
}

FORM.c-inline
{
	margin: 0px;
}

SPAN.alert
{
	color: #FF0000;
}

/* cesta */
P#Path
{
	font-size: 90%;
	margin-top: 0px;
}


#web-path{
	position: relative;	
	left: 24px;
	_left: -2px;
	_float: right;
	_margin-right: -2px;

	/*top: 5px;*/
	vertical-align: middle;
	line-height: 20px;
	_line-height: 16px;
	height: 20px;
	overflow: hidden;
	
	margin-left: -23px;
	
	background: #EEEEEE;
	/*border: 1px solid silver;*/
	

	padding-left: 10px;
	width: 551px;
	_width: 561px;
}

#web-path a.active{
	color: #B40000;
	text-decoration: none;
}
#web-path .divider{
	background: url(info-divider.gif) no-repeat;
	background-position: center;
}
#web-path{ text-align: left; }
#web-path .divider{ 
	background: url(path-divider.gif) no-repeat;
	background-position: center;
}

#login-form{
	border-bottom: 1px solid white;
	margin-bottom: 10px;
	padding-left: 10px;
	color: white;
}
#login-form table{
	color: white;	
}
#login-form .field{
	width: 145px;
}
#login-form input.button{
	width: 80px;
}
.konference{
	line-height: 13px;
	margin-bottom: 12px;
}
.konference .label{
	font-weight: bold;
	font-size: 120%;
	color: #233E99;
}
.konference .text{
	margin-top: 5px;
}
.pager{
	text-align: center;
	margin-bottom: 10px;
}
.filter-panel{
	border: 1px solid #41518D;
	width: 100%;
	padding: 5px;
	background: #9AA5D0;
	color: white;
}



.white{
	color: white;
}
.mission
{
	margin-bottom: 10px;
}
.mission P
{
	margin: 0px;
}
.ppp
{
	display: none;
}


.no-underline,
.no-underline a{
	text-decoration: none;
}