body, html{ 
	margin: 0px;
	padding: 0px;
	font-size:0.95em;
	font-style: normal;
	background-color: rgb(199, 212, 224);
	color: rgb(238, 255, 177);
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
  }
  
#naglowek { 
	margin: 2px auto;
	padding: 0px;
	height: 183px;
	width: 740px;
  background-image: url(images/baner1.jpg); 
	background-repeat: no-repeat;
	background-position: bottom right; 
	background-color: rgb(40, 22, 111); 
  }
  
#kontener { 
	margin: 0px auto;
	padding: 0px;
	width: 740px;
	background-image: url(images/tlo.jpg); 
	background-repeat: no-repeat; 
	background-position: top right; 
	background-color: rgb(40, 22, 111);
	position: relative;
	}
	
#tekst { 
	padding: 30px 50px 30px 0px;
	margin-top: 0px;
	float: right;
	width: 450px;
	line-height: 1.5em;
	text-indent: 1.2em;
	text-align: justify;
  }

#tekst a { 
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-style: italic;
  }
  
#tekst a:hover { 
	color: rgb(101, 132, 158);
	}
  
#galeria { 
	padding: 30px 50px 30px 0px;
	margin: 0px;
	float: right;
	width: 450px;
  }

#galeria  a:link, #galeria a:visited{ 
	color: rgb(238, 255, 177);
  text-decoration: none;
  font-style: italic;
	}

#galeria a:hover, #galeria a:active{ 
	color: rgb(101, 132, 158);
	font-style: italic;
  }

#galeria a.obrazek {
	margin: 0px 5px 5px 2px;
	border:none;
	text-decoration: none;
  }

#galeria a.obrazek img {
	border:rgb(101, 132, 158) solid 2px;
	padding:5px;
	margin-bottom:2px;
	text-decoration: none;
    }

#galeria p{ 
	color: rgb(255, 255, 255);
	text-align: left;
	font-size: 1em;
  }

#galeria span{ 
	color: rgb(238, 255, 177);
	text-align: center;
	font-size: 0.8em;
	 }

#menu { 
	padding: 0px 8px 5px 0px;
	margin: 20px 30px 10px 5px;
	float: right;
	width: 180px;
	height: 220px;
	background-color: rgb(5, 0, 51);
  }

#menu ul { 
	border: none ;
	margin: 2px;
	padding: 0px;
	list-style-type: none;
  }

#menu li { 
	padding: 0px 0px 0px 0px;
	margin: 0px;
  }

#menu a{ 
	display: block; 
	margin: 0px;
	width: 160px;
	height: 25px;
	padding: 5px 0px 2px 10px;
	color: rgb(238, 255, 177);
	background-color: rgb(5, 0, 51);
	font-size: 1em;
	text-decoration: none;
	text-align: left;
	border: 1px solid;
  }

#menu a:link, #menu a:visited{ 
	color: rgb(238, 255, 177);
  background-color: rgb(40, 22, 111);
  }

#menu a:hover, #menu a:active{ 
	color: rgb(0, 0, 0);
	background-color: rgb(199, 212, 224); 
	border: 1px solid;
   }

#menu span{
	display: block; 
	margin: 0px;
	width: 160px;
	height: 25px;
	padding: 5px 0px 2px 10px;
	color: rgb(238, 255, 177);
	background-color: rgb(5, 0, 51);
	font-size: 1em;
	text-decoration: none;
	border: 1px solid;
  }

#stopka { 
	clear: both;
	border-color: rgb(199, 212, 224);
	border-top-style: solid;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 3px;
	height: 30px;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
  }