body
{
	background:url('../layout/bgr.gif');
	margin:0;
	padding:0;
	font-family:Arial;
}
a img
{
	border:0;	
}
h1
{
	margin:10px 0;
	padding:0;
	font-size:16px;
	color:#4a4a4a;
	border-bottom:1px solid #c4c4c4;
}
h2
{
	margin:10px 0;
	padding:0;
	font-size:14px;
	color:black;
}
p
{
	line-height:18px;
	text-align:justify;
	text-indent:20px;
	margin:15px 0;
}
a:link, a:visited
	{
	color:#d13232;
	text-decoration:none;
	}
a:hover
	{
	color:#464646;
	text-decoration:underline;
	}

ul.lista
{
	line-height:18px;
	text-align:justify;
	margin:0;
	padding:0;
}
ul.lista li
{
	padding:0;
	margin-left:35px;
}


#header
{
	width:100%;
	height:170px;
	background:url('../layout/bgr_top.gif');
}
#header_center
{
	margin:0 auto;
	width:944px;
	height:170px;
	background:url('../layout/header.jpg');
}
#header_date
{
	position:absolute;
	margin-top:140px;
	margin-left:47px;
	font-weight:bold;
	font-size:11px;
}
#header_logo_ymca
{
	margin:127px 0 0 290px;
	position:absolute;
	width:39px;
	height:43px;
}
#herby
{
	margin:127px 0 0 309px;
	position:absolute;
	width:157px;
	height:43px;
	background:url('../layout/herby.gif');
}
#header_lang
{
	position:absolute;
	margin-top:140px;
	margin-left:445px;
	font-weight:bold;
	font-size:11px;
	width:120px;
	text-align:right;
}
#header_lang_flag
{
	position:absolute;
	margin-top:137px;
	margin-left:570px;
}

#content
{
	margin:0 auto;
	width:858px;
	background:url('../layout/bgr_content.gif');
}
#text
{
	font-size:12px;
	margin:0 20px;
	float:left;
	display:inline;
	width:575px;
}
#menu
{
	
	float:right;
	display:inline;
	width:242px;
}
#footer
{
	clear:both;
	width:858px;
	height:93px;
	margin:0 auto;
}
#header_book
{
	width:304px;
	height:290px;
	position:absolute;
	margin:0 0 0 613px;
}


/** 
 * Menu prawe 
 */ 
ul.menulist
   {
   list-style:none;
   margin:0;
   padding:0;
   }
ul.menulist li
   {
   text-align:left;
   }
ul.menulist li.menugroup
   {
   display:block;
   width:200px;
   color:#69582c;
   font-size:19px;
   padding:5px 0px 5px 20px;
   }
ul.menulist > li.menugroup
   {
   width:auto;
   }
ul.menulist li a:link, ul.menulist li a:visited
   {
   font-weight:bold;
   font-size:13px;
   background-repeat:no-repeat;
   text-decoration:none;
   color:#464646;
   background-color:#f2cfa1;
   display:block;
   width:213px;
   padding:3px 2px 3px 5px;
   margin:4px 0;
   }
ul.menulist > li a:link, ul.menulist > li a:visited
   {
   width:auto;
   }
ul.menulist li a:hover
   {
   background-color:#feda95;
   color:black;
   }
ul.menulist li a.activ
	{
	color:#d13232 !important;
	}



.kronika
{
	margin:0 0 50px 0;
	border-bottom:1px solid #e6b678;
}
.kronika img
{
	border:2px solid #e6b678;
}



/**
 * PLAN ZAJĘĆ
 */
div.timetableday
{
	font-size:14px; 
	font-weight:bold; 
	margin:5px 0; 
	border-left:10px solid #ae3d2d; 
	padding:2px 0 2px 5px;
}
table.timetable
{
	background:#939393; 
	font-size:11px; 
	color:#ae3d2d; 
	margin-bottom:20px;
}
table.timetable td
{
	background:#fff8ee;
}
table.timetable tr.header td
{
	background:#e6b678; 
	font-weight:bold; 
	color:#4a4a4a;
}






/**
 * OKNO Z FILMIKIEM
 */
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
