@charset "utf-8";
 body {
  margin:0;
  padding:0; 
  background:#4a6cec url(../image/background.jpg) top repeat-x;
  font-family:Tahoma, sans-serif;
  font-size:11px;
  color:#ffffff;
}
a:link, a:visited {
 text-decoration:none;
  color:#FFFFFF;
}
a:hover {
 text-decoration:underline;
}
/* tło*/
div#background {
  background:url(../image/background_top.jpg) top center no-repeat;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
/*kontener*/
div#container {
  width:950px;
  margin-left:auto;
  margin-right:auto;
  padding:0 0 0 5px;
}
/*nagłówek*/
.logo_link {
  float:left;
  margin-top:0;
  margin-left:28px;
  width:650px;
  height:95px;
}

div#rotator_top {
  float:left;
  width:938px;
  height:224px;
  padding:15px 0 0 0px; 
  margin:0 0 0 2px; 
}
/* menu top */

div#menu_top_center {
  float:left;
  width:938px; 
  height:27px;
  background:#dde0f8;
  color:#000000;
  text-align:center;
  margin:0px 0 0 2px; 
  padding:0px 0 0 0px; 
}
#menu_top_center .selected {
  text-decoration:underline;
  font-style:italic;
  font-weight:bold;
}

div#miniatura {
  padding:3px;
  color:#001876;
  position:absolute; 
  display:none; 
  z-index:99999;
  width:224px; 
  height:202px; 
  background:#FFFFFF;
  overflow:hidden;
}
img#miniatura1 {
  width:224px;
  height:145px;
}
div#miniatura img {
  float:left;
  margin:0 0 3px 0;
}
div#miniatura h4 {
  padding:0 2px 2px 3px;
  margin:0 0 0 0;
  font-weight:bold;
  font-size:10px; 
}

div#miniatura p {
  padding:0 0px 0 3px;
  margin:0 0px 0 0px;
  font-size:10px;  
}
div#menu_top_center a{
  color:#000000;
  margin-left:2px;
  margin-right:3px;
}
div#menu_top_center img {
  vertical-align:middle;
}

/* menu z lewej strony */
div#menu_left {
  padding-top:30px;
  clear:both;
  float:left;
  width:180px;
  height:100%;
}
.menu_left_link {
  background:url(../image/punkt.jpg) left  no-repeat;
  font-size:13px;
  padding-left:20px;
  margin-left:10px;
}
div#menu_left  ul {
  padding-left:0px;
  margin-left:0px;
  list-style:none;
}
div#menu_left ul li {
  padding-bottom:5px;
}

div.box {
  margin-top:25px;
}

div.box p#buchung {
display:none;
font-size:1.1em;
margin:0;
padding:0;
}

div.box p#buchung a {
text-decoration:underline;
}


/* treść po prawej */
h2 {
  font-size:1.2em;
  margin:0; padding:0.5em 0;
}
h3 {
  font-size:1.1em;
  margin:0; padding:0.5em 0;
}
h4,h5,h6 {
  font-size:1.1em;
  margin:0; padding:0.5em 0;
}

h1 {
  font-size:1.3em;
  color:white;
}
h1.h1_main {
	font-size:17px;
	font-weight:normal;
	padding:10px 0 0 0;
}

div#content {
  float:right;
  width:730px;
  height:100%;
  padding-top:20px;
  padding-right:10px;
  margin-bottom:30px;
  font-size:12px;
  line-height:150%;
}

div.content_box {
	float:left;
	width:218px;
	padding:20px 37px 0 0;
}
div.content_box img{
border:#8994ee solid 1px;
}
div.content_box .content_box_title{
	font-weight:bold;
	text-align:center;
	padding:4px 0 0 0;
	margin:0px;
}
div.content_box .content_box_text{
	text-align:justify;
	padding:5px 0 0 0;
	margin:0px;
}
div.content_box .content_box_more{
	text-align:center;
	padding:10px 0 0 0;
	margin:0px;
}
div#rotator_center {
 width:310px;
 height:200px;
 border:#7891ed thin solid;
 float:right;
 margin-left:15px;
 margin-bottom:10px;
}
/* stopka */
div#footer {
  clear:both;
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
  color:#c5d1ff;
  width:950px;
  height:41px;
  background:url(../image/footer.jpg) center top no-repeat;
}
div#footer a{
  color:#c5d1ff;
}

div.cen {
text-align:center;
}

.ajax_loader {
  height: 16px;
  background:url (../image/ajax-loader.gif) no-repeat center center;
}