html,body 
	{
	margin:			0px; 
	padding:		0px;
	height:			100%;
	} 

body
	{
	font-family:	'Trebuchet MS',arial, sans-serif;
	font-size:		14px;
	font-style:		italic;

	background: url(../img/back.gif); 
	color: #333333;
	}

p, h2 { margin: 20px; }

a.rezerwacja	{ font-size: 17px; }
a:link
	{ color: #000066; text-decoration: none; }
a:visited
	{ color: #000066; text-decoration: none; }
a:hover
	{ color: #0000ff; text-decoration: none; }
a:active
	{ color: #ff0000; text-decoration: none; }

.sitemap 
	{ 
	font-family: Verdena, Helvetica;
	font-style: normal;
	font-weight: bold;
	width: 580px; 
	text-align: center; 
	padding: 0px; 
	margin-top: 30px; 
	}

.sitemap , .sitemap a { font-size: 12px; color: #661111; }
.sitemap a:link
	{ color: #663333; text-decoration: none; }
.sitemap a:visited
	{ color: #663333; text-decoration: none; }
.sitemap a:hover
	{ color: #996666; text-decoration: none; }
.sitemap a:active
	{ color: #996666; text-decoration: none; }



#all
	{ 
	position:relative;
	top: 0px;
	left: 0px;;
	margin:auto;
	width: 780px;
	padding-top: 105px;
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}


#content
	{ 
	position:relative;
	left: 0px;
	padding: 0px; 
	width: 580px;
	color: #663333;
	border: 1px solid #000000;
	background-color: #ffffff;
	background-image: url(../img/topbottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

#menu
	{ 
	padding: 0px; 
	position:absolute;
	left: 579px;
	top: 190px;
	width: 200px;
	height: 295px;
	border: 1px solid #000000;
	border-left: none;
	z-index: 100;
	}


#language 
	{
	position:absolute;
	left: 579px;
	top: 470px;
	width: 200px;
	height: 200px;
	padding-top: 100px;
	text-align:center;
	background-image: url(../img/kasia.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

#language img 
	{ 
	border: 1px solid #333333;
	}

img { margin:0px; padding:0px; border:none; }

#content div { 
	float: left;
	width: 220px;
	margin: 10px 0 10px 40px; 
	/*background: url(../img/listki.gif); 	padding: 10px;
	margin: 5px;  */
	}
#content div a { 
	display: inline;
	float:left;
	width: 220px;
	}


#content img {
    margin: 0 20px 20px 0;
    float: left;
    display:inline;
}

#content div#contact
	{
	width: 480px;
	margin: 20px;
	margin-top: 50px;
	text-align: right;
	padding-right: 60px;
	background-image: url(../img/kwiatek.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}


#content div a img {
	border: 1px solid #333333;
	display: block;
	margin: auto;
	height: 146px;
	float:none;
  	/*background: url(../img/listki.gif); 	padding: 10px;
	margin: 5px;  */
	}

#content div p { 
    text-align: center;
	margin: 10px 0px 0px 0px; 
	width: 220px;
  	}

#content small a {
    font-size: 11px;
    }

.clear
	{
	clear:both;
	float:none;
	}

.space
	{
	clear:both;
	display: block;
	float:none;
	width: 100px;
	}

.h100 { height: 100px; }
.h300 { height: 300px; }
/*
.obr img	
	{ 
	border: 1px solid #333333;
  	background: url(../img/listki.gif); 
	}
*/


