@import url("yui-reset.css");

/* globals */

body{
	background: #60819a;
	font-family: Georgia;
	font-size: 14px;
	color: #054c62;
}

p{
	line-height: 1.5em;
	padding: 10px 0px;
}

strong{
	font-weight: bold;	
}


a{
	color: #0490ff;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}






/* construction */

div#top{
	width: 100%;
	height:240px;
	background: transparent url('../img/top_bg.jpg') center top no-repeat;
}


div#wraper{
	width: 980px;
	margin: 0 auto;
}


div#site{
	width: 980px;
	background: transparent url('../img/content_bg.jpg') center top repeat-y;
	float: left;
}

div#content{
	width: 900px;
	background: transparent url('../img/content_top.jpg') center top no-repeat;
	padding: 60px 40px 0px 40px;
	float: left;
}


div#chapter{
	width: 900px;
	float: left;
	min-height: 400px;
}

div.box{
	float: left;
	padding-top: 10px;
}

.w680{width: 650px;}

.w200{width: 220px;}


div.organizatorzy{
	width:220px;
	float: right;
	padding-top: 15px;
}


div#pm{width:100%;clear:both; margin-top:20px;float:left;text-align:center;}


div#footer{
	width: 980px;
	height: 100px;
	background: transparent url('../img/footer_bg.jpg') center top no-repeat;
	clear: both;
	padding: 80px 0 0 0;
}


div.separator{
	clear: both;
}


div#wystawcy{padding-top:10px;}




/* menu */

ul#menu{
	width: 696px;
	height: 20px;
	float: left;
	display: block;
	padding-left: 21px;
	margin-bottom: 40px;
}

ul#menu li, ul#menu li a{
	float: left;
	height: 20px;
	display: block;
}

ul#menu li a{
	text-indent: -5000em;
}


ul#menu li a.item1{
	background: transparent url(../img/menu/btn_home.jpg) no-repeat;
	width: 119px;
}

ul#menu li a.item2{
	background: transparent url(../img/menu/btn_program.jpg) no-repeat;
	width: 85px;
}

ul#menu li a.item3{
	background: transparent url(../img/menu/btn_baza.jpg) no-repeat;
	width: 139px;
	
}

ul#menu li a.item4{
	background: transparent url(../img/menu/btn_lista.jpg) no-repeat;
	width: 137px;
}

ul#menu li a.item5{
	background: transparent url(../img/menu/btn_down.jpg) no-repeat;
	width: 104px;
}

ul#menu li a.item6{
	background: transparent url(../img/menu/btn_kontakt.jpg) no-repeat;
	width: 80px;
}

ul#menu li a:hover, ul#menu li a.active{
	background-position: 0 100%;
}






/* headers */
h2{
	height: 30px;
	border-bottom: 1px solid 	#c5eaf3;
	padding-bottom: 5px;
	text-indent: -5000em;
}

h2.home{
	background: transparent url(../img/h2_home.jpg) no-repeat;
}

h2.program{
	background: transparent url(../img/h2_program.jpg) no-repeat;
}

h2.lista{
	background: transparent url(../img/h2_lista.jpg) no-repeat;
}

h2.download{
	background: transparent url(../img/h2_download.jpg) no-repeat;
}

h2.kontakt{
	background: transparent url(../img/h2_kontakt.jpg) no-repeat;
}

h2.galeria{
	background: transparent url(../img/h2_galeria.jpg) no-repeat;
}



h3{
	height: 30px;
	border-bottom: 1px solid 	#c5eaf3;
	padding-bottom: 7px;
	clear: both;
	text-indent: -5000em;
}

h3.atrakcje{
	background: transparent url(../img/h3_atrakcje.jpg) no-repeat;
}

h3.galeria{
	background: transparent url(../img/h3_galeria.jpg) no-repeat;
}



h4{
	height: 30px; 
	clear:both; 
	text-indent:-5000em;
	border-bottom: 1px solid 	#c5eaf3;
	margin-bottom: 5px;
}

h4.org{
	background: transparent url(../img/h3_organizatorzy.jpg) no-repeat;
}

h4.pat{
	background: transparent url(../img/h3_patronat.jpg) 390px 0 no-repeat;
}

h4.komitet{
	background: transparent url(../img/h3_komitet.jpg) no-repeat;
}

h5{
	width:160px;
	height: 30px; 
	clear:both; 
	text-indent:-5000em;
	background: transparent url(../img/h_zobacz.jpg) no-repeat;
	float:left;
	margin-top:25px;
	margin-left:260px;
	*margin-left:130px;
}



/* paragraphs */
p.intro{
	font-weight: bold;
}

.organizatorzy span{font-size:12px;padding-top:15px; display:block;}





/* images */

.organizatorzy img{
	padding:5px;
}

img.pat{
	height:30px;
	margin-right:10px;
	margin-top:5px;
}

div#wystawcy img{padding:0 20px 10px 0px;}


img.thumb-img{border:3px solid #fff; margin-top:5px;}



/* lists */
dl.program{
	font-size: 15px;
	padding: 0 0px 10px 0px;
	text-align:center;
}


dl.program dt{
	font-size: 16px;
	font-weight: bold;
}

dl.program dd{
	padding-bottom: 5px;
}


dl.kontakt dt{
	font-weight: bold;
	font-size: 15px;
}


ul.atrakcje{list-style-type:circle; line-height:1.5em; padding:5px 0 0 20px;}



/* tables */

table.dl{
	margin-top: 10px;
}

table.dl tr td{
	height: 70px;
}

td.col1{
	width: 60px;
}

table.dl tr td dl dt{
	margin-bottom: 3px;
}

table.dl tr td dl dd{
	font-size: 11px;
}

table.honor td{
	vertical-align: top;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}



/* links */
#pm a, .organizatorzy a{text-decoration:none;}


/* others */

.left{
	float: left !important;
}

.right{
	float: right !important;
}

.pt5{
	padding-top: 5px;
}

.pt20{padding-top:20px;}
