/* Styles by PM
    IAESTE Politechnika Łódzka*/ 

* {
margin:0;
padding:0;
}
	
body {
	background: none;	
	font-family:Verdana,Arial;
	font-size: 62.5%     /*sprawi, że pojedynczy em będzie się równać 10 pikselom (16 x 62,5 = 10); Przykładowo, 12 pikseli może być wyrażona jako 1,2 em*/
}

#divContainer {
	width: 1000px;
	margin: 0 auto;
	height:100%;
}
/*-----------------------------------------------------------------------------> HEADER <-----------------------------------------------------------------------------*/

#divHeader {
	position: absolute; 
	top:0;
	left:0;
	width:100%;
}

#divHeader_inner {
	width:1000px;
	margin:0 auto;
	height:248px;
	background: url(../img/header_versionWithOutLogo.png);
}

#logo{
	position:absolute;
	width:196px; 
	margin:6px 0px 0px 33px;
	padding:0;
}

#logo a{
	padding:0;
	margin:0;
}

#logo img{
	padding:0;
	border:0;
	width:196px;
	height:205px;
	margin:0;
}

/*-----------------------------------------------------------------------------> CONTENT <-------------------------------------------------------------------------------------*/

#divContent {	
	margin:180px 0px 20px 0px;
	position:relative;
}

#divContent  #left{
	float:left;
	height:320px;
	margin-top:70px;
	padding:0;
	position:absolute;
	width:218px;	
}

/*-----------------------------------------------------------------------------> SPONSORZY <-------------------------------------------------------------------------------------*/


#divContent  #left_sponsorzy{
	float:left;
	height:310px;
	margin-top:380px;
	padding:0;
	position:absolute;
	width:218px;	
}

#sponsorzy {
	float:right;
	margin-top:15px;
	width: 169px;
}

#sponsorzy li{	
	list-style:none;
	margin:0;		
}

p.head_sponsorzy {
	background:url(../img/navbkg.png) no-repeat top left;
	color: #000000;
	display: block;
	font-size:15px;
	height: 29px;
	padding: 8px 0 0 30px;
	text-decoration: none;
	text-align:left;
	width:139px;
}	

#lista_sponsorow{
	margin:60px 0px 0px 70px;
	width:130px;
}

#lista_sponsorow table{
	border-spacing:0px 10px;
}

#lista_sponsorow table img{	
	border:0;
	width:100px;
	height:80px;
}

#lista_sponsorow table td{	
	border:3px solid #ddd;
	text-align:center;
	width:130px;
	height:80px;
}

#lista_sponsorow table td:hover{	
	border:3px solid #ccc;
}

#lista_sponsorow table a{	
	border:0;	
	padding:0;
	margin:0;
}

#pierwszy{
	background-image:url(../img/sponsor1_grey_b.png);
	background-position: 13px 0px;
	background-repeat:no-repeat;
	height:80px;
}

#pierwszy:hover{
	background-position: 13px -79px;
	cursor:pointer;
}

#drugi{
	background-image:url(../img/sponsor2_grey_b.png);
	background-position: 13px 0px;
	background-repeat:no-repeat;
	height:80px;
}

#drugi:hover{
	background-position: 13px -81px;
	cursor:pointer;
}

#trzeci{
	background-image:url(../img/sponsor3_grey_b.png);
	background-position: 13px 0px;
	background-repeat:no-repeat;
	height:80px;
}

#trzeci:hover{
	background-position: 13px -81px;
	cursor:pointer;
}

#czwarty{
	background-image:url(../img/sponsor4_grey_b.png);
	background-position: 13px 0px;
	background-repeat:no-repeat;
	height:80px;
}

#czwarty:hover{
	background-position: 13px -80px;
	cursor:pointer;
}

/*-----------------------------------------------------------------------------> RIGHT SIDE <-------------------------------------------------------------------------------------*/

#divContent  #right{
	float:right;
	height:100%;
	width:790px;
	position:relative;
}

#divContent  #main{
	float:left;
	height:100%;
	width:515px;
}

#main_top{
	background: url(../img/main_top.png) no-repeat;
	height:30px;
	width:515px;
}

#main_middle{
	background: url(../img/main_bkg.png) repeat-y;
	margin-bottom:20px;
	min-height:1000px; 
	width:455px;
	padding:0px 30px 30px 30px;
}

.heading{
	font-size:20px;
	color:#b8580a;
	padding:0px 0px 3px 0px;
}

.head_text{
	font-size:14px;
	padding:0;
}

#main_middle p{
	font-size:12px;
	line-height:1.5;
	padding:8px 0px 0px 0px;
}

#main_middle p a.linki{
	text-decoration:none;
	font-size:12px;
	color:#e67519;
	border-bottom:1px dashed #e67519;
	padding:0;
} 

#main_middle li{
	font-size:12px;
	line-height:1.5;
	margin-left:15px;
}

#main_middle img{
	border:0;
}