body {
	min-width: 630px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
	background-color: #dadbdd;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
#container {
	padding-left: 200px;   /* LC fullwidth */
	padding-right: 190px;  /* RC fullwidth + CC padding */
	overflow: hidden;
}
#container .column {
	position: relative;
	float: left;
	padding-bottom: 20010px;  /* X + padding-bottom */
	margin-bottom: -20000px;  /* X */
}
#center {
	padding: 10px 20px;    /* CC padding */
	width: 100%;
	/* border: solid 3px green; */
}
#left {
	width: 180px;          /* LC width */
	padding: 0 10px;       /* LC padding */
	right: 240px;          /* LC fullwidth + CC padding */
	margin-left: -100%;
	/* border: solid 3px red; */
}
#right {
	width: 130px;          /* RC width */
	padding: 0 10px;       /* RC padding */
	margin-right: -190px;  /* RC fullwidth + CC padding */
	/* border: solid 3px blue; */
}
#footer {
	clear: both;
	position: relative;
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/tlo_pod_stopke.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 101px;
	/* border: solid 3px black; */
}
#header {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/baner_z_tlem.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 218px;
}
#header_bis {
	left: 62%; 
	top: 55px;
	width: 245px;
	height: 150px;
	cursor: pointer;
	z-index: 100;
	position: absolute;
}
#active_menu {
	margin-bottom: -3px;
	color: #612323;
}
table.moduletablemainmenu_mod {
	margin-top: -45px;
}
table.moduletablemainmenu_mod tr td {
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
	color: black;
	text-align: center;
	height: 51px;
	width: 150px;
	padding: 5px;
}
.mainlevel {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/przycisk.jpg");
}
.sublevel {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/przycisk_sub.jpg");
}
.mainmenu_tekst {
}
#tabela_ramka {
}
#lg {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/lg.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 4px;
	width: 4px;	
}
#g {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/g.jpg");
	background-repeat:repeat-x;
	background-position: center;
	height: 4px;
	width: 4px;		
}
#pg {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/pg.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 4px;
	width: 4px;	
}
#l {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/l.jpg");
	background-repeat:repeat-y;
	background-position: right;
	height: 4px;
	width: 4px;			
}
#s {
	background-color: #ffffff;
}
#p {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/p.jpg");
	background-repeat:repeat-y;
	background-position: left;
	height: 4px;
	width: 4px;			
}
#pd {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/pd.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 4px;
	width: 4px;		
}
#d {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/d.jpg");
	background-repeat:repeat-x;
	background-position: center;
	height: 4px;
	width: 4px;			
}
#ld {
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/ld.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 4px;
	width: 4px;		
}
/* tytuł sekcji */
.componentheading {
      font-size: 15px;
      font-weight: bold;
      color: #994411;
}



/* tytuł artykułu */
.contentheading {
      font-size: 14px;
      font-weight: bold;
      color: #000000;
}

/* data utworzenia artykulu */
.createdate {
      font-size: 10px;
}

/* data modyfikacji */
.modifydate {
      font-size: 10px;
}

/* podpis autora */
span.small {
      font-size: 10px;
      font-weight: bold;
}

/* czytaj więcej */
a.readon {
      color: #ff6600;
      text-decoration: none;
      font-weight: bold;
      font-size: 10px;
}

/* oddziela artykuły */
span.article_seperator {
      border-bottom: solid 1px black;
      padding-left: 96%;
      margin-left: 2%;
}

/* wstecz */
div.back_button a {
	color: #bb0000;
	text-decoration: none;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: none;
}

#wyszukiwarka {
	position: relative;
	margin-top: -50px;
	margin-left: 50%;
}

#wyszukiwarka table tr th {
	visibility: hidden;
}
#mod_search_searchword{
	font-size: 10px;
	margin-right: 10px;	
}
.button {
	height: 22px;
	width: 86px;
	background-image: url("http://www.inkubator.org.pl/i/templates/ti/images/szukaj.jpg");
	border:medium none;
	cursor:pointer;
}


/*** IE Fix ***/
* html #left {
  left: 180px;           /* RC fullwidth */
}

