/** basic styling
 */

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

body {
    background: gray url('../img/stripe_back.gif') top;
    font-family: Verdana, sans-serif;
    font-size: 82%;
}

a {
	color: #34669b;
}

a:visited {
	color: #34669b;
}

img {
    border: 0px none;
}

.clear {
  clear: both;
}

.dots {
	/*padding-bottom: 10px;*/
	border-bottom: 1px dotted #b2b2b2;
}

.hidden {
    display: none;
}
    

#wrapper {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -485px;
    width: 970px;
    min-height: 920px;
    background: white url('../img/stripe_fore.png') top left;
    padding: 0px 4px 0px 10px;
    z-index: 0;
}

#bottom_edge {
	position: relative;
	top: auto;
	left: 50%;
	width: 984px;
	margin-left: -485px;
	height: 12px;
	background: white url('../img/bottom_edge.png') no-repeat bottom left;
}


#search-box {
  position: absolute;
  top: 87px;
  left: 720px;
  width: 300px;
}

#search-box input {
  float: none;
  margin-top: 1px;
  vertical-align: top;
}

#search-box button {
  position: relative;
  width: 59px;
  height: 23px;
  border: none;
  background-image: url('../img/buttons/search-button.jpg');
  color: white;
  padding-bottom: 3px;
  left: 5px;
}

#search-box img {
  width: 59px;
  border: none;
}

.slideshow {
	margin-bottom: 10px;
}

#map_box {
    position: relative;
}

#mapa_velka {
    position: absolute;
    top: 10px;
    left: -640px;
    min-width: 620px;
    min-height: 453px;
    z-index: 1;
}

#mapa_velka img {
    z-index: 2;
}

#mapa_velka map {
    z-index: 3;
}

#mapa_velka area {
    z-index: 3;
}

#show-map-bttn {
    position: absolute;
    left: 126px;
    top: 198px;
    text-decoration: underline;
    color: #34669B;
    cursor: pointer;
}



/* Common box appearance */

.box {
	background: url("../img/box_lt.gif") no-repeat left top;
	margin-bottom: 10px;
}

.box img {
	border: none;
}

.box ul {
	list-style-type: none;
/*	float: right;*/
}

.box h1 {
	background: url("../img/box_rt.gif") no-repeat right top;
	padding: 5px 10px;
	/*font-family: Times, Serif;*/
	font-size: 110%;
	font-weight: bold;
	color: white;
}

.box h2 {
	/*font-family: Times, Serif;*/
	font-size: 120%;
	color: #34669b;
	font-weight: bold;	
	padding: 2px
}

.box_footer {
	background: url("../img/box_lb.gif") no-repeat left bottom;
/*	border-top: 1px dotted #b2b2b2;*/
}

.box_footer p {
	background: url("../img/box_rb.gif") no-repeat right bottom;
	text-align: right;
	padding: 5px;
	margin-top: 0;
}

.box_body {
	background: url("../img/box_right_border.gif") repeat-y top right;
	padding: 5px;
}

.box h2 {
/*	border-bottom: 1px dotted #b2b2b2;*/
}

/* Main navigation bar */
#navBar {
	float: left;
	width: 960px;
	height: 40px;
/*	margin-left: 9px;*/
	background: #b6b6b6 url("../img/tabs_background.png") no-repeat top left;
}

#navBar ul {
	margin-left: 10px;
	list-style: none;
}

#navBar li {
	float: left;
	text-align: center;
	background: gray url('../img/tab.gif') no-repeat left bottom;
}

#navBar a {
	display: block;
	color: white;
	text-decoration: none;
	background: url('../img/tab_right.gif') no-repeat right bottom;
	padding: 5px 15px;
}

#navBar a:hover {
	color: yellow;
}


#page-header {
	width: 960px;
	height: 76px;
	padding: 0;
	overflow: hidden;
}

#main_logo {
	width: 833px;
}

#other_org_tab {
	width: 127px;
	margin-left: -5px;
}

#home #home-tab, #about-us #about-us-tab {
	background: url('../img/tab_active.gif') no-repeat left bottom;
}

#home #home-tab a, #about-us #about-us-tab a {
	background: url('../img/tab_active_right.gif') no-repeat right bottom;
	padding: 5px 20px 10px 20px;
}

/* left_menu.css
 * style for left navigation menu (in news, about, documents)
 */

#left_menu {
	background: url("../img/left_navbar_tl.gif") no-repeat top left;
	float: left;
	width: 150px;
	height: 150px;	
}

#left_menu ul {
	background: url("../img/left_navbar_tr.gif") no-repeat top right;
	list-style-type: none;
	padding: 20px 15px;
	height: 150px;
}

#left_menu a {
	text-decoration: none;
	color: #000;
	font-variant: small-caps;
}

#left_menu li {
	padding-left: 5px;
	border-bottom: 1px dotted #b2b2b2;
}

#left_menu li.active a {
	color: #34669b;
}

#left_menu .indented {
	padding-left: 15px;
}

/* end of left_menu */

/* some boxes */
#upcoming-events-box {
    width: 235px;
}
