/* CSS Document */
body {
	margin: 30px auto 0px auto;
	font-family:  Verdana, "Lucida Grande", Halvetica, sans-serif;
	text-align: center;
}
#top {
  	margin: 0px auto;
	width: 700px;
	height: 75px;
	background: url(images/header.jpg) repeat-x;
}
#title {
  	font-family: sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size:36px;
	text-align: center;
	padding-top: 20px;
}
#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 700px;
	text-align: center;
}
#srodek {
  	background: url(images/boki.jpg) repeat-y;
	margin: -5px auto 0px auto;
}
#tekst {
  	font-weight: normal;
  	font-size: 13px;
	width: 600px;
	color: #ffffff;
	text-align: justify;
	margin: 20px auto 0px auto;
}
#tekst h2 {
	color: #ec008c;
	font-weight: bolder;
	font-size: 17px;
	text-align: left;
	padding-left: 5px;
}
#tekst a {
  	color: #ec008c;
  	text-decoration: none;
}
#tekst img {
	max-width: 200px;
	max-height: 300px;
	width: expression(this.width > 200 ? 200: true);
	height: expression(this.height >300 ? 300: true);
}
#menu {
	width: 600px;
	padding: 15px 20px 10px;
	margin: 0px auto;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	text-align: center;

}
#menu li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
#menu a {
  	text-decoration: none;
  	color: #ffffff;
}
#dol {
	margin: 0px auto 0px;
	width: 700px;
	height: 100px;
	background: url(images/dol.jpg) no-repeat;
	clear: left;
}
#stopka {
  	padding-top: 20px;
  	color: #bdbdbd;
	font-weight: normal;
	font-size: 11px;
	text-align: center;  	
}
#zdjecia {
    	margin: 30px 40px 20px 40px;
	width: 110px;
	border-left: 1px dotted #ababab;
	padding: 0px 10px 0px 20px;
	color: #999;
	float: right;
	font-size: 70%;
	display:inline
}
#zdjecia img {
  	max-width: 140px;
  	max-height: 160px;
   	width: expression(this.width > 140 ? 140: true);
	height: expression(this.height > 160 ? 160: true);	
}
#zdjecia a {
  	text-decoration: none;
  	color: #ffffff;
  	text-align: left;
}

