@import "news.css";
@import "map.css";
@import "form.css";
@import "gallery.css";
@import "slownik.css";
* {
	font-family: Tahoma;
  font-size: 11px;
}

body, html {
	margin: 0px;
  padding: 0px;
  	color: #696969;
}



* h3,
#text h3,  
h3,
h3 strong {
	font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #3FA5BD;
}

a {
	color: #0069BA;
}

a.black {
	color: #000;
  font-weight: bold;
}

a:hover {
	text-decoration: none;
}

#container {
	background: white;
  width: 766px;
}

input {
	border: 1px solid #737373;
}

h1 {
	background: #EEEEEE;
  text-transform: uppercase;
  height: 11px;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

h1 span {
	background: white;
  color: #3FA5BD;
  margin-left: 2px;
  padding: 0px 3px 0px 3px;
  font-size: 12px;
  position: absolute;
  margin-top: -3px;
}

ul li {
	list-style: image;
  list-style-image: url('images/li.gif');
}

#left {
	float: left;
  width: 185px;
  margin-right: 21px;
}

#right {
	float: left;
  width: 560px;
  padding-top: 9px;
  line-height: 140%;
}

div.box {
	position: relative;
	padding: 0px 0px 10px px;
  margin-bottom: 10px;
}

div.box1 {
	background: #9CB2C3 url('images/box1_bottom.gif') no-repeat bottom left;
}

div.box2 {
	background: #EFEFEF url('images/box2_bottom.gif') no-repeat bottom right;
}

div.box p {
	margin: 0px;
  padding: 0px 10px 13px 23px;
}

div.box h2 {
	text-transform: uppercase;
}

div.box1 h2 {
  background: url('images/box1_header.gif') no-repeat;
  padding: 13px 13px 0px 28px;
  marign: 0px;
}

div.box1 h2 span {
	color: #FFFFFF;
	background: #9CB2C3;
  padding: 3px;
  font-size: 12px;
}

div.box2 h2 {
  background: url('images/box2_header.gif') no-repeat top right;
  padding: 16px 13px 0px 27px;
  marign: 0px;
}

div.box2 h2 span {
	color: #3FA5BD;
  background: #EFEFEF;
  padding: 3px;
  font-size: 12px;
}

form.box {
	display: inline;
}

form.box fieldset {
	border: 0px;
  padding: 0px 10px 13px 23px;
}

form.box a {
	color: white;
}

form.box label {
	width: 50px;
  display: block;
  float: left;
  color: white;
  margin-bottom: 2px;
  text-align: center;
}

form.box input.text {
	width: 89px;
 	float: left;
  margin-bottom: 2px;
}

div#footer {
	margin-top: 15px;
	height: 35px;
  background: url('images/menu_bottom_bg.gif') repeat-x;
}

div#footer ul {
	margin: 0px;
  padding: 0px 0px 0px 20px;
  background: url('images/menu_bottom_left.gif') no-repeat;
  height: 35px;
}

div#footer ul li {
	list-style: none;
  float: left;
  height: 35px;
  line-height: 35px;
  background: url('images/menu_bottom_sep.gif') no-repeat top right;
  padding: 0px 10px 0px 10px;
}

div#footer ul li a {
	color: white;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
}

div#footer ul li.active a, div#footer ul li a:hover {
	color: #0000CC;
}

div#footer p {
	margin: 0px;
  padding: 5px 0px 5px 15px;
}

.box ul {
	margin: 0px 10px 0px 20px;
  padding: 0px;
}

.box ul li {
	list-style: image;
	list-style-image: url('images/white_li.gif');
  margin-left: 15px;
  padding: 0px;
}

.box ul li a {
	color: white;
}

.box ul li.active a {
	color: #0069BA;
}

div.subpage_sky {
	width: 390px;
}

#sky {
	float: right;
  margin-bottom: 10px;
}


  #ssThumbnailsLayer a {
    float: left;
    margin: 0px 10px 0px 10px;
    display: block;
    width: 150px;
    height: 150px;
  }
  
  #ssThumbnailsLayer a img {
  	border: 0px;
  }

	#ssGallery {
  	width: 400px;
    margin: 0px auto;
    background: #e7e7e7;
    text-align: center;
    padding: 10px;
  }
  
  #ssImage {
  	width: 400px;
    height: 400px;
    background: white;
    overflow: hidden;    
  } 
    
  #ssThumbnails {  
  	background: white;
    text-align: left;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 180px;
  }
  
  #ssThumbnails, {
  	width: 400px; 
  }
  
  #ssThumbnailsLayer {
  	position: absolute;
    left: 0px;
    width: 100000px;
  }
  
  #ssThumbinailsUI {
  	margin-bottom: 10px;
  }
  
  #ssThumbinailsUI span.right{
  	float: right;
  }
  
  #ssThumbinailsUI span {
    cursor: pointer;
    font-weight: bold;
  }
  
  #ssCaption {
  	border-bottom: 10px solid #e7e7e7;
    background: white;
    font-style: italic;
    padding: 3px 3px 10px 3px;
  }
  
  #ssCaption, {
  	width: 400px;
  }
  
  div.eternityBaner img {
  	border: 0px;
  }