@charset "utf-8";

body, html {
  background-color: #121212;
  color: #303030;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url('australia/bgcolor.jpg');
  background-repeat: repeat-x;
  margin: 0;
}

img {
  border: none;
}
#main_frame {
  margin: 40px auto 0 auto;
  width: 1000px;
  height: 730px;
  /*background-image: url('images/background.jpg');
  background-position: left top;
  background-repeat: no-repeat;*/
  position: relative; 
}
.top {
  width: 1000px;
  height: 200px;
}
.menu {
  width: 230px;
  height: 390px;
  margin-top: 50px;
  float: left;
  margin-right: 15px;
  background-image: url('australia/pergamin.png');
  background-repeat: no-repeat;
  padding: 80px 20px 20px 20px;
}
.punkty {
  width: 220px;
  height: 380px;
  overflow: auto;
  font-weight: bold;
  color: #604523;
}
.punkt {
  
  margin-left: 35px;
  text-indent: -35px;
  float: left;
  width: 160px;
  margin-bottom: 10px;}

.punkty a {
  color: #604523;
  text-decoration: none;
}
.google_map {
  width: 644px;
  height: 474px;
  float: left;
  background-image: url('australia/podmape.jpg');
  background-repeat: no-repeat;
  padding: 33px;
  position: relative;
  z-index: 400;
}
.google_right {
  position: absolute;
  right: 0px;
  bottom: -3px;
  z-index: 500;
}
.google_bottom {
  position: absolute;
  right: 0;
  bottom: -3px;
  z-index: 700;
}

.zdjecie {
  position: absolute;
  top: -40px;
  left: -120px;
  z-index: 1000;
}


		#typymapy
		{
			margin: 0;
			padding: 0;
			font-family: Arial;
			font-size: 11px;
			list-style: none;
		}
		
		#typymapy li
		{
			display: block;
			width: 80px;
			text-align: center;
			padding: 2px;
			border: 1px solid black;		
			cursor: pointer;
			float: left;
			margin-left: 2px;
		}
		
		#typymapy li.nieaktywny
		{

			background: white;
			color: black;
			font-weight: normal;

		}
		
		#typymapy li.aktywny
		{
			background: black !important;
			color: white;
			font-weight: bold;		
		}
		
		#typymapy li:hover
		{
			background: #ddd;
		}
		
.dymek   
{   
    margin: -16px -4px -6px -4px;
    padding: 0px 10px 10px 10px; 
    width: 300px;   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;   
}   
.dymek h4   
{   
    font-weight: bold;   
    font-size: 18px;   
    border-bottom: 2px solid #be8b46;  
    padding-bottom: 1px;   
    margin-bottom: 2px;   
    color: black;   
}   
.dymek img   
{   
    float: right;   
    border: 1px solid #c0c0c0;   
    padding: 2px;   
    margin: 2px;   
    margin-left: 4px;   
}   
.dymek p   
{   
    text-align: justify;   
    font-size: 10px;   
    color: #676767;   
}   
.dymek a   
{   
    color: #be8b46;   
    text-decoration: none;   
}   
.dymek a:hover   
{   
    color: black;   
}   