/* Michal Burda css */
@import url("css/reset.css");

html{
  min-height: 100%;
}

body{
	color:#000;
	font:normal 100% "Tahoma", Trebuchet MS, Verdana, Helvetica, sans-serif;
	text-align:center;
	background: url(images/bg.jpg);
	background-repeat: repeat;
	background-position:50% 0%;
}
	
#container{
	margin:0 auto;
    text-align:left; 
	vertical-align:middle; 
	width: 800px;
}

#top{
	height:114px;
}

#top img#top_banner{
	padding-top:48px;
}

#contentLeft{
	width: 528px;
	float: left;
}

#menu{	
	height: 40px;
	width: 528px; 
	float:left;
}

#menu ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul {
	float: left;	
}

#menu ul li {
	display: inline;
	white-space: nowrap;
}

#menu a.strona-glowna, a.informacje, a.program, a.rejestracja, a.kontakt, a.tsu2010 {
	height:40px;
	float:left;
	display:block;
	overflow: hidden;
}
		
#menu a.strona-glowna img, a.informacje img, a.program img, a.rejestracja img, a.kontakt img, a.tsu2010 img {
	display:block;
}
 
#menu a.strona-glowna:hover img, a.informacje:hover img, a.program:hover img, a.rejestracja:hover img, a.kontakt:hover img, a.tsu2010:hover img {
	margin-top: -40px;
}

#fotoSlider{
	background: url(images/fotoslide1.jpg);
	height:294px;
	width:528px;
	float:left;
}

#fotoSlider a{
	color: #badcf2;
	font-weight:bold;
	text-decoration:none;
}

#fotoSlider a:hover{
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

#contentText{
	width: 528px;
	background: #fff;
	float:left;
	margin-top:13px;
}

#contentText h2{
	color: #095664;
	font-size:13px;
	font-weight:bold;
	padding: 10px 20px 2px 30px;
}

#contentText p{
	color: #046577;
	font-size:12px;
	padding: 0 30px 10px 35px;
}

#contentText ol{
	 list-style-type: square;
	 list-style-position:inside;
	 margin-left: 0; 
	 padding: 0 35px 0 37px;
	 font-size:12px;
	 color: #046577;
}

#contentText a#wyklady{
	color: #095664;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding: 10px 20px 2px 40px;
}

#contentText a#wyklady:hover{
	color: #01252c;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding: 10px 20px 2px 40px;
}

#contentText img#form_of{
	float:left;
	padding: 20px 0 40px 40px;
}

#contentText img#form_op{
	float:left;
	padding: 20px 0 40px 20px;
}

#form{
	float:left;
	padding: 0 40px 0 40px;
}


#form td{
	font-size:11px;
	font-weight:bold;
	padding: 7px 7px 7px 15px;
}

#thumbnails{
	padding: 20px 0 0 40px;
}

#thumbnails img{
	border: solid 1px #CCC;
	padding: 8px;
}

#contentFoot{
	width:528px;
	height:84px;
	float:left;
	background: url(images/content_foot_bg.jpg)
}

#contentRight{
	width: 272px;
	float: right;
}

#ptu{
	height:40px;
	width:272px;
	float:right;
}

#ptu img#spp{
	padding: 16px 0 0 66px;
}

#invitationText{
	width:272px;
	height:294px;
	float: right;
	background: url(images/invitationText_bg.jpg);
}

#invitationText_o{
	width:272px;
	height:386px;
	float: right;
	background: url(images/invitationText_bg_o.jpg);
}

#invitationText p, #invitationText_o p{
	font-size:10px;
	color:#fff;
	padding: 25px 25px 0 30px;
}

#contentBottom{
	height: 159px;
	width: 800px;
}

#rectangles{
	width:422px;
	height:126px;
	float:left;
	padding-top:33px;
}

#leftRectangle{
	background: url(images/kopalnia.jpg);
	width:211px;
	height: 126px;
	float:left;
}

#leftRectangle p { 
	font-size:9px;
	color: #01252c;
	text-align:justify;
	width:165px;
	padding: 33px 22px 0 18px;
}

#leftRectangle a, a:visited { 
	text-decoration:none;
}

#leftRectangle a:hover { 
	text-decoration:none;
	color:#000;
}


#rightRectangle{
	background: url(images/zamek.jpg);
	width:211px;
	height: 126px;
	float:right;
}

#rightRectangle p{
	font-size:9px;
	color: #01252c;
	width:155px;
	text-align:justify;
	padding: 33px 29px 0 25px;
}

#rightRectangle a, a:visited { 
	text-decoration:none;
}

#rightRectangle a:hover { 
	text-decoration:none;
	color:#066;
}

	
#contact{
	background: url(images/contact.jpg);
	width:378px;
	height: 159px;
	float:right;
}

#footer{
	clear:both;
	height:40px;
}

#footer img#copyrights{
	float:left;
	padding-top: 10px;
}

#footer img#mb{
	float:right;
	padding-top: 10px
}

