@import url("yui-reset.css");

/* restety moje */
img {
	margin: 0;
	padding: 0;
	/*
	display: block;
	*/
}

body{
	background: #65000c url("../img/body_bg.jpg");
	font-family: Tahoma;
	font-size: 12px;
	color: #510009;
}


div#wrapper{
	width: 960px;
	margin: 0 auto;
}

div#site{
	width: 960px;
	float: left;
	margin-top: 40px;
}


div#top{
	width: 960px;
	height: 210px;
	background: #65000c url("../img/top_bg.jpg") no-repeat;
}

div#top h1 a{
	display: block;
	float: right;
	width: 550px;
	height: 110px;
	margin-top: 30px;
	margin-right: 50px;
	text-indent: -5000em;
}

div#ribbon{
	width: 960px;
	height: 120px;
	background: #65000c url("../img/ribbon_bg.jpg") no-repeat;	
}

div#ribbon2{
	width: 960px;
	height: 120px;
	background: #65000c url("../img/ribbon2_bg.jpg") no-repeat;	
}

a.enter{
	display: block;
	width: 240px;
	height: 90px;
	background: url("../img/enter.jpg") no-repeat;
	text-indent: -5000em;
	margin-left: 360px;
}

a.enter:hover{
	background-position: 0% 100%;
}

div#page{
	width: 960px;
	background: #65000c url("../img/page_bg.jpg") repeat-y;
	float: left;
}

div#content{
	width: 710px;
	float: left;	
}

ul.left-menu{
	width: 250px;
	height: 400px;
	float: left;
	background: url("../img/content_bg.jpg") no-repeat;
}

ul.left-menu li a{
	display: block;
	text-indent: -5000em;
}

a.item1{
	width: 110px;
	margin-left: 25px;
	margin-top: 10px;
	height: 30px;
}

a.item2{
	width: 80px;
	margin-left: 70px;
	margin-top: 60px;
	height: 30px;
}


a.item3{
	width: 85px;
	margin-left: 25px;
	margin-top: 65px;
	height: 30px;
}

a.item4{
	width: 85px;
	margin-left: 65px;
	margin-top: 55px;
	height: 30px;
}

h2.info{
	height: 50px;
	background: url("../img/h2_info.jpg") no-repeat;
	text-indent: -5000em;
}

h2.prog{
	height: 50px;
	background: url("../img/h2_prog.jpg") no-repeat;
	text-indent: -5000em;
}

h2.kont{
	height: 50px;
	background: url("../img/h2_kont.jpg") no-repeat;
	text-indent: -5000em;
}

h2.konk{
	height: 50px;
	background: url("../img/h2_konk.jpg") no-repeat;
	text-indent: -5000em;
}

h3{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#content p{
	margin-right: 50px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

p.intro{
	font-weight: bold;
}

div#content a{
	color: #510009;
	font-weight: bold;
}

div#content a:hover{
	text-decoration: none;
}

dl.program{
	margin-top: 10px;
}

dl.program dt{
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	float: left;
	height: 30px;
}

dl.program dd{
	line-height: 1.5em;
	margin-bottom: 15px;
}


dl.moreinfo{
	margin-bottom: 20px;
}
dl.moreinfo dt{
	height: 20px;
}
dl.moreinfo dd{
	height: 20px;
	background: url("../img/pdf.jpg") no-repeat;
	padding-left: 25px;
	padding-top: 2px;
}

dl.members{
	float: left;
	margin-left: 90px;
	width: 890px;
}

dl.members dt, dl.members dd{
	float: left;
	margin-right: 10px;
}

dl.members dt{
	width: 120px;
	background: url("../img/organizatorzy.jpg") no-repeat;
	text-indent: -5000em;
	height: 70px;
	margin-right: 20px;
}

dl.members dd a{
	float: left;
	height: 70px;
	display: block;
	text-indent: -5000em;	
	
	opacity:0.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;	
}

dl.members dd a:hover{
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;	
}


dd.org1 a{
	width: 80px;
	background: url("../img/pisz.jpg") no-repeat;
}

dd.org2 a{
	width: 130px;
	background: url("../img/pdk.jpg") no-repeat;
}

dd.org3 a{
	width: 110px;
	background: url("../img/lotmp.jpg") no-repeat;
}

dd.org4 a{
	width: 145px;
	background: url("../img/ptbs.jpg") no-repeat;
}

dd.org5 a{
	width: 120px;
	background: url("../img/pec.jpg") no-repeat;
}


dl.kontakt dt{
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}


div#footer{
	width: 960px;
	height: 80px;
	background: url("../img/footer_bg.jpg") no-repeat;	
	float: left;
}

div#footer ul{
	float: left;
	margin-top: 40px;
	margin-left: 280px;
}

div#footer ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ffdf81;
}

div#footer ul li.last{
	border: none;
}

div#footer ul li a{
	float: left;
	font-size: 11px;
	color: #ffdf81;
	height: 15px;
}

div#footer ul li a:hover{
	text-decoration: none;
}
