* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

* :focus { outline: 0; }

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0A2B58;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	line-height: 160%;
	font-size: 11px;
}

/*------------------------------------------------------------
container
------------------------------------------------------------*/

#pagewidth {
	margin: 0 auto;
	width: 960px;
	/*height: 800px;*/
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/

#pagewidth a.page_title {
	display: block;
	width: 668px;
	height: 174px;
	background-image: url(../images/nadpis.png);
	background-repeat: no-repeat;
	float: left;
}

/*-------------- action */

#pagewidth img {
	float: right;
	border: 0;
}

/*------------------------------------------------------------
menu
------------------------------------------------------------*/

#pagewidth #menu {
	clear: both;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	height: 54px;
}

/*-------------- dropdown */

ul.dropdown {
	width: 730px;
	top: 15px;
	left: 50px;
	font-size: 12px;
	position: relative;
 	z-index: 7;
 	float: left;
}

ul.dropdown a { 
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

ul.dropdown a.blue { 
	color: #66A1EF;
}

ul.dropdown a:hover { 
	background-color: #0C356D;
	color: #FFFFFF; 
	text-decoration: none; 
}

ul.dropdown a.blue:hover { 
	background-color: transparent;
	color: #FFFFFF;
}

ul.dropdown li {
	list-style: none;
	padding: 0;
	float: left;
}

ul.dropdown li:hover {
 	position: relative;
 	z-index: 9;
}

ul.dropdown li a {
 	display: block;
 	padding: 7px 15px 7px 15px;
}

ul.dropdown li:hover > a.dir {
	background-color: #0C356D;
	color: #FFFFFF;
}

ul.dropdown ul {
	list-style: none;
	visibility: hidden;
 	position: absolute;
 	top: 100%;
 	left: 0;
	font-size: 12px;
	width: 100%;
	/*margin: 0;
	padding: 0;
	width: 170px;*/
	/*filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;*/
 	z-index: 8;
}

ul.dropdown ul a { 
	color: #FFFFFF; 
	background-color: #0C356D;
	padding: 8px 9px 8px 15px;
	font-weight: normal;
	text-transform: none;
	width: 170px; /* Especially for IE */
}
		
ul.dropdown ul a:hover { 
	background-color: #245290;
	color: #FFFFFF; 
	text-decoration: none; 
}

/*ul.dropdown ul li {
	float: none;
}*/

ul.dropdown li:hover > ul {
 	visibility: visible;
}

ul.dropdown ul li:hover > a.dir {
	 background-color: #0C356D;
	 color: #FFFFFF;
}

/*-------------- write us */

a.write_us{
	display: block;
	float: right;
	color: #B2B2B2;
	background-image: url(../images/write_us.png);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding: 0 0 2px 22px;
	margin-right: 68px;
	margin-top: 22px;
}

a.write_us:hover{
	text-decoration: underline;
}

/*------------------------------------------------------------
homepage
------------------------------------------------------------*/

/*-------------- slider */

#slider {
    width: 618px; /* important to be same as image width */
    height: 345px; /* important to be same as image height */
    position: relative; /* important */
	 overflow: hidden; /* important */
	 float: left;
	 margin-left: 38px;
	 margin-top: 1px;
	 margin-right: 1px;
}
#sliderContent {
   width: 618px; /* important to be same as image width or wider */
   position: absolute;
	top: 0;
	margin-right: 0;
}
.sliderImage {
   float: left;
   position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	 text-transform: uppercase;
	 font-size: 1px;
	 text-align: right;
	 font-family: "Arial", "Helvetica", sans-serif;
    padding: 0;
    width: 618px;
    background-color: #000000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFFF;
    display: none;
}

#slider .clear {
	clear: both;
}

#slider .bottom {
	bottom: 0;
   right: 0;
	
}

#slider ul { 
	list-style-type: none;
}

/*-------------- rightside */

#homepage_rightside {
	float: left;
	font-size: 12px;
	background-image: url(../images/homepage_rightside.jpg);
	background-repeat: no-repeat;
	width: 265px;
	height: 350px;
}

#homepage_rightside h2 {
	height: 27px;
	line-height: 260%;
	text-align: right;
	color: #66A1EF;
	font-size: 14px;
	font-weight: normal;
	margin: 0 22px 0 22px;
	border-bottom: 1px dotted #6A81A0;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#homepage_rightside .recruitment {
	/*padding-top: 11px;*/
	background-image: url(../images/recruitment_bg.jpg);
	background-repeat: no-repeat;
	width: 243px;
	height: 156px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#homepage_rightside .facebook{
	/*padding-top: 11px;*/
	width: 243px;
	height: 156px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#homepage_rightside p {
	color: #FFFFFF;
	margin: 7px 22px 0 22px;
	line-height: 160%;
	height: 90px;
}

#homepage_rightside .facebook p {
	color: #66A1EF;
	height: 60px;
}

#homepage_rightside .recruitment a {
	float: right;
	height: 10px;
	margin: 0 37px 0 22px;
	color: #66A1EF;
	text-decoration: none;
}

#homepage_rightside .recruitment a:hover {
	color: #FFFFFF;
}

#homepage_rightside .facebook a {
	display: block;
	background: url(../images/fb.jpg);
	width: 199px;
	height: 52px;
	margin: 0 37px 0 22px;
	color: #66A1EF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 330%;
	text-indent: 100px;
}

#homepage_rightside .facebook a:hover {
	background-position: -199px 0;
	color: #FFFFFF;
}

/*------------------------------------------------------------
content container
------------------------------------------------------------*/

#content {
	background-image: url(../images/content_spaner.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

/*------------------------------------------------------------
content left_column
------------------------------------------------------------*/

#left_column {
	width: 581px;
	margin-left: 52px;
	margin-right: 24px;
	float: left;
}

#left_column h1 {
	text-transform: uppercase;
	font-size: 17px;
	color: #0C356D;
	border-bottom: 1px dotted #0C356D;
	padding-bottom: 13px;
	padding-top: 7px;
	margin-top: 12px;
	margin-bottom: 10px;
}

#left_column h3 {
	font-size: 14px;
	color: #0C356D;
	padding: 0;
	margin: 0;
}

#left_column p {
	margin-bottom: 13px;
}

#left_column cite {
	font-style: italic;
}

#left_column a{
	padding-bottom: 1px;
	border-bottom: 1px dashed #0C356D;
	color: #0C356D;
	text-decoration: none;
}

#left_column a:hover{
	border-color: #66A1EF;
	color: #66A1EF;
}

#left_column img {
	float: left;
	margin: 0 15px 10px 0;
}

#left_column table {
	clear: both;
	margin-bottom: 20px;
}

#left_column table td {
	padding: 0 10px 0 10px;
}

#left_column ul {
	padding-left: 15px;
}

#left_column iframe {
	border: 0;
	overflow: hidden;
	width: 580px;
}

/*------------------------------------------------------------
content right_column
------------------------------------------------------------*/

#right_column {
	width: 265px;
	float: left;
}

#right_column h2 {
	margin-top: 6px;
	background-image: url(../images/h2_rightcolumn.jpg);
	background-repeat: repeat-y;
	width: 265px;
	height: 46px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 370%;
	color: #FFFFFF;
}

/*-------------- tabs */

div.TabView {
	margin-top: 10px;
	color: #FFFFFF;
}

div.TabView div.Tabs
{
  height: 24px;
  width: 265px;
}

div.TabView div.Tabs a
{
 	float: left;
 	display: block;
	height: 20px;
 	text-align: center;
 	padding: 5px 10px 4px 10px;
	font-size: 11px;
	text-decoration: none;
 	color: #000000;
	background-color: #E3E3E3;
	margin-right: 1px;
}

div.TabView div.Tabs a:hover {
	color: #245290;
}

div.TabView div.Tabs a.Active {
	background-color: #071F40;
	color: #FFFFFF;
}

div.TabView div.Pages
{
	clear: both;
	overflow: hidden;
	width: 265px;
	height: 217px;
	background-image: url(../images/table_bg.jpg);
	background-repeat: no-repeat;
}

div.TabView div.Pages div.Page
{
  height: 100%;
  padding: 0px;
  overflow: hidden;
}

div.TabView div.Pages div.Page div.Pad
{
  padding: 3px 5px;
}

div.TabView div.Pages div.Page div.Pad dl
{
	margin-top: 15px;
 	margin-left: 7px;
 	margin-right: 7px;
	margin-bottom: 25px;
}

div.TabView div.Pages div.Page div.Pad dl dt
{
	font-weight: bold;
	color: #66A1EF;
	margin-bottom: 7px;
}

div.TabView div.Pages div.Page div.Pad dl dd
{
	margin-bottom: 2px;
}

div.TabView div.Pages div.Page div.Pad dl dd a
{
	color: #66A1EF;
	text-decoration: underline;
}

div.TabView div.Pages div.Page div.Pad dl dd a:hover
{
	text-decoration: none;
}

div.TabView div.Pages div.Page div.Pad dl dd strong
{
	font-weight: bold;
	color: #B2B2B2;
}

div.TabView div.Pages div.Page div.Pad table
{
	margin-top: 15px;
  margin-left: 7px;
}

div.TabView div.Pages div.Page div.Pad table td
{
  padding: 0 3px;
  text-align: right;
}

div.TabView div.Pages div.Page div.Pad table td.name
{
  text-align: left;
}

/*-------------- reference */

#right_column dl.reference {
	text-align: center;
	font-size: 12px;
}

#right_column dl.reference dt {
	margin-bottom: 5px;
}

#right_column dl.reference dt a{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#right_column dl.reference dd.red{
	color: #FE0000;
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

/*-------------- footer menu */

#footer_menu {
	background-image: url(../images/footer_menu.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 83px;
}

#footer_menu #links{
	width: 600px;
	padding: 51px 0 0 55px;
	float: left;
}

#footer_menu #links a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer_menu #links a:hover{
	text-decoration: underline;
}

#footer_menu #anchors{
	padding: 51px 57px 0 0;
	float: right;
}

#footer_menu #anchors a{
	color: #66A1EF;
	text-decoration: none; 
}

#footer_menu #anchors a:hover{
	text-decoration: underline; 
}

/*-------------- footer end */

#footer_end {
	clear: both;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 165px;
}

#footer_end #ref_logos{
	padding-top: 18px;
	margin-left: 42px;
}

#footer_end #ref_logos a {
	float: left;
}

#footer_end #contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	width: 265px;
	height: 99px;
	float: right;
	margin-right: 38px;
	margin-top: -10px;
	font-size: 12px;
}

#footer_end #contact table {
	margin-top: 15px;
	margin-left: 12px;
	color: #FFFFFF;
}

#footer_end #contact table td{
	padding: 0 15px 0 0;
}

#footer_end #contact table td.blue{
	color: #66A1EF;
	padding-bottom: 3px;
	font-weight: bold;
}

/*-------------- under footer */

#footer_end #under {
	padding-top: 16px;
	clear: both;
	color: #FFFFFF;
}

#footer_end #under p {
	float: left;
	margin-left: 52px;
}

#footer_end #under p > a{
	text-decoration: underline;
	float: none;
	color: #FFFFFF;
	margin: 0;
}

#footer_end #under p > a:hover{
	text-decoration: none;
	color: #66A1EF;
}

#footer_end #under a {
	float: right;
	margin-right: 52px;
	color: #66A1EF;
	text-decoration: none;
}

#footer_end #under a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
global
------------------------------------------------------------*/

.reader {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
}


