@CHARSET "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 15px;
    text-align: center;
    color: #66637B;
    background: #E9EDF4 url(bg.gif) fixed;
}
#main {
    margin: 0 auto;
  	
    width: 768px;
    text-align: center;
    background-color: white;
    border: 10px solid #E0E6EF;
    
}
#top {
	padding-top: 10px;
	color: black;
	background: #E9EDF4 url(images/top.png) no-repeat;
	
	height: 170px;
}
#menu {
	float: left;
	/*border: 1px solid red;*/
	width: 140px;
	background-color: white;
	padding: 10px 0 10px 10px;
	text-align: left;
	}

#bottom {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
#menu div{
	
	height: 25px;
	padding-left: 10px;
	color: blue;
	margin-top: 5px;
	padding-top: 5px;

	font-weight: bold;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	width: 120px;
	border: 2px solid #004600;
	/*border-bottom: 1px solid #ced5db;*/
	
}
#menu a:hover, 
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover{
	color: blue;
	}
	
	#tresc{
	text-align: center;
	}
	#lista,
	#lista td
	{
	text-align: right;
	padding: 5px;
		/*border: 1px solid red;
		*/
	}
	#top h1,
	#top h2
	{
		padding-top: 10px;
	}
	#lista .opis
	{
	text-align: left;
	}
	#lista .opis h3
	{
	display: inline;
	}
	
	#lista
	{
	width: 700px;
	}
	
	#naglowek td{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #66637B;

	padding-bottom: 3px;
}

	#cena_za{
	font-weight: bold;
	
	border-bottom: 1px solid #66637B;

	padding-bottom: 3px;
}
.podswietlenie:hover{
	background: #E0E6EF;
}

#dialog1
	{
	background-color: white;
}

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-image: url(bg.gif);
  display:none;
  -moz-border-radius: 5px;
border-radius: 5px; 
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0px;
  width:600px;
  height: 700px;
  display:none;
  z-index:9999;
  padding:20px;
  -moz-border-radius: 5px;
border-radius: 5px; 
}

.cena1,
	.cena2,
	.cena3,
	.kaucja
	{
	width: 60px;
}
#tresc h2
	{
	margin: 10px;
}

.lewy{
    text-align: left;
}
