/* 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;	
}

/*-----------------------------------------------------------------------------> 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:680px; 
	width:455px;
	padding:0px 30px 30px 30px;
}

.heading{
	font-size:20px;
	color:#b8580a;
	padding:0px 0px 3px 0px;
	/* border:1px solid red; */
}

.date{
	background: url(../img/pencil.png) no-repeat top left;
	font-size:11px;
	color:#332b77;
	height:13px;
	/* border:1px solid blue; */
	font-style:italic;
	padding:0px 0px 5px 14px;
}

.text, .text2, .wywiad{
	background: url(../img/line.png) no-repeat top left;
	font-size:12px;
	line-height:1.5;
	padding:8px 0px 0px 0px;
	/* border:1px solid red; */
	margin-bottom:30px;
}

.text p, .text2 p, .wywiad p{
	margin:10px 0;
}


/*do wywiaadu -->*/
.bold{
	font-weight:bold;
}

p.p_medium{
	margin:10px 0 0 0;
}

p.p_lite{
	margin:0;
}
/*<--*/

.text a.linki, .wywiad a.linki{
	text-decoration:none;
	font-size:12px;
	/* color:#320d54; */
	color:#4e6b84;
	/* border-bottom:1px dashed #320d54; */
	border-bottom:1px dashed #4e6b84;
	padding:0;
	padding-bottom:1px;
} 

.text a.linki:hover, .wywiad a.linki:hover{
	color:#320d54;
	border-bottom:1px dashed #320d54;
	padding-bottom:1px;
}

a.readmore{
	text-decoration:none;
	font-size:11px;
	color:#332b77;
	font-style:italic;
	padding:0;
}

a.readmore:hover{
	text-decoration:none;
	font-size:11px;
	color:#332b77;
	font-style:italic;
	padding:0;
	border-bottom:1px solid #332b77;
}